lilei 1 年之前
父节点
当前提交
4937a2005f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/salesManagement/salesQueryNew/comps/activeQueryPart.vue

+ 2 - 2
src/views/salesManagement/salesQueryNew/comps/activeQueryPart.vue

@@ -78,7 +78,7 @@
       </template>
       <!-- 价格 -->
       <template slot="productPrice" slot-scope="text, record">
-         {{ text }} (<span title="原价">{{ record.origPrice }}</span>)
+         {{ text }} <span title="原价" v-if="promoProductClz == 'GIFT' || promoProductClz == 'DISCOUNT'">({{ record.origPrice }})</span>
       </template>
       <!-- 产品名称 -->
       <template slot="productName" slot-scope="text, record">
@@ -255,7 +255,7 @@ export default {
       this.queryParam.dealerLevel = data.buyerLevel
       this.queryParam.promoRuleSn = promo.promoRuleSn
       const tabList = []
-      if(this.promoRuleData){
+      if(this.promoRuleData){ 
         if(this.promoRuleData.gateFlag==='1'){
           tabList.push({text:'门槛产品',val:'GATE'})
         }