linwenxin il y a 1 an
Parent
commit
872d33dfc4

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

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