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 | 27 +++++++++++++++++++++++++-- 1 files changed, 25 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 41b8179..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') @@ -90,6 +105,14 @@ 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