From 5953113240802cd0545fb94e6c4e6d413ece74cc Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 24 三月 2026 11:50:07 +0800
Subject: [PATCH] WMS新增缺失前端页面并接入路由
---
Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 22 +++++++++++++++++++++-
1 files changed, 21 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..b4a1714 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',
@@ -181,6 +181,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