Commit 9e9b6ebe authored by 周毅's avatar 周毅

库存对比查询增加制令号

parent 8b10275e
...@@ -41,6 +41,15 @@ ...@@ -41,6 +41,15 @@
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/cxfx/sapKcdb', url: 'lxyl/cxfx/sapKcdb',
tableTitle: [{ tableTitle: [{
title: "工厂",
field: "hzName",
width: 100
},
{
title: "库存地点",
field: "sapckCode",
width: 140
},{
title: "物料编码", title: "物料编码",
field: "wlxxCode", field: "wlxxCode",
fieldType: "upper", fieldType: "upper",
...@@ -52,13 +61,8 @@ ...@@ -52,13 +61,8 @@
width: 350 width: 350
}, },
{ {
title: "工厂", title: "制令号",
field: "hzName", field: "zlh",
width: 140
},
{
title: "库存地点",
field: "sapckCode",
width: 140 width: 140
}, },
{ {
......
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