Commit 99ca96cc authored by honghy's avatar honghy Committed by wux

需求95 报价单页面和列表调整

parent 459094f5
......@@ -306,11 +306,11 @@
{{ $t("原价") }}
</div>
<div>
{{ $t("运费") }}{{ row.fee.groupDto.orgClearanceFeePrice }} {{ currencyMap[row.fee.freightCurrency] }} /
{{ $t("运费") }}{{ row.fee.groupDto.orgFreightPrice }} {{ currencyMap[row.fee.freightCurrency] }} /
{{ unitMap[row.fee.freightVolume] }}
</div>
<div>
{{ $t("清关费") }}{{ row.fee.groupDto.orgFreightPrice }} {{ currencyMap[row.fee.clearanceFeeCurrency] }} /
{{ $t("清关费") }}{{ row.fee.groupDto.orgClearanceFeePrice }} {{ currencyMap[row.fee.clearanceFeeCurrency] }} /
{{ unitMap[row.fee.clearanceFeeVolume] }}
</div>
<div style="color: red;font-weight: 700;">
......
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