Commit 077073fb authored by lanbaoming's avatar lanbaoming

2024-06-28-02提交

parent cb4d8ece
...@@ -2331,6 +2331,14 @@ export default { ...@@ -2331,6 +2331,14 @@ export default {
this.orderExceptionData.orderExceptionAmountCurrencyId this.orderExceptionData.orderExceptionAmountCurrencyId
); );
} }
if (
this.orderExceptionData.orderExceptionType ==
"not_shipping_channel_exception"
) {
//初始话渠道数据
this.calculationPrice();
}
}, },
"orderData.consigneeVO"(val) { "orderData.consigneeVO"(val) {
if (!val) return "-"; if (!val) return "-";
...@@ -2348,10 +2356,7 @@ export default { ...@@ -2348,10 +2356,7 @@ export default {
); );
}, },
"orderData.channelId"() { "orderData.channelId"() {
//alert(1);
this.getChannel(); this.getChannel();
//初始话渠道数据
this.calculationPrice();
}, },
}, },
computed: { computed: {
...@@ -2906,7 +2911,7 @@ export default { ...@@ -2906,7 +2911,7 @@ export default {
}; };
this.handlerParams.channelPriceList.push(listItem); this.handlerParams.channelPriceList.push(listItem);
}); });
if (priceUnit) { if (priceUnit) {
this.$modal.msgError( this.$modal.msgError(
this.$t("请先去设置运费或清关费本身的货币单位、计价单位") this.$t("请先去设置运费或清关费本身的货币单位、计价单位")
...@@ -3128,7 +3133,7 @@ export default { ...@@ -3128,7 +3133,7 @@ export default {
if (!tmp.num) tmp.num = 1; if (!tmp.num) tmp.num = 1;
tmp.orderType = item.orderItemType; tmp.orderType = item.orderItemType;
//包装类型 //包装类型
tmp.packaging=item.unit; tmp.packaging = item.unit;
arr.push(tmp); arr.push(tmp);
}); });
return arr; return arr;
......
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