瀏覽代碼

修改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 = '按比例;'