|
|
@ -108,13 +108,13 @@ |
|
|
|
let goosList = this.orderInfo.goods.map(item => { |
|
|
|
let goosList = this.orderInfo.goods.map(item => { |
|
|
|
return { |
|
|
|
return { |
|
|
|
orderGoodsId: item.order_goods_id, |
|
|
|
orderGoodsId: item.order_goods_id, |
|
|
|
deliveryNum: item.delivery_num |
|
|
|
deliveryNum: item.total_num |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
let params = { |
|
|
|
let params = { |
|
|
|
"orderId": this.orderInfo.order_id, |
|
|
|
"orderId": this.orderInfo.order_id, |
|
|
|
"form": { |
|
|
|
"form": { |
|
|
|
"deliveryMethod": this.wuliu ? 10 : 20, |
|
|
|
"deliveryMethod":10, |
|
|
|
"packGoodsData": goosList, |
|
|
|
"packGoodsData": goosList, |
|
|
|
"expressId": this.expressId, |
|
|
|
"expressId": this.expressId, |
|
|
|
"expressNo": this.codeNum, |
|
|
|
"expressNo": this.codeNum, |
|
|
|