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 |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7414c10..40768e6 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -488,6 +488,12 @@
         code: '0603',
         component: () => import('@/views/produce/reportVerify'),
         meta: { code: '0603', title: '鎶ュ伐瀹℃牳', icon: '', keepAlive: true }
+      }, {
+        path: 'productWarehouse',
+        name: 'productWarehouse',
+        code: '0604',
+        component: () => import('@/views/produce/productWarehouse'),
+        meta: { code: '0604', title: '鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
       }
 
     ]
@@ -559,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