From 1888b426ff2b6a529f5fdef0f0453dadef71824b Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 17 四月 2024 10:17:38 +0800
Subject: [PATCH] 隐藏多单位的问题

---
 src/router/report/index.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/router/report/index.js b/src/router/report/index.js
index 2ee2f53..668db2e 100644
--- a/src/router/report/index.js
+++ b/src/router/report/index.js
@@ -2,6 +2,7 @@
 
 const inventoryReport = (resolve) => require(["@/views/reportForm/inventoryReport/index"], resolve) // 搴撳瓨鎶ヨ〃
 const locationReport = (resolve) => require(["@/views/reportForm/locationReport/index"], resolve) // 浣嶇疆鎶ヨ〃
+const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍘嗗彶璁板綍
 
 const appconfig = [
   {
@@ -19,6 +20,14 @@
     meta: {
       title: "浣嶇疆鎶ヨ〃"
     }
+  },
+  {
+    path: "/reportForm/inboundOutboundDetail",
+    name: "inboundOutboundDetail",
+    component: inboundOutboundDetail,
+    meta: {
+      title: "鍏ュ簱鏄庣粏鎶ヨ〃"
+    }
   }
 ]
 

--
Gitblit v1.8.0