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