Browse Source

买产品送采购额,同款不同款

chenrui 1 year ago
parent
commit
582a0ba531

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

@@ -32,7 +32,7 @@
           <span v-if="form.restrictFlag&&form.restrictFlag==1">,限制正价产品款数{{ form.restrictCategory }}</span>
         </a-form-model-item>
         <a-form-model-item label="满赠规则" prop="regularSameFlag" v-if="form.promotionRuleType ==='BUY_PROD_GIVE_MONEY'">
-          {{ form.regularSameFlag==='1'?'同款':'不同款' }}产品购买满{{ form.regularAmount }}元正价产品,送{{ form.giveAmount }}元({{ perCentNum }}%促销品采购额)
+          购买满{{ form.regularAmount }}元正价产品,送{{ form.giveAmount }}元({{ perCentNum }}%促销品采购额)
         </a-form-model-item>
         <a-form-model-item label="数量叠加" prop="accrualFlag" v-if="form.promotionRuleType ==='BUY_PROD_GIVE_PROD'&&form.accrualFlag">{{ form.accrualFlag==='1'?'是':'否' }}</a-form-model-item>
         <a-form-model-item label="金额叠加" prop="accrualFlag" v-if="form.promotionRuleType ==='BUY_PROD_GIVE_MONEY'&&form.accrualFlag">{{ form.accrualFlag==='1'?'是':'否' }}</a-form-model-item>
@@ -121,7 +121,7 @@
             </template>
             <!-- 品牌 -->
             <template slot="productBrand" slot-scope="text, record">
-              <div  class="tabBox" v-if="record.productBrandList && record.productBrandList.length>0">
+              <div class="tabBox" v-if="record.productBrandList && record.productBrandList.length>0">
                 <a-tag style="margin-bottom:5px;" v-for="item in record.productBrandList" :key="item.id">{{ item.productBrandName }}</a-tag>
               </div>
             </template>