Commit 4bad309d authored by 周毅's avatar 周毅

库龄查询增加日期

parent 4fb452ff
...@@ -91,14 +91,14 @@ ...@@ -91,14 +91,14 @@
}, },
{ {
title: "30天以内", title: "30天以内",
field: "30", field: "kcsl30",
fieldType: "int", fieldType: "int",
width: 100 width: 100
}, },
{ {
title: "31-60天", title: "31-60天",
fieldType: "int", fieldType: "int",
field: "kcsl30", field: "kcsl60",
width: 100 width: 100
}, },
{ {
...@@ -133,7 +133,15 @@ ...@@ -133,7 +133,15 @@
} }
], ],
queryParams: [ queryParams: [
[{ [
{
label: '日期',
prop: 'end',
span: 6,
type: 'date',
value: new Date().getTime()
},
{
"label": "仓库", "label": "仓库",
"prop": "ckid", "prop": "ckid",
"span": 6, "span": 6,
......
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