lilei 1 week ago
parent
commit
edbc073d4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/salesManagement/salesQueryNew/detail.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/detail.vue

@@ -667,7 +667,7 @@ export default {
       // 已参与活动列表
       const list = await salesPromoQueryList({ salesBillSn: this.$route.params.sn || this.bizSn }).then(res => res.data || [])
       this.activeList = list.filter(item => {
-        return item.promotion && item.promotionRule && item.totalQty > 0
+        return item.promotion && item.promotionRule && item.enabledFlag == 1
       })
       this.hideActiveTable = this.activeList.length == 0
       // 触发活动统计查询变量