Browse Source

no message

linwenxin 1 year ago
parent
commit
32f35f689c

+ 4 - 4
src/views/workOrder/workOrderPool/detailModule/workOrderInfo/mixins/workOrderLogic.js

@@ -274,13 +274,13 @@ export default {
           isRules: [...required]
         },
         workerId: {
-          isEdit: !finish && !this.orderInfo.isQd,
-          isShow: !this.orderInfo.isQd,
+          isEdit: !finish,
+          isShow: true,
           isRules: this.userInfo.type != 1 ? [...required] : []
         },
         orderWorkers: {
-          isEdit: !finish && !this.orderInfo.isQd,
-          isShow: !this.orderInfo.isQd || this.orderInfo.orderWorkers.length,
+          isEdit: !finish,
+          isShow: true,
           isRules: this.userInfo.type != 1 ? [...required] : []
         },
       }