lilei há 1 ano atrás
pai
commit
7b1897e062

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

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