Commit a9ca097c authored by 周毅's avatar 周毅

修复bug

parent 6b690ba2
...@@ -241,14 +241,14 @@ ...@@ -241,14 +241,14 @@
/* 不可编辑*/ /* 不可编辑*/
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "kcsl",
width: 200, allowEdit: false,
fieldType: "float"
}, },
{ {
title: "物料批号", title: "物料批号",
field: "wlph", field: "wlph",
type: 'inputText', type: 'inputText',
allowEdit: false,
width: 180, width: 180,
}, },
{ {
...@@ -267,17 +267,7 @@ ...@@ -267,17 +267,7 @@
field: "packCode", field: "packCode",
width: 160, width: 160,
}, }
// {
// title: "备注",
// field: "bz",
// width: 200,
// type: 'inputText',
// allowEdit: true
// }
] ]
} }
} }
......
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