From 6c663b92b0078aa89657df22ec188dff65599f04 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 21 十月 2025 17:24:38 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 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 893cbf1..05fb2de 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"
@@ -67,7 +67,14 @@
}
},
-
+ {
+ path: '/DtBoxingHty',
+ name: 'DtBoxingHty',
+ component: () => import('@/views/widesea_wms/stock/DtBoxingInfoHty.vue'),
+ meta: {
+
+ }
+ },
{
path: '/Dt_StationManager',
name: 'Dt_StationManager',
@@ -81,6 +88,18 @@
component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock_Hty.vue'),
meta: {
}
+ },{
+ path: '/stockERP',
+ name: 'stockERP',
+ component: () => import('@/views/widesea_wms/erp/stockERP.vue'),
+ meta: {
+ }
+ },{
+ path: '/InboundOrder',
+ name: 'InboundOrder',
+ component: () => import('@/views/widesea_wms/Order/InboundOrder.vue'),
+ meta: {
+ }
}
]
export default tables
--
Gitblit v1.9.3