695593266@qq.com 11 mesi fa
parent
commit
c502567543
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/views/produce/components/warehousing/index.vue

+ 4 - 0
src/views/produce/components/warehousing/index.vue

@@ -662,6 +662,10 @@
             }
           });
 
+          _arr.forEach((item) => {
+            item.warehouseId = this.warehouseId;
+          });
+
           let bol = true;
           bol = _arr.every((e, i) => {
             return e.warehouseId;