chenrui 1 年間 前
コミット
8e444b7d5a

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