From bb7c9575fa2a8546bf04ff22ba24aacf37add1e4 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期四, 13 三月 2025 09:57:53 +0800
Subject: [PATCH] 原片仓储模块、磨边、上片一线新增历史任务页面

---
 UI-Project/src/router/index.js |  126 ++++++++++++++++++++++++++++++++---------
 1 files changed, 97 insertions(+), 29 deletions(-)

diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 7ce7cfa..3e4acc2 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -132,7 +132,14 @@
     name: 'slicecage',
     component: () => import('../views/Slicecage/slicecage.vue')
   },
+  
 ]
+
+// {
+//   path: '/slicecagehistory',  
+//   name: 'slicecagehistory',  
+//   component: () => import('../views/slicecagehistory.vue')
+// },
 },
 /*----------- 閽㈠寲 ----------------*/
 {
@@ -152,34 +159,6 @@
   },
 ]
 },
-          /*----------- 涓嬬墖鍙� ----------------*/
-        {
-          path: 'UnLoadGlass',
-          name: 'UnLoadGlass',
-          component: () => import('../views/UnLoadGlass/UnLoadGlass.vue'),
-          children:[
-            {
-              path: '/UnLoadGlass/loadmachinerack',
-              name: 'loadmachinerack',
-              component: () => import('../views/UnLoadGlass/loadmachinerack.vue')
-            },
-            {
-              path: '/UnLoadGlass/loadmachineracktwo',
-              name: 'loadmachineracktwo',
-              component: () => import('../views/UnLoadGlass/loadmachineracktwo.vue')
-            },
-            {
-              path: '/UnLoadGlass/Landingindication',
-              name: 'Landingindication',
-              component: () => import('../views/UnLoadGlass/Landingindication.vue')
-            },
-            {
-              path: '/UnLoadGlass/Landingindicationtwo',
-              name: 'Landingindicationtwo',
-              component: () => import('../views/UnLoadGlass/Landingindicationtwo.vue')
-            }
-          ]
-        },
          /*----------- 浠撳偍涓績 ----------------*/
          {
           path: 'GlassStorage',
@@ -306,6 +285,11 @@
               name: 'hollowslicecage',
               component: () => import('../views/hollow/hollowslicecage.vue')
             },
+            {
+              path: '/hollow/hollowaluminum',
+              name: 'hollowaluminum',
+              component: () => import('../views/hollow/hollowaluminum.vue')
+            },
           ]
         },
         /*----------- 绠$悊绯荤粺 ----------------*/
@@ -341,7 +325,91 @@
       path: '/register',
       name: 'register',
       component: () => import('../views/RegisterView.vue')
-    }
+    },
+    {
+       path: '/slicecagehistory',
+        name: 'slicecagehistory',
+        component: () => import('../views/Slicecage/slicecagehistory.vue'),
+        children: [
+          {
+           path: '/Slicecage/slicecagehistory',
+           name: 'slicecagehistory',
+           component: () => import('../views/Slicecage/slicecagehistory.vue')
+          },
+        ]
+       },
+       {
+          path: '/hellowslicecagehistory',
+           name: 'hellowslicecagehistory',
+           component: () => import('../views/hollow/hellowslicecagehistory.vue'),
+           children: [
+             {
+              path: '/hollow/hellowslicecagehistory',
+              name: 'hellowslicecagehistory',
+              component: () => import('../views/hollow/hellowslicecagehistory.vue')
+             },
+           ]
+          },
+          {
+             path: '/cachingbeforehistory',
+              name: 'cachingbeforehistory',
+              component: () => import('../views/Caching/cachingbeforehistory.vue'),
+              children: [
+                {
+                 path: '/Caching/cachingbeforehistory',
+                 name: 'cachingbeforehistory',
+                 component: () => import('../views/Caching/cachingbeforehistory.vue')
+                },
+              ]
+             },
+             {
+              path: '/cachingunhistory',
+               name: 'cachingunhistory',
+               component: () => import('../views/Caching/cachingunhistory.vue'),
+               children: [
+                 {
+                  path: '/Caching/cachingunhistory',
+                  name: 'cachingunhistory',
+                  component: () => import('../views/Caching/cachingunhistory.vue')
+                 },
+               ]
+              },
+              {
+               path: '/rawhistory',
+                name: 'rawhistory',
+                component: () => import('../views/GlassStorage/rawhistory.vue'),
+                children: [
+                  {
+                   path: '/GlassStorage/rawhistory',
+                   name: 'rawhistory',
+                   component: () => import('../views/GlassStorage/rawhistory.vue')
+                  },
+                ]
+               },
+               {
+                path: '/stockhistory',
+                 name: 'stockhistory',
+                 component: () => import('../views/StockBasicData/stockhistory.vue'),
+                 children: [
+                   {
+                    path: '/StockBasicData/stockhistory',
+                    name: 'stockhistory',
+                    component: () => import('../views/StockBasicData/stockhistory.vue')
+                   },
+                 ]
+                },
+                {
+                 path: '/upreturnhistory',
+                  name: 'upreturnhistory',
+                  component: () => import('../views/Returns/upreturnhistory.vue'),
+                  children: [
+                    {
+                     path: '/Returns/upreturnhistory',
+                     name: 'upreturnhistory',
+                     component: () => import('../views/Returns/upreturnhistory.vue')
+                    },
+                  ]
+                 },
   ]
 })
 // 瀵艰埅瀹堝崼  

--
Gitblit v1.8.0