From 4c308eab6106324bd40e6ad7fd9e769a5cedcedf Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期一, 25 八月 2025 15:46:58 +0800 Subject: [PATCH] 代码同步 --- 项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" index 860fc51..0bae939 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/tables.js" @@ -244,6 +244,14 @@ } }, { + path: '/Dt_PalletInfo', + name: 'Dt_PalletInfo', + component: () => import('@/views/widesea_wms/basicinfo/Dt_PalletInfo.vue'), + meta: { + keepAlive: false + } + }, + { path: '/Dt_PalletStockInfo', name: 'Dt_PalletStockInfo', component: () => import('@/views/widesea_wms/stock/Dt_PalletStockInfo.vue'), @@ -251,6 +259,14 @@ // keepAlive: true // } }, + { + path: '/VV_PalletStockInfo', + name: 'VV_PalletStockInfo', + component: () => import('@/views/widesea_wms/stock/VV_PalletStockInfo.vue'), + // meta: { + // keepAlive: true + // } + }, { path: '/locationInfoRow', -- Gitblit v1.9.3