Commit 9ac5a1ab authored by dragondean@qq.com's avatar dragondean@qq.com

修复订单详情的费用详情品牌清关费异常

parent 1098d6b3
...@@ -460,7 +460,7 @@ export default { ...@@ -460,7 +460,7 @@ export default {
] ]
// 品牌加价 // 品牌加价
if(row['brandClearanceFeePrice'] && row['brandClearanceFeePrice'] > 0){ if(row['brandClearanceFeePrice'] && row['brandClearanceFeePrice'] > 0){
freightFields.push({field: 'brandClearanceFeePrice', label: brandType == 1 ? this.$t('有品牌加价') : this.$t('中性品牌加价')}) clearanceFields.push({field: 'brandClearanceFeePrice', label: brandType == 1 ? this.$t('有品牌加价') : this.$t('中性品牌加价')})
} }
if(row['discountClearanceFeePrice'] && row['discountClearanceFeePrice'] > 0){ if(row['discountClearanceFeePrice'] && row['discountClearanceFeePrice'] > 0){
clearanceFields.push({field: 'afterDiscountClearanceFreight', label: this.$t('优惠后单价')}) clearanceFields.push({field: 'afterDiscountClearanceFreight', label: this.$t('优惠后单价')})
......
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