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('¥')}}

+
+
-