695593266@qq.com 11 месяцев назад
Родитель
Сommit
c502567543
1 измененных файлов с 4 добавлено и 0 удалено
  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;