From c411ff4e29b1b3f6d61dd0bae092d56358f06922 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 30 十月 2024 16:35:49 +0800
Subject: [PATCH] 1.生产入库递交

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

diff --git a/src/router/index.js b/src/router/index.js
index c6b826f..40768e6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -565,13 +565,20 @@
         code: '0706',
         component: () => import('@/views/statistic/repairDetailList'),
         meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
-      },,
+      },
       {
         path: 'installationLampList',
         name: 'InstallationLampList',
         code: '0707',
         component: () => import('@/views/statistic/installationLampList'),
         meta: { code: '0707', title: '瀹夌伅鎶ヨ〃', icon: '', keepAlive: true }
+      },
+      {
+        path: 'storageRecord',
+        name: 'storageRecord',
+        code: '0708',
+        component: () => import('@/views/statistic/storageRecord'),
+        meta: { code: '0708', title: '鍏ュ簱璁板綍', icon: '', keepAlive: true }
       }
 
     ]

--
Gitblit v1.9.3