|
@@ -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] : []
|
|
|
},
|
|
|
}
|