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

调整

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