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

修改页面查询

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