From 7c47e42322375e89433572b9aa5bf37144dbf1a7 Mon Sep 17 00:00:00 2001
From: aihe <961836564@qq.com>
Date: Wed, 4 Sep 2024 01:24:58 +0800
Subject: [PATCH] uu
---
.../buns-post-edit-templates/bpe-cost-tmp.vue | 84 ++++++++++++++-----
.../bpe-coststatic-tmp.vue | 8 +-
manifest.json | 2 +-
3 files changed, 66 insertions(+), 28 deletions(-)
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"
+ >