opt:内包间行架,输送线出口位驱动优化

This commit is contained in:
2023-11-10 10:38:27 +08:00
parent 7ec5df941c
commit c74ab66fdd
5 changed files with 435 additions and 452 deletions

View File

@@ -153,6 +153,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<el-form-item label="反馈任务号" label-width="150px">
<el-switch v-model="form.task_update" />
</el-form-item>
</el-col>
</el-row>
</el-form>
</el-card>
@@ -326,7 +333,8 @@ export default {
link_device_code: [],
ship_device_update: true,
special_flag: true,
sendDeviceStatus: true
sendDeviceStatus: true,
task_update: true
},
rules: {}
}