chenrui hai 1 ano
pai
achega
969041a814

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/detailModal.vue

@@ -87,7 +87,7 @@
             促销产品
             促销产品
           </a-radio-button>
           </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">
           <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>
           </a-radio-button>
           <a-radio-button value="d" v-show="form.promotionRuleType=='PROMO_PROD'">
           <a-radio-button value="d" v-show="form.promotionRuleType=='PROMO_PROD'">
             特价产品
             特价产品

+ 0 - 1
src/views/promotionRulesManagement/dealerPromotions/importGuideModal.vue

@@ -159,7 +159,6 @@ export default {
           this.uploadData = { discountType: this.rulesType, savePathType: 'ali' }
           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')
           this.filePath = location.protocol + '//' + location.host + (this.rulesType == '0' ? '/templ/促销规则导入特价产品.xlsx' : this.rulesType == '1' ? '/templ/促销规则导入特价产品(打折).xlsx' : '/templ/促销规则导入特价产品(直降).xlsx')
         }
         }
-        console.log('111111111111:', this.uploadData)
       }
       }
     }
     }
   }
   }