Commit fdc46699 authored by 周毅's avatar 周毅

修改呆滞物料查询

parent ec9f7fe9
......@@ -42,23 +42,18 @@
{
title: "物料编码",
field: "wlcode",
width: 140
width: 120
},
{
title: "物料名称",
field: "wlmc",
width: 160
width: 180
},
{
title: "规格",
field: "gg",
width: 160
},
{
title: "库位",
field: "kwmc",
width: 140
},
{
title: "批号",
field: "wlph",
......@@ -76,13 +71,13 @@
"width": 80
},
{
title: "入库日期",
"field": "rkrq",
fieldType: 'ftDate'
title: "呆滞天数",
"field": "zlts",
fieldType: 'int'
},
{
title: "库日期",
"field": "ckrq",
title: "库日期",
"field": "rkrq",
fieldType: 'ftDate'
},
{
......@@ -90,11 +85,6 @@
"field": "ckrq",
fieldType: 'ftDate'
},
{
title: "呆滞天数",
"field": "zlts",
fieldType: 'ftInt'
},
],
queryParams: [
[{
......
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