Commit f9e114ca authored by Marcus's avatar Marcus

1.打开入仓补充页面

https://adm.sit.jdshangmen.com/#/order/warehousing?id=516

2.添加2条入仓记录,两条都选择储位后提交

3.再次点击追加,第一行没有显示储位,第二行随时显示了,但也显示不全
parent e46d7cdf
...@@ -635,7 +635,7 @@ export default { ...@@ -635,7 +635,7 @@ export default {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3,
orderLocationCreateReqVOList: e.table orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}) })
}).then(r => { }).then(r => {
...@@ -670,7 +670,7 @@ export default { ...@@ -670,7 +670,7 @@ export default {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3,
orderLocationCreateReqVOList: e.table orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}), }),
copyUserId: this.selectedUsers copyUserId: this.selectedUsers
...@@ -694,7 +694,7 @@ export default { ...@@ -694,7 +694,7 @@ export default {
return { return {
...e, ...e,
boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3, boxGauge: e.boxGauge1 + '*' + e.boxGauge2 + '*' + e.boxGauge3,
orderLocationCreateReqVOList: e.table orderLocationCreateReqVOList: e.orderLocationBackVOList
} }
}), }),
}).then(r => { }).then(r => {
......
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