safecheck-client 4.0.1-45 → 4.0.1-47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.trae/.ignore +0 -0
- package/.vscode/settings.json +3 -0
- package/package.json +132 -132
- package/src/components/android/AndroidDefectDetails.vue +769 -769
- package/src/components/querycheckpaper/CheckSearchUser.vue +1072 -1072
- package/src/filiale/meihekou/android/CurrentCreate.vue +1038 -1038
- package/src/filiale/meihekou/android/SafecheckOrderV.vue +1 -1
- package/src/filiale/meihekou/pc/NewCheckpaper.vue +2027 -2027
- package/src/filiale/meihekou/pc/PaperList.vue +1136 -1136
- package/src/filiale/xinkang/android/AddPlanItem.vue +19 -21
- package/src/main.js +33 -33
@@ -309,7 +309,7 @@ export default {
|
|
309
309
|
computed: {
|
310
310
|
actionEnabled: {
|
311
311
|
get() {
|
312
|
-
return (this.role == 'inspect' && (this.item.f_last_check_state == '到访不遇' || this.item.f_last_check_state == '拒检' || this.item.f_approved == '不通过' )) || (this.role == 'inspect' && this.item.f_complete !='已完成'
|
312
|
+
return (this.role == 'inspect' && (this.item.f_last_check_state == '到访不遇' || this.item.f_last_check_state == '拒检' || this.item.f_approved == '不通过' )) || (this.role == 'inspect' && (this.item.f_complete !='已完成' || this.item.f_complete !='已传' ))
|
313
313
|
}
|
314
314
|
}
|
315
315
|
},
|