From c96b149557eb570ec3ae28e0d0c03adef734766a Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 21 四月 2026 15:20:35 +0800
Subject: [PATCH] feat: 添加机械手选择功能并优化MES请求处理

---
 Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index ccb09c9..257c9b1 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -1,9 +1,14 @@
-
+锘�
 let viewgird = [
   {
     path: '/Sys_Log',
     name: 'sys_Log',
     component: () => import('@/views/system/Sys_Log.vue')
+  },
+  {
+    path: '/Mes_Log',
+    name: 'mes_Log',
+    component: () => import('@/views/system/Mes_Log.vue')
   },
   {
     path: '/Sys_User',
@@ -90,10 +95,25 @@
     path: '/task_hty',
     name: 'task_hty',
     component: () => import('@/views/taskinfo/task_hty.vue')
-  }, {
+  },{
+    path: '/task_agv',
+    name: 'task_agv',
+    component: () => import('@/views/taskinfo/task_agv.vue')
+  },
+  {
+    path: '/groupPalle',
+    name: 'groupPalle',
+    component: () => import('@/views/stock/groupPalle.vue')
+  },
+  {
     path: '/stockView',
     name: 'stockView',
     component: () => import('@/views/stock/stockView.vue')
+  }
+  , {
+    path: '/stockChat',
+    name: 'stockChat',
+    component: () => import('@/views/stock/stockChat.vue')
   }, {
     path: '/stockQuantityChangeRecord',
     name: 'stockQuantityChangeRecord',
@@ -181,6 +201,26 @@
     name: 'mesOutboundOrder',
     component: () => import('@/views/outbound/mesOutboundOrder.vue')
   }
+  , {
+    path: '/OutStockLockInfo',
+    name: 'OutStockLockInfo',
+    component: () => import('@/views/outbound/outStockLockInfo.vue')
+  }
+  , {
+    path: '/Sys_Tenant',
+    name: 'Sys_Tenant',
+    component: () => import('@/views/system/Sys_Tenant.vue')
+  }
+  , {
+    path: '/Stock',
+    name: 'Stock',
+    component: () => import('@/views/stock/stock.vue')
+  }
+  , {
+    path: '/PDA',
+    name: 'PDA',
+    component: () => import('@/views/system/PDA.vue')
+  }
 ]
 
 export default viewgird

--
Gitblit v1.9.3