add: 添加取放货逻辑

This commit is contained in:
yanps
2024-08-07 14:27:11 +08:00
parent f76b1a1581
commit f51ffedaa2
18 changed files with 235 additions and 97 deletions

View File

@@ -74,8 +74,8 @@
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="是否开启等待" label-width="150px">
<el-switch v-model="form.wait" />
<el-form-item label="空放货完成反馈" label-width="150px">
<el-switch v-model="form.is_empty" />
</el-form-item>
</el-col>
<el-col :span="8">
@@ -179,7 +179,8 @@ export default {
station_manager: true,
auto_clean_task: true,
input_material: true,
reqWms: true
reqWms: true,
is_empty: true
},
rules: {}
}