Commit fe4d2e1d authored by zhangjun's avatar zhangjun

SAP调拨列表页增加过账标识显示

parent cd3a7f18
...@@ -18,19 +18,6 @@ ...@@ -18,19 +18,6 @@
data() { data() {
return { return {
editColItemList: [ editColItemList: [
{
label: '过账单号',
prop: 'djid',
span: 12,
type: 'input',
},
{
label: '特殊库存标识',
prop: 'sobkz',
span: 12,
type: 'input',
},
{ {
label: '物料', label: '物料',
prop: 'wlid', prop: 'wlid',
...@@ -63,7 +50,12 @@ ...@@ -63,7 +50,12 @@
} }
} }
}, },
/* 物料工厂*/ {
label: '特殊库存标识',
prop: 'sobkz',
span: 12,
type: 'input',
},
{ {
label: '数量', label: '数量',
prop: 'erfmg', prop: 'erfmg',
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
{label: "接收批次", prop: "umcha", fieldType: "ftString",width:210}, {label: "接收批次", prop: "umcha", fieldType: "ftString",width:210},
{label: "接收销售订单", prop: "kdauf", fieldType: "ftString",width:120}, {label: "接收销售订单", prop: "kdauf", fieldType: "ftString",width:120},
{label: "接收销售行项目", prop: "kdpos", fieldType: "int"}, {label: "接收销售行项目", prop: "kdpos", fieldType: "int"},
{label: "是否过账", prop: "gzbz", fieldType: "ftString"},
{label: "维护人", prop: "whr", fieldType: "ftString"}, {label: "维护人", prop: "whr", fieldType: "ftString"},
{label: "维护时间", prop: "whsj", fieldType: "ftDateTime"}, {label: "维护时间", prop: "whsj", fieldType: "ftDateTime"},
{label: "创建人", prop: "cjr", fieldType: "ftString"}, {label: "创建人", prop: "cjr", fieldType: "ftString"},
......
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