Commit ae0ef794 authored by renjintao's avatar renjintao

zhcn

parent d2ccf872
...@@ -1594,5 +1594,6 @@ export default { ...@@ -1594,5 +1594,6 @@ export default {
code:'入库编号', code:'入库编号',
materialId:'物料id', materialId:'物料id',
materialCode:'物料编码', materialCode:'物料编码',
nowTotal:'剩余数量',
} }
} }
...@@ -66,6 +66,8 @@ export default { ...@@ -66,6 +66,8 @@ export default {
high: true high: true
}, },
{ key: "total", title: this.l("total"), align: "left", high: true }, { key: "total", title: this.l("total"), align: "left", high: true },
{ key: "nowTotal", title: this.l("nowTotal"), align: "left", high: true },
{ key: "remark", title: this.l("remark"), align: "left", high: true }, { key: "remark", title: this.l("remark"), align: "left", high: true },
{ {
key: "code", key: "code",
......
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