Commit 8dc60418 authored by 李苏's avatar 李苏 💬

库存数量kcsl=>djsl

parent b34a2c00
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
}, },
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "djsl",
width: 100, width: 100,
}, },
{ {
......
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
}, },
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "djsl",
width: 100, width: 100,
}, },
{ {
......
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
this.formDetail.splice(0, length) this.formDetail.splice(0, length)
list.forEach(item => { list.forEach(item => {
item.djsl=item.kcsl item.djsl=item.kcsl
delete item.kcsl
item.wlid=item.wlxxId item.wlid=item.wlxxId
item.lydjid = item.id item.lydjid = item.id
delete item.id delete item.id
...@@ -214,7 +215,7 @@ ...@@ -214,7 +215,7 @@
}, },
{ {
title: "库存数量", title: "库存数量",
field: "kcsl", field: "djsl",
type: 'inputNumber', type: 'inputNumber',
allowEdit: false allowEdit: false
......
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