lichao 3 سال پیش
والد
کامیت
a75e3dad61
1فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 14 0
      src/views/Warehousing/inStock/noUpload.vue

+ 14 - 0
src/views/Warehousing/inStock/noUpload.vue

@@ -584,6 +584,20 @@ export default {
         "fWarehouselocid",
         this.treeselectList.fWarehouselocid
       );
+      this.dataList.forEach(item => {
+        if (!item.fWarehouseInformation) {
+          this.$set(
+            item,
+            "fWarehouseInformation",
+            this.information
+          );
+          this.$set(
+            item,
+            "fWarehouselocid",
+            this.treeselectList.fWarehouselocid
+          );
+        }
+      })
       this.choiceWarehouse = false;
     },
     unRepeat(row, index) {