Commit c3d99127 authored by 李苏's avatar 李苏 💬

立库入口设置新增字段

parent 56092b45
...@@ -50,6 +50,37 @@ ...@@ -50,6 +50,37 @@
}, },
}, },
{
label: '垛机取货工位',
prop: 'rkgwid',
span: 12,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'GWID',
label: 'rkgwCode',
transform: {
value: 'id',
label: 'name'
}
},
},
{
label: '垛机放货工位',
prop: 'ckgwid',
span: 12,
type: 'AuxInput',
typeConfig: {
isRequest: true,
code: 'GWID',
label: 'ckgwCode',
transform: {
value: 'id',
label: 'name'
}
},
},
{ {
label: '备注', label: '备注',
prop: 'bz', prop: 'bz',
......
...@@ -39,6 +39,17 @@ ...@@ -39,6 +39,17 @@
field: "hjCode", field: "hjCode",
width: 140 width: 140
}, },
{
title: "垛机取货工位",
field: "rkgwid",
width: 140
},
{
title: "垛机放货工位",
field: "ckgwid",
width: 140
},
// { // {
// title: "状态", // title: "状态",
// field: "zt", // field: "zt",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment