Commit 73559040 authored by 李苏's avatar 李苏 💬

3.6修改

parent 5d51c8f0
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
// } // }
// }, // },
{ {
title: "维护人", title: "责任人",
field: "zrrName", field: "zrrName",
width:160 width:160
}, },
......
...@@ -122,7 +122,8 @@ ...@@ -122,7 +122,8 @@
], ],
queryParams: [ queryParams: [
[{ [
{
label: '物料信息', label: '物料信息',
prop: 'wlinfo', prop: 'wlinfo',
span: 6, span: 6,
...@@ -142,7 +143,21 @@ ...@@ -142,7 +143,21 @@
"label": "name" "label": "name"
} }
} }
} },
{
label: '容器编码',
prop: 'rqCode',
span: 6,
type: 'input',
value: ''
},
{
label: '托盘编码',
prop: 'tpCode',
span: 6,
type: 'input',
value: ''
},
] ]
], ],
......
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
prop: 'hzid', prop: 'hzid',
span: 8, span: 8,
type: 'AuxInput', type: 'AuxInput',
// required: true, required: true,
typeConfig: { typeConfig: {
isRequest: true, isRequest: true,
code: 'HZID', code: 'HZID',
......
This diff is collapsed.
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