Commit 14f27e25 authored by 李苏's avatar 李苏 💬

调整

parent 7ebf0329
......@@ -32,8 +32,8 @@
},
config: {
/* 基本配置*/
url: 'wms/jcsj/pack/queryPackDetail',
queryUrl:'wms/jcsj/pack/queryPackDetail',
url: 'lxyl/rkgl/sjrw/pkrk/queryPackmxForSj',
queryUrl:'lxyl/rkgl/sjrw/pkrk/queryPackmxForSj',
tableTitle: [
{
title: "唯一码",
......@@ -79,61 +79,32 @@
span: 6,
type: 'input',
},
{
"label": "状态",
"prop": "zt",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "wms/jcsj/pack/init/zt",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "库存状态",
"prop": "kczt",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "wms/jcsj/pack/init/kczt",
"match": {
"value": "id",
"label": "name"
}
}
},
{
label: '物料批号',
prop: 'wlph',
span: 6,
type: 'input',
}
],
[{
label: '物料',
prop: 'wlid',
span: 6,
required: false,
type: 'AuxInput',
typeConfig: {
give: (row) => {
},
{
label: '物料',
prop: 'wlid',
span: 6,
required: false,
type: 'AuxInput',
typeConfig: {
give: (row) => {
},
isRequest: false,
code: 'WMSWLXX',
label: 'name',
transform: {
value: 'id',
label: 'name'
},
isRequest: false,
code: 'WMSWLXX',
label: 'name',
transform: {
value: 'id',
label: 'name'
}
}
}
}, ]
]
],
/* 默认启停用 */
showqt: false,
......
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