Commit c5b8f32a authored by 周毅's avatar 周毅

上立库支持指定库位

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