From 1c631b345aae30bb6aa7e9dc8d856a0f40d5f1e3 Mon Sep 17 00:00:00 2001
From: liulijun <liulijun@hnkhzn.com>
Date: 星期五, 20 三月 2026 10:49:08 +0800
Subject: [PATCH] 修复货位平面图锁定状态的显示

---
 项目代码/WCS/WCSClient/src/router/viewGird.js |   39 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 38 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
index cde4249..70f9919 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/router/viewGird.js"
@@ -54,9 +54,46 @@
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
   }, {
+    path: '/task_hty',
+    name: 'task_hty',
+    component: () => import('@/views/taskinfo/task_hty.vue')
+  }, {
     path: '/router',
     name: 'router',
     component: () => import('@/views/basicinfo/router.vue')
-  }]
+  }, {
+    path: '/packaxis',
+    name: 'packaxis',
+    component: () => import('@/views/PackInfo/packaxis.vue')
+  }, {
+        path: '/packtype',
+        name: 'packtype',
+        component: () => import('@/views/PackInfo/packtype.vue')
+    }, {
+        path: '/stationPackInfo',
+        name: 'stationPackInfo',
+        component: () => import('@/views/PackInfo/stationPackInfo.vue')
+    }, {
+        path: '/stationPackDetail',
+        name: 'stationPackDetail',
+        component: () => import('@/views/PackInfo/stationPackDetail.vue')
+    },{
+        path: '/packinfo',
+        name: 'packinfo',
+        component: () => import('@/views/PackInfo/packinfo.vue')
+    }, {
+        path: '/packinfo_hty',
+        name: 'packinfo_hty',
+        component: () => import('@/views/PackInfo/packinfo_hty.vue')
+    },{
+        path: '/packaxistask',
+        name: 'packaxistask',
+        component: () => import('@/views/taskinfo/packaxistask.vue')
+    },{
+        path: '/packaxistask_hty',
+        name: 'packaxistask_hty',
+        component: () => import('@/views/taskinfo/packaxistask_hty.vue')
+    }
+]
 
 export default viewgird

--
Gitblit v1.9.3