This commit is contained in:
2023-03-09 13:51:08 +08:00
parent 9d783937a3
commit 290acd9c90
3 changed files with 25 additions and 43 deletions

View File

@@ -78,6 +78,11 @@
<el-switch v-model="form.wait" />
</el-form-item>
</el-col>
<el-col :span="8">
<el-form-item label="是否请求wms" label-width="150px">
<el-switch v-model="form.reqWms" />
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
@@ -173,7 +178,8 @@ export default {
is_release: true,
station_manager: true,
auto_clean_task: true,
input_material: true
input_material: true,
reqWms: true
},
rules: {}
}