From a44eaa7b5d004ee041a53305511b9aff809b356c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 12 十一月 2024 10:13:08 +0800
Subject: [PATCH] 1.递交

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

diff --git a/src/router/index.js b/src/router/index.js
index 7414c10..96f2b7e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -224,6 +224,18 @@
         code: '0203',
         component: () => import('@/views/materialManager/materialList'),
         meta: { code: '0203', title: '鐗╂枡娓呭崟', icon: '', keepAlive: true }
+      }, {
+        path: 'unitList2',
+        name: 'UnitList2',
+        code: '0204',
+        component: () => import('@/views/materialManager/unitList2'),
+        meta: { code: '0204', title: '璁¢噺鍗曚綅', icon: '', keepAlive: true }
+      }, {
+        path: 'inventoryList2',
+        name: 'InventoryList2',
+        code: '0205',
+        component: () => import('@/views/materialManager/inventoryList2'),
+        meta: { code: '0205', title: '瀛樿揣妗f', icon: '', keepAlive: true }
       }
 
     ]
@@ -477,6 +489,13 @@
         meta: { code: '0601', title: '宸ュ簭鎶ュ伐', icon: '', keepAlive: true }
       },
       {
+        path: 'stepReport2',
+        name: 'StepReport2',
+        code: '0606',
+        component: () => import('@/views/produce/stepReport2'),
+        meta: { code: '0606', title: '宸ュ簭鎶ュ伐', icon: '', keepAlive: true }
+      },
+      {
         path: 'reportCorrect',
         name: 'ReportCorrect',
         code: '0602',
@@ -488,6 +507,18 @@
         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: 'T8鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
+      }, {
+        path: 'productWarehouse2',
+        name: 'productWarehouse2',
+        code: '0605',
+        component: () => import('@/views/produce/productWarehouse2'),
+        meta: { code: '0605', title: 'T+鐢熶骇鍏ュ簱', icon: '', keepAlive: true }
       }
 
     ]
@@ -559,13 +590,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