From 1d648bbad7bdf779efd616254bef750653407e40 Mon Sep 17 00:00:00 2001 From: fengtianyangyang <277692624@qq.com> Date: Fri, 22 Apr 2022 09:04:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E7=AE=97=E5=8D=95=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/seller/bill/bill-detail.vue | 26 +++--- seller/src/views/shop/bill/billDetail.vue | 82 ++++++++++--------- 2 files changed, 57 insertions(+), 51 deletions(-) diff --git a/manager/src/views/seller/bill/bill-detail.vue b/manager/src/views/seller/bill/bill-detail.vue index 896b3fe8..f4f641d2 100644 --- a/manager/src/views/seller/bill/bill-detail.vue +++ b/manager/src/views/seller/bill/bill-detail.vue @@ -38,31 +38,35 @@
退单金额
-{{bill.refundPrice || 0 | unitPrice('¥')}}
+平台收取佣金
-{{bill.commissionPrice || 0 | unitPrice('¥')}}
+ +退单产生退还佣金金额
++{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
+ +分销返现支出
-{{bill.distributionCommission || 0 | unitPrice('¥')}}
+ +退单分销返现返还
++{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
+ + -退单平台优惠券返还
-+{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
+退单平台优惠券补贴返还
+-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
平台优惠券补贴
--{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- - -退单产生退还佣金金额
-+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
- - -退单分销返现返还
-+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
++{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
+积分结算金额
+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
diff --git a/seller/src/views/shop/bill/billDetail.vue b/seller/src/views/shop/bill/billDetail.vue index 5c536a1b..ab9b016d 100644 --- a/seller/src/views/shop/bill/billDetail.vue +++ b/seller/src/views/shop/bill/billDetail.vue @@ -33,47 +33,49 @@退单金额
--{{bill.refundPrice || 0 | unitPrice('¥')}}
- - -平台收取佣金
--{{bill.commissionPrice || 0 | unitPrice('¥')}}
- - -分销返现支出
--{{bill.distributionCommission || 0 | unitPrice('¥')}}
- - - -退单平台优惠券返还
--{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
- - - -平台优惠券补贴
-+{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- - -退单产生退还佣金金额
-+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
- - - -退单分销返现返还
-+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
- - -积分结算金额
-+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
- - -砍价商品结算金额
-+{{bill.kanjiaSettlementPrice || 0 | unitPrice('¥')}}
- + +退单金额
+-{{bill.refundPrice || 0 | unitPrice('¥')}}
+ + + +平台收取佣金
+-{{bill.commissionPrice || 0 | unitPrice('¥')}}
+ + +退单产生退还佣金金额
++{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
+ + + +分销返现支出
+-{{bill.distributionCommission || 0 | unitPrice('¥')}}
+ + +退单分销返现返还
++{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
+ + + +退单平台优惠券补贴返还
+-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
+ + + +平台优惠券补贴
++{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
+ + + +积分结算金额
++{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
+ + +砍价商品结算金额
++{{bill.kanjiaSettlementPrice || 0 | unitPrice('¥')}}
+ +