From 382b461b68d426044aafe7d923eacb98e54dfe15 Mon Sep 17 00:00:00 2001 From: yueli Date: Thu, 16 Jul 2026 14:00:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8C=82=E8=BD=BDImportDialog=20+=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B7=AF=E7=94=B1=E7=99=BD=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 页面挂载 - buyOdoo.vue: 新增「批量导入」按钮(新增旁边), ImportDialog material - list.vue: 新增「批量导入」按钮, ImportDialog material - BomManage.vue: 新增「导入BOM」按钮(新建BOM左边), ImportDialog bom ## 白屏修复 - AppMain.vue: 移除 transition mode=out-in 动画包裹(导致首次访问白屏) 改为 :key=route.fullPath 强制创建新实例 --- inventory-web/src/layout/components/AppMain.vue | 6 ++---- inventory-web/src/views/bom/BomManage.vue | 9 ++++++++- inventory-web/src/views/material/buyOdoo.vue | 12 +++++++++++- inventory-web/src/views/material/list.vue | 11 ++++++++++- 4 files changed, 31 insertions(+), 7 deletions(-) diff --git a/inventory-web/src/layout/components/AppMain.vue b/inventory-web/src/layout/components/AppMain.vue index 817dbe8..b588ffd 100644 --- a/inventory-web/src/layout/components/AppMain.vue +++ b/inventory-web/src/layout/components/AppMain.vue @@ -1,9 +1,7 @@ diff --git a/inventory-web/src/views/bom/BomManage.vue b/inventory-web/src/views/bom/BomManage.vue index e24b563..8469075 100644 --- a/inventory-web/src/views/bom/BomManage.vue +++ b/inventory-web/src/views/bom/BomManage.vue @@ -19,6 +19,7 @@ 全部展开 全部折叠 + 导入BOM 新建 BOM @@ -249,15 +250,20 @@ + + + +