From 6e9f630e4e12738d98241b684e6227e02010b6c5 Mon Sep 17 00:00:00 2001 From: Huangxiaoqiang-03 <1247017146@qq.com> Date: 星期五, 01 十一月 2024 17:30:30 +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