From be3f10fcf54b72f2900cd21e13853af75b2833d7 Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Sat, 13 Sep 2025 16:57:04 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E7=8E=B0=E9=87=91=E5=87=BA=E8=B4=A6?=
=?UTF-8?q?=E7=A1=AE=E8=AE=A4=E8=BF=90=E8=B4=B9=E5=B7=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue
index d02837f6..b5d44afd 100644
--- a/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue
+++ b/src/views/emis/emisSettleSubBill/SubBillConfirmByMoneyList.vue
@@ -326,12 +326,18 @@
+
{{scope.row.waybillDetail.freight}}
{{scope.row.waybillDetail.freight}}
-
+
+
+
+ {{ scope.row.waybillDetail.realFee-scope.row.waybillDetail.freight }}
+
+
未收款
@@ -356,7 +362,6 @@
-
From 4ac007bd63f0551f36a453cd2cf410af338106fd Mon Sep 17 00:00:00 2001
From: wuteng <419274783@qq.com>
Date: Sat, 13 Sep 2025 17:54:27 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E8=BF=90=E5=8D=95=E6=8F=90=E6=88=90?=
=?UTF-8?q?=E6=98=8E=E7=BB=86=EF=BC=8C=E5=AF=BC=E5=87=BA=E6=8F=90=E6=88=90?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=B2=A1=E6=98=BE=E7=A4=BA=E6=96=87=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/emis/emisCommissionDtl/index.vue | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/views/emis/emisCommissionDtl/index.vue b/src/views/emis/emisCommissionDtl/index.vue
index b7c99eaf..e7d2018b 100644
--- a/src/views/emis/emisCommissionDtl/index.vue
+++ b/src/views/emis/emisCommissionDtl/index.vue
@@ -795,6 +795,9 @@ export default {
if (j === 'paymentType') {
return this.selectDictLabel(this.dict.type.emis_payment_type,v['paymentType']);
}
+ if (j === 'feeType') {
+ return this.selectDictLabel(this.dict.type.emis_commission_fee_type,v['feeType']);
+ }
return v[j]
}))
},