Commit d97faf15 authored by 周毅's avatar 周毅

修改批号锁定

parent 958219c4
...@@ -36,27 +36,31 @@ ...@@ -36,27 +36,31 @@
queryUrl:'lxyl/zlgl/uLothold/queryWlphForHold', queryUrl:'lxyl/zlgl/uLothold/queryWlphForHold',
// queryUrl:'kc/wlph', // queryUrl:'kc/wlph',
tableTitle: [ tableTitle: [
{
{ title: "物料编码",
title: "物料编码", field: "wlxxCode",
field: "wlxxCode", width: 140
width: 140 },
}, {
{ title: "物料批号",
title: "物料批号", field: "wlph",
field: "wlph", width: 140
width: 140 },
}, {
{ title: "物料名称",
title: "物料名称", field: "wlxxName",
field: "wlxxName", width: 140
width: 140 },
}, {
{ title: "物料规格",
title: "物料规格", field: "wlxxGg",
field: "wlxxGg", width: 140
width: 140 },
}, {
title: "制令号",
field: "zlh",
width: 140
},
{ {
title: "数量", title: "数量",
field: "kcsl", field: "kcsl",
......
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