Commit c5b8f32a authored by 周毅's avatar 周毅

上立库支持指定库位

parent 10c17ff7
...@@ -176,6 +176,27 @@ ...@@ -176,6 +176,27 @@
} }
} }
}, },
{
label: '库位',
prop: 'kwid',
span: 8,
type: 'AuxInput',
typeConfig: {
queryParams:()=>{
return{
ckid:this.form.ckid
}
},
isRequest: false,
code: 'WMSKWWH',
label: 'kwCode',
transform: {
value: 'id',
label: 'code'
}
},
},
{ {
label: '工位', label: '工位',
prop: 'gwid', prop: 'gwid',
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
}, },
{ {
label: '库位', label: '库位',
prop: 'kwCode', prop: 'kwid',
span: 8, span: 8,
required: true, required: true,
type: 'AuxInput', type: 'AuxInput',
......
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