Browse Source

中心仓出库单导入成功后关闭窗口

liyuan 3 days ago
parent
commit
13cd56c645
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

+ 1 - 0
src/views/storehouse/outStockManage/outStockPlan/detailsPage.vue

@@ -1234,6 +1234,7 @@ export default {
             });
           });
         }
+        this.excelBox = false
       } else {
         this.$message.error(res);
       }