From 01030b05f7ea9b14878102718a2004b4f908dcfc Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期三, 28 五月 2025 11:15:12 +0800
Subject: [PATCH] 1
---
代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 36 ++++++++++++++++++++++++++++++++++--
1 files changed, 34 insertions(+), 2 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index 6bec015..b7d9431 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -15,7 +15,11 @@
name: 'permission',
component: () => import('@/views/system/Permission.vue')
},
-
+ {
+ path: '/permissionPDA',
+ name: 'permissionPDA',
+ component: () => import('@/views/system/PermissionPDA.vue')
+ },
{
path: '/Sys_Dictionary',
name: 'Sys_Dictionary',
@@ -37,6 +41,11 @@
path: '/areaInfo',
name: 'areaInfo',
component: () => import('@/views/basic/areaInfo.vue')
+ },
+ {
+ path: '/areaRouter',
+ name: 'areaRouter',
+ component: () => import('@/views/basic/areaRouter.vue')
}, {
path: '/locationInfo',
name: 'locationInfo',
@@ -45,7 +54,13 @@
path: '/materielInfo',
name: 'materielInfo',
component: () => import('@/views/basic/materielInfo.vue')
- }, {
+ },
+ {
+ path: '/cachePoint',
+ name: 'cachePoint',
+ component: () => import('@/views/basic/cachePoint.vue')
+ },
+ {
path: '/roadwayInfo',
name: 'roadwayInfo',
component: () => import('@/views/basic/roadwayInfo.vue')
@@ -81,6 +96,23 @@
path: '/task',
name: 'task',
component: () => import('@/views/taskinfo/task.vue')
+ },
+ {
+ path: '/task_hty',
+ name: 'task_hty',
+ component: () => import('@/views/taskinfo/task_hty.vue')
+ },{
+ path: '/stockView',
+ name: 'stockView',
+ component: () => import('@/views/stock/stockView.vue')
+ },{
+ path: '/StockQuantityChangeRecord',
+ name: 'StockQuantityChangeRecord',
+ component: () => import('@/views/record/stockQuantityChangeRecord.vue')
+ },{
+ path: '/locationStatusChangeRecord',
+ name: 'locationStatusChangeRecord',
+ component: () => import('@/views/record/locationStatusChangeRecord.vue')
}]
export default viewgird
--
Gitblit v1.9.3