Forráskód Böngészése

Merge branch 'develop_yh50' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh50

lilei 6 hónapja
szülő
commit
84637c1785

+ 4 - 2
src/views/salesManagement/salesQueryNew/comps/productList.vue

@@ -230,7 +230,8 @@ export default {
       descDetail: null, // 规则详细数据
       countData: null, // 统计信息
       warehouseTit: '', // 仓库设置唐卡标题
-      showStockCol: false // 第三方库存是否显示
+      showStockCol: false, // 第三方库存是否显示
+      promo: null
     }
   },
   computed: {
@@ -687,7 +688,7 @@ export default {
         }
       })
     },
-    // 删除全部产品
+    // 删除全部产品 this.promo ? this.promo.salesPromoSn : ''
     handleBatchDelAll () {
       const _this = this
       if (_this.dataSource.length == 0) {
@@ -807,6 +808,7 @@ export default {
     },
     // 打开换促销活动列表选项
     handleUpdateActive (record) {
+      console.log('22222222:', this.promo)
       this.$refs.updateActive.getActiveList({
         productSn: record.productSn,
         salesBillSn: this.salesBillSn,