This commit is contained in:
2023-03-13 16:06:01 +08:00
parent 8614b37e6e
commit 082b647105
4 changed files with 101 additions and 83 deletions

View File

@@ -1,6 +1,20 @@
<template>
<!-- 标准版-货架-->
<div>
<el-card class="box-card" shadow="never">
<div slot="header" class="clearfix">
<span class="role-span">指令相关</span>
</div>
<el-form ref="form" :inline="true" :model="form" :rules="rules" size="small" label-width="78px">
<el-row>
<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-form>
</el-card>
<el-card class="box-card" shadow="never">
<div slot="header" class="clearfix">
<span class="role-span">设备协议</span>
@@ -133,7 +147,8 @@ export default {
maxY: 0,
maxZ: 0,
minY: 0,
minZ: 0
minZ: 0,
reqWms: true
},
rules: {
x: [