From 7312b3ec3f27630328620dd9a428c643075050cb Mon Sep 17 00:00:00 2001 From: fengtianyangyang Date: Mon, 18 Apr 2022 19:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=BB=93=E7=AE=97=E5=8D=95?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/views/shop/bill/billDetail.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/seller/src/views/shop/bill/billDetail.vue b/seller/src/views/shop/bill/billDetail.vue index 4bd1f266..5c536a1b 100644 --- a/seller/src/views/shop/bill/billDetail.vue +++ b/seller/src/views/shop/bill/billDetail.vue @@ -45,9 +45,15 @@

分销返现支出

-{{bill.distributionCommission || 0 | unitPrice('¥')}}

+ + +

退单平台优惠券返还

+

-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}

+
+ -

平台优惠券支出

-

-{{bill.siteCouponCommission || 0 | unitPrice('¥')}}

+

平台优惠券补贴

+

+{{bill.siteCouponCommission || 0 | unitPrice('¥')}}

退单产生退还佣金金额

@@ -58,11 +64,6 @@

退单分销返现返还

+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}

- - -

退单平台优惠券返还

-

+{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}

-

积分结算金额

+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}