Browse Source

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

QuKatie 3 năm trước cách đây
mục cha
commit
08f448ac08
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  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) {