From d4b0b578752a1478f6c11b352fbb8d2bad1f9e1d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期三, 22 十月 2025 17:18:49 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js | 27 ++++++++++++++++++++++++++-
1 files changed, 26 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..b38473e 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,24 @@
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: {
+ }
+ },{
+ path: '/OutboundOrder',
+ name: 'OutboundOrder',
+ component: () => import('@/views/widesea_wms/Order/OutboundOrder.vue'),
+ meta: {
+ }
}
]
export default tables
--
Gitblit v1.9.3