From 71be45c250688b0e76a59f93cd80e85ba37e3de7 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 01 五月 2026 23:19:44 +0800
Subject: [PATCH] Merge branch 'dev'
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 80 ++++++++++++++++++++++++++++++++++++++--
1 files changed, 76 insertions(+), 4 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index ccb09c9..72f41e5 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',
@@ -73,11 +78,18 @@
path: '/outboundOrderDetail',
name: 'outboundOrderDetail',
component: () => import('@/views/outbound/outboundOrderDetail.vue')
- }, {
+ },
+ {
path: '/stockInfo',
name: 'stockInfo',
component: () => import('@/views/stock/stockInfo.vue')
- }, {
+ },
+ {
+ path: '/hcstockInfo',
+ name: 'hcstockInfo',
+ component: () => import('@/views/stock/hcstockInfo.vue')
+ },
+ {
path: '/stockInfoDetail',
name: 'stockInfoDetail',
component: () => import('@/views/stock/stockInfoDetail.vue')
@@ -90,10 +102,40 @@
path: '/task_hty',
name: 'task_hty',
component: () => import('@/views/taskinfo/task_hty.vue')
- }, {
+ },
+ {
+ path: '/agvTask',
+ name: 'agvTask',
+ component: () => import('@/views/taskinfo/agvTask.vue')
+ },
+ {
+ path: '/agvStock',
+ name: 'agvStock',
+ component: () => import('@/views/stock/agvStock.vue')
+ },{
+ path: '/agvStockDetail',
+ name: 'agvStockDetail',
+ component: () => import('@/views/stock/agvStockDetail.vue')
+ },
+ {
+ path: '/agvTask_hty',
+ name: 'agvTask_hty',
+ component: () => import('@/views/taskinfo/agvTask_hty.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 +223,36 @@
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')
+ }
+ , {
+ path: '/outboundTimeConfig',
+ name: 'outboundTimeConfig',
+ component: () => import('@/views/system/outboundTimeConfig.vue')
+ }
+ , {
+ path: '/palletOperation',
+ name: 'palletOperation',
+ component: () => import('@/views/taskinfo/palletOperation.vue')
+ }
]
export default viewgird
--
Gitblit v1.9.3