diff --git a/components/buns-post-edit-templates/bpe-cost-tmp.vue b/components/buns-post-edit-templates/bpe-cost-tmp.vue
index 99c3441..5af3c1d 100644
--- a/components/buns-post-edit-templates/bpe-cost-tmp.vue
+++ b/components/buns-post-edit-templates/bpe-cost-tmp.vue
@@ -42,22 +42,24 @@
首重费
{ handleIwFeeChange(item, val) }" _digit="4" :isWhite="true"
- :disabled="modelInfo.blSpecialQuote != 1" custom-style="width: 120rpx;height: 46rpx;" suffix="CNY">
+ :disabled="modelInfo.blSpecialQuote != 1" custom-style="width: 120rpx;height: 46rpx;" :suffix="item.currency">
续重单价
{ handleAwPriceChange(item, val) }" _digit="4" :isWhite="true"
- :disabled="modelInfo.blSpecialQuote != 1" custom-style="width: 120rpx;height: 46rpx;" suffix="CNY">
+ :disabled="modelInfo.blSpecialQuote != 1" custom-style="width: 120rpx;height: 46rpx;" :suffix="item.currency">
- 应收: {{item.fee || 0}}
+ 应收: {{item.fee || 0}} {{item.currency}}
实收
{ handleRlFeeChange(item, val) }" _digit="4" :isWhite="true" custom-style="width: 120rpx;height: 46rpx;"
- :disabled="modelInfo.blSpecialQuote != 1" suffix="CNY">
+ :disabled="modelInfo.blSpecialQuote != 1 || (item.initialWeightFee || item.addWeightPrice)"
+ :suffix="item.currency"
+ >