From c020f31a67fc5aa5644511bddff075f7ecc85234 Mon Sep 17 00:00:00 2001 From: qinchulong <qinchulong@hnkhzn.com> Date: 星期二, 27 五月 2025 15:35:27 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/ZhongHeLiTiKu --- 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 118 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 118 insertions(+), 0 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" new file mode 100644 index 0000000..b7d9431 --- /dev/null +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js" @@ -0,0 +1,118 @@ + +let viewgird = [ + { + path: '/Sys_Log', + name: 'sys_Log', + component: () => import('@/views/system/Sys_Log.vue') + }, + { + path: '/Sys_User', + name: 'Sys_User', + component: () => import('@/views/system/Sys_User.vue') + }, + { + path: '/permission', + name: 'permission', + component: () => import('@/views/system/Permission.vue') + }, + { + path: '/permissionPDA', + name: 'permissionPDA', + component: () => import('@/views/system/PermissionPDA.vue') + }, + { + path: '/Sys_Dictionary', + name: 'Sys_Dictionary', + component: () => import('@/views/system/Sys_Dictionary.vue') + }, + { + path: '/Sys_Role', + name: 'Sys_Role', + component: () => import('@/views/system/Sys_Role.vue') + }, { + path: '/Sys_Role1', + name: 'Sys_Role1', + component: () => import('@/views/system/Sys_Role1.vue') + }, { + path: '/Sys_DictionaryList', + name: 'Sys_DictionaryList', + component: () => import('@/views/system/Sys_DictionaryList.vue') + }, { + path: '/areaInfo', + name: 'areaInfo', + component: () => import('@/views/basic/areaInfo.vue') + }, + { + path: '/areaRouter', + name: 'areaRouter', + component: () => import('@/views/basic/areaRouter.vue') + }, { + path: '/locationInfo', + name: 'locationInfo', + component: () => import('@/views/basic/locationInfo.vue') + }, { + 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') + }, { + path: '/warehouse', + name: 'warehouse', + component: () => import('@/views/basic/warehouse.vue') + }, { + path: '/inboundOrder', + name: 'inboundOrder', + component: () => import('@/views/inbound/inboundOrder.vue') + }, { + path: '/inboundOrderDetail', + name: 'inboundOrderDetail', + component: () => import('@/views/inbound/inboundOrderDetail.vue') + }, { + path: '/outboundOrder', + name: 'outboundOrder', + component: () => import('@/views/outbound/outboundOrder.vue') + }, { + path: '/outboundOrderDetail', + name: 'outboundOrderDetail', + component: () => import('@/views/outbound/outboundOrderDetail.vue') + }, { + path: '/stockInfo', + name: 'stockInfo', + component: () => import('@/views/stock/stockInfo.vue') + }, { + path: '/stockInfoDetail', + name: 'stockInfoDetail', + component: () => import('@/views/stock/stockInfoDetail.vue') + }, { + 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