From 9a71fecc3a8481db986d81ab0ab7799205b89c16 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期四, 06 三月 2025 09:32:54 +0800 Subject: [PATCH] 123 --- Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js | 73 ++++++++++++++++++++++++------------ 1 files changed, 49 insertions(+), 24 deletions(-) diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js index b0fb6fe..239b566 100644 --- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js +++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js @@ -3,22 +3,25 @@ path: '/Dt_AreaInfo', name: 'Dt_AreaInfo', component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'), - meta: { - keepAlive: false - } + // meta: { + // keepAlive: true + // } }, { path: '/Dt_BillGroupStock', name: 'Dt_BillGroupStock', component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'), - meta: { - keepAlive: false - } + // meta: { + // keepAlive: true + // } }, // { // path: '/Dt_BillGroupStockDetail', // name: 'Dt_BillGroupStockDetail', - // component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue') + // component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue'), + // meta: { + // keepAlive: true + // } // }, { path: '/Dt_InboundOrder', @@ -41,7 +44,7 @@ name: 'Dt_LocationInfo', component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue'), meta: { - keepAlive: false + keepAlive: true } }, { @@ -128,26 +131,33 @@ path: '/Dt_Strategy', name: 'Dt_Strategy', component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue'), - meta: { - keepAlive: false - } + // meta: { + // keepAlive: false + // } }, { path: '/Dt_Task', name: 'Dt_Task', component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'), - meta: { - keepAlive: false - } + // meta: { + // keepAlive: true + // } + },{ + path: '/Dt_Task_Hty', + name: 'Dt_Task_Hty', + component: () => import('@/views/widesea_wms/taskinfo/Dt_Task_Hty.vue'), + // meta: { + // keepAlive: true + // } }, - { - path: '/Dt_TaskOut', - name: 'Dt_TaskOut', - component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'), - meta: { - keepAlive: false - } - }, + // { + // path: '/Dt_TaskOut', + // name: 'Dt_TaskOut', + // component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'), + // meta: { + // keepAlive: false + // } + // }, // { // path: '/Dt_TaskExecuteDetail', // name: 'Dt_TaskExecuteDetail', @@ -204,7 +214,7 @@ { path: '/DtBoxing', name: 'DtBoxing', - component: () => import('@/views/widesea_wms/stock/DtBoxing.vue'), + component: () => import('@/views/widesea_wms/stock/DtBoxingInfo.vue'), meta: { keepAlive: false } @@ -224,6 +234,21 @@ meta: { keepAlive: false } - } + }, + { + path: '/Dt_StationManager', + name: 'Dt_StationManager', + component: () => import('@/views/widesea_wms/basicinfo/Dt_StationManager.vue'), + meta: { + keepAlive: false + } + },{ + path: '/Dt_needBarcode', + name: 'Dt_needBarcode', + component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'), + meta: { + keepAlive: false + } + }, ] export default tables -- Gitblit v1.9.3