@@ -87,7 +87,7 @@
促销产品
</a-radio-button>
<a-radio-button :value="'c'+i" v-for="(item,i) in form.giveRuleList" :key="i" v-show="(form.regularPromotionSameFlag==='0'||form.scopeFlag==='0')&&form.promotionRuleType=='BUY_PROD_GIVE_PROD'&&form.giveRuleList">
- {{ i==0?'促销产品':'阶梯'+i+'促销产品' }}
+ {{ i==0?'促销产品':'促销产品'+'(阶梯'+i +')' }}
<a-radio-button value="d" v-show="form.promotionRuleType=='PROMO_PROD'">
特价产品
@@ -159,7 +159,6 @@ export default {
this.uploadData = { discountType: this.rulesType, savePathType: 'ali' }
this.filePath = location.protocol + '//' + location.host + (this.rulesType == '0' ? '/templ/促销规则导入特价产品.xlsx' : this.rulesType == '1' ? '/templ/促销规则导入特价产品(打折).xlsx' : '/templ/促销规则导入特价产品(直降).xlsx')
}
- console.log('111111111111:', this.uploadData)