|
|
@@ -225,14 +225,14 @@ export default {
|
|
|
isSign(item) {
|
|
|
let orgType = window.sessionStorage.getItem('SET_USER_ORGTYPE')
|
|
|
if (orgType == '2') {
|
|
|
- if (item.recStatus == 2 || item.recStatus == 3) {
|
|
|
+ if (item.recStatus == 2 || item.recStatus == 3||item.recStatus==4) {
|
|
|
return true
|
|
|
} else {
|
|
|
return false
|
|
|
}
|
|
|
// 办事处
|
|
|
} else if (orgType == 3) {
|
|
|
- if (item.recStatus == 0 || item.recStatus == 1) {
|
|
|
+ if (item.recStatus == 0 || item.recStatus == 1||item.reStatus==2) {
|
|
|
return true
|
|
|
} else {
|
|
|
return false
|