From 63dcb7fc55d32960f643f4040900ce9a0e33536d Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 20 十月 2025 17:25:56 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js |   12 ++++++++++++
 1 files changed, 12 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 893cbf1..37e4820 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"
@@ -81,6 +81,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