diff --git a/manager/src/views/seller/bill/bill-detail.vue b/manager/src/views/seller/bill/bill-detail.vue index f4f641d2..bba01586 100644 --- a/manager/src/views/seller/bill/bill-detail.vue +++ b/manager/src/views/seller/bill/bill-detail.vue @@ -38,7 +38,7 @@
退单金额
-{{bill.refundPrice || 0 | unitPrice('¥')}}
- +平台收取佣金
-{{bill.commissionPrice || 0 | unitPrice('¥')}}
@@ -47,7 +47,7 @@退单产生退还佣金金额
+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
- +分销返现支出
-{{bill.distributionCommission || 0 | unitPrice('¥')}}
@@ -56,7 +56,7 @@退单分销返现返还
+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
- +退单平台优惠券补贴返还
-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
@@ -66,7 +66,7 @@平台优惠券补贴
+{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- +积分结算金额
+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
@@ -304,7 +304,13 @@ export default { }, { title: "订单编号", - key: "sn", + key: "orderSn", + minWidth: 120, + tooltip: true + }, + { + title: "售后编号", + key: "refundSn", minWidth: 120, tooltip: true }, diff --git a/seller/src/views/shop/bill/billDetail.vue b/seller/src/views/shop/bill/billDetail.vue index ab9b016d..c2e086c9 100644 --- a/seller/src/views/shop/bill/billDetail.vue +++ b/seller/src/views/shop/bill/billDetail.vue @@ -37,7 +37,7 @@退单金额
-{{bill.refundPrice || 0 | unitPrice('¥')}}
- +平台收取佣金
-{{bill.commissionPrice || 0 | unitPrice('¥')}}
@@ -46,7 +46,7 @@退单产生退还佣金金额
+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
- +分销返现支出
-{{bill.distributionCommission || 0 | unitPrice('¥')}}
@@ -55,17 +55,17 @@退单分销返现返还
+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
- +退单平台优惠券补贴返还
-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
- +平台优惠券补贴
+{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- +积分结算金额
+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
@@ -295,12 +295,20 @@ export default { { title: "退款流水编号", key: "sn", - minWidth: 130, + minWidth: 120, + tooltip: true }, { title: "订单编号", - key: "sn", + key: "orderSn", minWidth: 120, + tooltip: true + }, + { + title: "售后编号", + key: "refundSn", + minWidth: 120, + tooltip: true }, { title: "退款金额",