From 151e8398189310f1b06d17c874aa7c4c45ba811a Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期三, 08 四月 2026 18:00:34 +0800
Subject: [PATCH] Merge branch 'dev' into master
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index ccb09c9..c4da063 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -1,4 +1,4 @@
-
+锘�
let viewgird = [
{
path: '/Sys_Log',
@@ -94,6 +94,11 @@
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 +186,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