rev:堆垛机驱动
This commit is contained in:
@@ -100,8 +100,8 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="6">
|
||||
<el-form-item label="缓存设备:" prop="cacheDeviceCode" label-width="105px">
|
||||
<el-col :span="8">
|
||||
<el-form-item label="拣选台缓存设备:" prop="cacheDeviceCode" label-width="130px">
|
||||
<el-select
|
||||
v-model="form.cacheDeviceCode"
|
||||
filterable
|
||||
@@ -118,6 +118,24 @@
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="8">
|
||||
<el-form-item label="关联拣选台设备:" prop="pinkDeviceCode" label-width="130px">
|
||||
<el-select
|
||||
v-model="form.pinkDeviceCode"
|
||||
filterable
|
||||
clearable
|
||||
reserve-keyword
|
||||
placeholder="拣选关联设备"
|
||||
>
|
||||
<el-option
|
||||
v-for=" item in deviceList"
|
||||
:key="item.device_id"
|
||||
:label="item.device_name"
|
||||
:value="item.device_code"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-form>
|
||||
</el-card>
|
||||
@@ -288,7 +306,8 @@ export default {
|
||||
currentY: '',
|
||||
currentZ: '',
|
||||
address: '',
|
||||
cacheDeviceCode: ''
|
||||
cacheDeviceCode: '',
|
||||
pinkDeviceCode: ''
|
||||
},
|
||||
rules: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user