Commit 759fa932 authored by 周毅's avatar 周毅

收发明细增加入/出库单号

parent d7a57074
...@@ -34,10 +34,10 @@ ...@@ -34,10 +34,10 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'kc/wlsftz', url: 'lxyl/cxfx/kcsfmx',
tableTitle: [{ tableTitle: [{
title: "入出库单号", title: "库存单号",
field: "djid", field: "kcDjid",
width: 130, width: 130,
formatter: function(row, index, value) { formatter: function(row, index, value) {
if (row){ if (row){
...@@ -53,27 +53,27 @@ ...@@ -53,27 +53,27 @@
}, },
{ {
title: "业务日期", title: "业务日期",
field: "ywrq", field: "kcYwrq",
fieldType: "ftDate" fieldType: "ftDate"
}, },
{ {
title: "仓库名称", title: "仓库名称",
field: "ckmc", field: "ckName",
width: 120 width: 120
}, },
{ {
title: "物料编码", title: "物料编码",
field: "wlcode", field: "wlxxCode",
width: 130 width: 130
}, },
{ {
title: "物料名称", title: "物料名称",
field: "wlmc", field: "wlxxCode",
width: 160 width: 160
}, },
{ {
title: "规格", title: "规格",
field: "gg", field: "wlxxGg",
width: 100 width: 100
}, },
{ {
...@@ -86,19 +86,24 @@ ...@@ -86,19 +86,24 @@
field: "zlh", field: "zlh",
width: 130 width: 130
}, },
// {
// "title": "出库任务号",
// "field": "lydjDjid",
// "width": 140
// },
{ {
title: "库位", "title": "入/出库单号",
field: "kwmc", "field": "lydjDjid",
width: 120 "width": 140
}, },
{ {
title: "事务类型", title: "事务类型",
field: "swlxmc", field: "swlxName",
width: 100 width: 100
}, },
{ {
title: "计量单位", title: "计量单位",
field: "jldwname", field: "jldwName",
width: 80, width: 80,
"align": 'center' "align": 'center'
}, },
...@@ -120,11 +125,6 @@ ...@@ -120,11 +125,6 @@
width: 100, width: 100,
fieldType: 'float' fieldType: 'float'
}, },
{
title: "计量单位(辅)",
field: "fjldwname",
width: 120
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
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