From 52b1acf9aa11e2e510f74ce801b326eb9ef2425e Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 17 四月 2024 16:26:49 +0800
Subject: [PATCH] 出库入库调拨3个模块的添加编辑增加辅助单位,辅助数量根多单位是否启用是否浮动获辅助数量是否编辑的逻辑

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

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

--
Gitblit v1.8.0