瀏覽代碼

Merge branch 'dev' of http://git.echepei.com/zhujiawei/Warehouse_management_ui into dev

QuKatie 3 年之前
父節點
當前提交
08f448ac08
共有 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) {