Commit 81c0bb98 authored by dragondean@qq.com's avatar dragondean@qq.com

修复费用详情特价标注异常

parent 4e5015fa
......@@ -757,7 +757,7 @@ export default {
currency: row.seaFreightCurrency,
volume: row.seaFreightVolume,
// 特价通过四个字段标识,任一为true则为特价
remark: item.field == 'oneSeaFreight' && (row.specialPriceType || row.handlerChannelAttrException || row.isHandlerOrderInquiryException || row.splitCustomPriceType) ? this.$t('特价') : null
remark: item.field == 'oneSeaFreight' && (row.specialPriceType || row.splitCustomPriceType || row.channelManualPricing) ? this.$t('特价') : null
})
}
......
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