diff --git a/buyer/src/components/goodsDetail/ShowGoods.vue b/buyer/src/components/goodsDetail/ShowGoods.vue index dc85314d..006492f6 100644 --- a/buyer/src/components/goodsDetail/ShowGoods.vue +++ b/buyer/src/components/goodsDetail/ShowGoods.vue @@ -101,7 +101,7 @@ > 满{{ promotionMap["FULL_DISCOUNT"].fullMoney }}元,立享{{ promotionMap["FULL_DISCOUNT"].fullRate }}折
使用范围:{{ useScope(item.scopeType) }}
有效期:{{ item.endTime }}
@@ -225,9 +256,17 @@@@ -112,10 +113,16 @@ export default { this.modalVisible = true; }, deleteWords(words) { + let title = "是否确定删除热词"; + let content = "
您确定要删除此热词吗?
"; + if (words === '') { + title = "是否确定清空热词"; + content = "您确定要清空热词吗?
"; + } this.$Modal.confirm({ - title: "是否确定删除热词", - content: "您确定要删除此热词吗?
", - okText: "确实", + title: title, + content: content, + okText: "确定", cancelText: "取消", onOk: () => { deleteHotWords(words).then((res) => { diff --git a/manager/src/views/seller/bill/bill-detail.vue b/manager/src/views/seller/bill/bill-detail.vue index e8959646..f4f641d2 100644 --- a/manager/src/views/seller/bill/bill-detail.vue +++ b/manager/src/views/seller/bill/bill-detail.vue @@ -38,32 +38,35 @@退单金额
-{{bill.refundPrice || 0 | unitPrice('¥')}}
+平台收取佣金
-{{bill.commissionPrice || 0 | unitPrice('¥')}}
+ +退单产生退还佣金金额
++{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
+ +分销返现支出
-{{bill.distributionCommission || 0 | unitPrice('¥')}}
+ +退单分销返现返还
++{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
+ + -平台优惠券支出
--{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- - -退单产生退还佣金金额
-+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
+退单平台优惠券补贴返还
+-{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
-退单分销返现返还
-+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
- - - -退单平台优惠券返还
-+{{bill.siteCouponRefundCommission || 0 | unitPrice('¥')}}
+平台优惠券补贴
++{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
+积分结算金额
+{{bill.pointSettlementPrice || 0 | unitPrice('¥')}}
diff --git a/seller/src/views/promotion/full-discount/full-discount-add.vue b/seller/src/views/promotion/full-discount/full-discount-add.vue index f1067acf..134ef7d4 100644 --- a/seller/src/views/promotion/full-discount/full-discount-add.vue +++ b/seller/src/views/promotion/full-discount/full-discount-add.vue @@ -53,11 +53,19 @@ 消费达到当前金额可以参与优惠退单金额
--{{bill.refundPrice || 0 | unitPrice('¥')}}
- - -平台收取佣金
--{{bill.commissionPrice || 0 | unitPrice('¥')}}
- - -分销返现支出
--{{bill.distributionCommission || 0 | unitPrice('¥')}}
- - -平台优惠券支出
--{{bill.siteCouponCommission || 0 | unitPrice('¥')}}
- - -退单产生退还佣金金额
-+{{bill.refundCommissionPrice || 0 | unitPrice('¥')}}
- - - -退单分销返现返还
-+{{bill.distributionRefundCommission || 0 | unitPrice('¥')}}
- - - -退单平台优惠券返还
-+{{bill.siteCouponRefundCommission || 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('¥')}}
+ +