lilei 1 vuosi sitten
vanhempi
commit
a3e861ae87

+ 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>