Commit c5b8f32a authored by 周毅's avatar 周毅

上立库支持指定库位

parent 10c17ff7
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
<template #toolbar="ctx"> <template #toolbar="ctx">
<ImportButton @success="()=>{ <ImportButton @success="()=>{
ctx.basePage.refresh() ctx.basePage.refresh()
}" :url="'lxyl/jcsj/uck/import'" /> }" :url="'lxyl/jcsj/uck/import'" />
</template> </template>
......
...@@ -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',
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'wms/rkgl/mpzy/query/rktz', url: 'wms/rkgl/mpzy/query/rktz',
queryUrl:'wms/sjrw/query/rktz', queryUrl:'wms/sjrw/query/rktz',
tableTitle: [ tableTitle: [
{ {
title: "状态", title: "状态",
......
...@@ -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