Commit 37e5f339 authored by 周毅's avatar 周毅

修复bug

parent 6551b208
......@@ -132,7 +132,7 @@
},
{
title: "来源单号",
field: "lydjid",
field: "lydjDjid",
width: 140
},
{
......@@ -170,20 +170,22 @@
},
{
title: "维护人",
field: "whr"
field: "whr",
hidden:true
},
{
title: "维护时间",
field: "whsj",
fieldType: 'ftDateTime'
fieldType: 'ftDateTime',
hidden:true
},
{
title: "创建人",
field: "whr"
field: "cjr"
},
{
title: "创建时间",
field: "whsj",
field: "cjsj",
fieldType: 'ftDateTime'
}
],
......
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