瀏覽代碼

Merge branch '01/06-vipActiveReset' into online

mo 4 年之前
父節點
當前提交
3bc619f917
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/categroyManager/vipActiveList.vue
  2. 1 1
      src/views/categroyManager/vipNewActive.vue

+ 1 - 1
src/views/categroyManager/vipActiveList.vue

@@ -867,7 +867,7 @@ export default {
           let organId = this.resetForm.organ.join(",");
           let type = this.activeType;
           if (type == "DISCOUNT") {
-            if (this.attribute1 < 0 ) {
+            if (this.attribute1 < 0 ) { // 勇哥要求将折扣设置大于100%
               this.$message.error("折扣必须大于0");
               return;
             }

+ 1 - 1
src/views/categroyManager/vipNewActive.vue

@@ -353,7 +353,7 @@ export default {
           let organId = this.vipform.organ.join(",");
           let type = this.activeType;
           if (type == 'DISCOUNT') {
-            if (this.attribute1 < 0 ) {
+            if (this.attribute1 < 0 ) { // 勇哥要求将折扣设置大于100%
               this.$message.error('折扣必须大于0')
               return
             }