Commit 202d15b4 authored by 我在何方's avatar 我在何方

订单异常不可出渠道修复

parent 394e7e14
...@@ -901,6 +901,7 @@ export default { ...@@ -901,6 +901,7 @@ export default {
}, },
'form.channelId'(){ 'form.channelId'(){
this.calculationPrice() this.calculationPrice()
if(this.form.lineId) this.getOfferData()
}, },
'form.consigneeCountryCode'(){ 'form.consigneeCountryCode'(){
if(this.form.lineId) this.getOfferData() if(this.form.lineId) this.getOfferData()
......
...@@ -1377,7 +1377,7 @@ ...@@ -1377,7 +1377,7 @@
} }
calculationPrice(params).then(res => { calculationPrice(params).then(res => {
this.orderData.orderItemVOList.map((item, index) => { this.orderData.orderItemVOList.map((item, index) => {
item.oneClearanceFreight = res.data.prodCostDtoList[index].clearanceFee item.oneClearanceFreight = res.data.prodCostDtoList[index].oneClearanceFee
item.clearanceFreightCurrency = res.data.prodCostDtoList[index].clearanceFeeCurrency item.clearanceFreightCurrency = res.data.prodCostDtoList[index].clearanceFeeCurrency
item.clearanceFreightVolume = res.data.prodCostDtoList[index].clearanceFeeVolume item.clearanceFreightVolume = res.data.prodCostDtoList[index].clearanceFeeVolume
item.oneSeaFreight = res.data.prodCostDtoList[index].oneFreight item.oneSeaFreight = res.data.prodCostDtoList[index].oneFreight
......
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