Commit f2227f27 authored by 何远江's avatar 何远江

装箱新增字段

parent f4660a56
...@@ -154,7 +154,9 @@ ...@@ -154,7 +154,9 @@
this.goodsList.forEach(ele => { this.goodsList.forEach(ele => {
arr.push({ arr.push({
plnr: ele, plnr: ele,
werks: this.vuex_user_factory,
...this.form, ...this.form,
kunnr: "",
zxspe: this.form.long + '*' + this.form.wide + '*' + this.form.high, zxspe: this.form.long + '*' + this.form.wide + '*' + this.form.high,
zxvolum: (this.form.long * this.form.wide * this.form.high) / 1000000, zxvolum: (this.form.long * this.form.wide * this.form.high) / 1000000,
ntgew: (this.form.brgew - 0) - (this.form.zxntgew - 0), ntgew: (this.form.brgew - 0) - (this.form.zxntgew - 0),
......
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