fix : 申请任务先找指令

This commit is contained in:
2024-02-01 16:37:50 +08:00
parent 10c25d60a6
commit bf368ec156
22 changed files with 972 additions and 613 deletions

View File

@@ -240,6 +240,7 @@ export default {
dialogFormVisible2: false,
dialogFormVisible3: false,
dialogFormVisible4: false,
dialogFormVisible5: false,
arr2: [],
currentItem: '',
stageSelectList: [],
@@ -283,7 +284,9 @@ export default {
this.dialogFormVisible4 = true
} else if (clickObj.data.driver_type === 'hailiang_xj_plc_test') {
this.$refs.child1.setForm(clickObj)
} else {
} else if (clickObj.data.driver_type === 'standard_stacker') {
this.dialogFormVisible4 = true
}else {
this.dialogFormVisible = true
}
}