Przeglądaj źródła

fix(productionPlan): 移除BOM版本选择的强制校验

yusheng 8 miesięcy temu
rodzic
commit
7947d6467d
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/productionPlan/index.vue

+ 3 - 3
src/views/productionPlan/index.vue

@@ -925,9 +925,9 @@
         }
         }
         for (let i = 0; i < this.selection.length; i++) {
         for (let i = 0; i < this.selection.length; i++) {
           let el = this.selection[i];
           let el = this.selection[i];
-          if (!el.bomCategoryId) {
-            return this.$message.warning('请选择有BOM版本的数据');
-          }
+          // if (!el.bomCategoryId) {
+          //   return this.$message.warning('请选择有BOM版本的数据');
+          // }
         }
         }
         console.log(val, 'val');
         console.log(val, 'val');
         // this.homogeneityDialog = true;
         // this.homogeneityDialog = true;