|
@@ -763,11 +763,11 @@ export default {
|
|
|
// 启用
|
|
|
if (item.enabledFlag == 0) {
|
|
|
// 启用无正常产品直接启用
|
|
|
- if (!this.hasNormal) {
|
|
|
- _this.enableActiveOption = 'ENABLE_ONLY'
|
|
|
- _this.enabledActive(item)
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.hasNormal) {
|
|
|
+ // _this.enableActiveOption = 'ENABLE_ONLY'
|
|
|
+ // _this.enabledActive(item)
|
|
|
+ // return
|
|
|
+ // }
|
|
|
const isJiejia = item.promotionRule.stackFlag == 1 // 叠加产品
|
|
|
this.$confirm({
|
|
|
title: item.promotion.description + '-' + item.promotionRule.description + ',确定启用规则?',
|