lilei пре 1 година
родитељ
комит
a3e861ae87
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/activeQueryPart.vue

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

@@ -100,7 +100,7 @@
           class="button-info"
           :loading="newLoading"
           @click="handleAdd(record)"
-          v-if="promoProductClz!='GIFT' ? record.productPrice : record.productPrice!==undefined"
+          v-if="promoProductClz!='GIFT' ? record.productPrice : record.origPrice"
           id="productInfoList-edit-btn">添加</a-button>
         <span v-else>--</span>
       </template>