From 75b4bf4554da6622cfe00f577829b256fc44f32c Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 19 四月 2024 11:55:34 +0800
Subject: [PATCH] 产品清空操作选择下拉数据之后列表数据对不上的问题修改

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

diff --git a/src/router/report/index.js b/src/router/report/index.js
index 2ee2f53..69cbfcf 100644
--- a/src/router/report/index.js
+++ b/src/router/report/index.js
@@ -2,6 +2,8 @@
 
 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 monthboundDetail= (resolve) => require(["@/views/reportForm/monthboundDetail/index"], resolve) // 鏈堝害鏄庣粏鎶ヨ〃
 
 const appconfig = [
   {
@@ -19,7 +21,23 @@
     meta: {
       title: "浣嶇疆鎶ヨ〃"
     }
-  }
+  },
+  {
+    path: "/reportForm/inboundOutboundDetail",
+    name: "inboundOutboundDetail",
+    component: inboundOutboundDetail,
+    meta: {
+      title: "鍏ュ簱鏄庣粏鎶ヨ〃"
+    }
+  },
+  {
+    path: "/reportForm/monthboundDetail",
+    name: "monthboundDetail",
+    component: monthboundDetail,
+    meta: {
+      title: "鏈堝害缁熻鎶ヨ〃"
+    }
+  },
 ]
 
 export default appconfig

--
Gitblit v1.8.0