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