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) {