Commit d22af2a4 authored by Marcus's avatar Marcus

入仓新增货物 入仓记录丢失 form1

parent 01afc6b9
...@@ -420,7 +420,7 @@ export default { ...@@ -420,7 +420,7 @@ export default {
orderId: this.warehousing.orderId, orderId: this.warehousing.orderId,
orderItemId: undefined, orderItemId: undefined,
orderNo: this.warehousing.orderNo, orderNo: this.warehousing.orderNo,
orderWarehouseInItemDoList: this.form.orderWarehouseInItemDoList.map(e => { orderWarehouseInItemDoList: this.form1.orderWarehouseInItemDoList.map(e => {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3 boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3
......
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