소스 검색

修改bug

chenrui 1 년 전
부모
커밋
8e444b7d5a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/promotionRulesManagement/dealerPromotions/sendAmountModal.vue

+ 2 - 0
src/views/promotionRulesManagement/dealerPromotions/sendAmountModal.vue

@@ -452,6 +452,8 @@ export default {
             newInfo = `<span>金额叠加;购买满${_this.fullGiftRuleList[0].regularValue}${form.regularUnit == 'YUAN' ? '元' : '个'}正价产品,送${_this.fullGiftRuleList[0].promotionValue}元</span>`
             if (form.regularUnit == 'YUAN') {
               newInfo += `<span>(${((_this.fullGiftRuleList[0].promotionValue / _this.fullGiftRuleList[0].regularValue) * 100).toFixed(2)} %促销品采购额)</span>`
+            } else {
+              newInfo += '(促销品采购额)'
             }
           } else {
             newInfo = '按比例;'