From 7195016afc472307e4db0b415e45c9d4275bdb02 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 30 十月 2025 17:27:32 +0800
Subject: [PATCH] 1
---
项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js | 45 ++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 44 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..94717ee 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,42 @@
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: '/OtherOutboundOrder',
+ name: 'OtherOutboundOrder',
+ component: () => import('@/views/widesea_wms/Order/OtherOutboundOrder.vue'),
+ meta: {
+ }
+ },{
+ path: '/AllocateOutboundOrder',
+ name: 'AllocateOutboundOrder',
+ component: () => import('@/views/widesea_wms/Order/AllocateOutboundOrder.vue'),
+ meta: {
+ }
+ },{
+ path: '/InventoryOutboundOrder',
+ name: 'InventoryOutboundOrder',
+ component: () => import('@/views/widesea_wms/Order/InventoryOutboundOrder.vue'),
+ meta: {
+ }
+ },{
+ path: '/ProductionOutboundOrder',
+ name: 'ProductionOutboundOrder',
+ component: () => import('@/views/widesea_wms/Order/ProductionOutboundOrder.vue'),
+ meta: {
+ }
}
]
export default tables
--
Gitblit v1.9.3