Commit 689fd114 authored by 周毅's avatar 周毅

修改页面查询

parent 4fca8d19
...@@ -167,24 +167,12 @@ ...@@ -167,24 +167,12 @@
} }
], ],
[{ [{
label: '物料', label: '物料信息',
prop: 'wlid', prop: 'wlxxInfo',
span: 6, span: 6,
required: false, type: 'input',
type: 'AuxInput',
typeConfig: {
give: (row) => {
},
isRequest: false,
code: 'WMSWLXX',
label: 'name',
transform: {
value: 'id',
label: 'name'
}
} }
}, ] ]
], ],
/* 默认启停用 */ /* 默认启停用 */
......
...@@ -100,6 +100,16 @@ ...@@ -100,6 +100,16 @@
field: "zlh", field: "zlh",
width: 180, width: 180,
}, },
{
title: "来源单号",
field: "lydjid",
width: 140,
},
{
title: "来源单号",
field: "lydjxh",
fieldType: "int"
},
{ {
title: "关闭人", title: "关闭人",
field: "gbr", field: "gbr",
......
...@@ -219,7 +219,7 @@ export default { ...@@ -219,7 +219,7 @@ export default {
}, },
{ {
label: "来源单号", label: "来源单号",
prop: "lydh", prop: "lydjDjid",
span: 8, span: 8,
type: "input", type: "input",
value: "", value: "",
......
...@@ -184,11 +184,18 @@ ...@@ -184,11 +184,18 @@
endValue: new Date().getTime(), endValue: new Date().getTime(),
}, },
{ {
label: '检验单号', "label": "单据类型",
prop: 'jydh', "prop": "lydlx",
span: 6, "span": 6,
type: 'input', "type": "RelSelect",
value: '' "value": "",
"typeConfig": {
"src": "lxyl/zlgl/ukcjyd/init/Jylydlx",
"match": {
"value": "id",
"label": "name"
}
}
}, },
{ {
"label": "评估代码", "label": "评估代码",
...@@ -214,6 +221,13 @@ ...@@ -214,6 +221,13 @@
} }
], ],
[ [
{
label: '检验单号',
prop: 'jydh',
span: 6,
type: 'input',
value: ''
},
{ {
label: "检验批号", label: "检验批号",
prop: "jyph", prop: "jyph",
...@@ -221,6 +235,13 @@ ...@@ -221,6 +235,13 @@
type: 'input', type: 'input',
value: '' value: ''
}, },
{
label: '物料信息',
prop: 'wlxxInfo',
span: 6,
type: 'input',
value: ''
},
{ {
label: '物料批号', label: '物料批号',
prop: 'wlph', prop: 'wlph',
......
...@@ -120,19 +120,51 @@ ...@@ -120,19 +120,51 @@
label: '业务日期', label: '业务日期',
startProp: "start", startProp: "start",
endProp: "end", endProp: "end",
span: 8, span: 6,
type: 'RelDaterangeV2', type: 'RelDaterangeV2',
startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30, startValue: new Date().getTime() - 1000 * 60 * 60 * 24 * 30,
endValue: new Date().getTime(), endValue: new Date().getTime(),
}, },
{
"label": "仓库",
"prop": "ckid",
"span": 6,
"type": "RelSelect",
"value": "",
"typeConfig": {
"src": "lxyl/jcsj/uck/ck/queryCjckid",
"match": {
"value": "id",
"label": "name"
},
params:{
flid:'D'
}
}
},
{ {
label: '重检单号', label: '重检单号',
prop: 'djid', prop: 'djid',
span: 5, span: 6,
type: 'input',
value: ''
},
{
label: '批号',
prop: 'wlph',
span: 6,
type: 'input',
value: ''
},
],
[
{
label: '物料信息',
prop: 'wlph',
span: 6,
type: 'input', type: 'input',
value: '' value: ''
}, },
] ]
], ],
......
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