Commit 94c7eeff authored by Marcus's avatar Marcus

完成入仓、入仓补充修改订单总数据失败

http://zentao.jdshangmen.com/bug-view-745.html
parent 6d821918
...@@ -326,18 +326,20 @@ export default { ...@@ -326,18 +326,20 @@ export default {
return return
} }
} }
let p = { let form = {
orderSpecialNeedReceivableReqVoList: this.form.orderSpecialNeedReceivableReqVoList, orderSpecialNeedReceivableReqVoList: this.form.orderSpecialNeedReceivableReqVoList,
"orderLocationCreateReqVOList": this.form.orderLocationCreateReqVOList, "orderLocationCreateReqVOList": this.form.orderLocationCreateReqVOList,
"orderId": this.order.orderId, "orderId": this.order.orderId,
urls: this.form.urls urls: this.form.urls,
sumVolume: this.form.sumVolume,
sumWeight: this.form.sumWeight
} }
if (this.escapeBol) { if (this.escapeBol) {
p.exceptionUrls = this.form.exceptionUrls.split(','); form.exceptionUrls = this.form.exceptionUrls.split(',');
p.descZh = this.form.descZh; form.descZh = this.form.descZh;
p.manualExceptionType = this.form.manualExceptionType form.manualExceptionType = this.form.manualExceptionType
} }
orderWarehouseInFinish(p).then(r => { orderWarehouseInFinish(form).then(r => {
if (r.code === 0) { if (r.code === 0) {
this.escapeBol = false; this.escapeBol = false;
this.finishVisible = false this.finishVisible = 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