From 68ffdb50f5c39d09a11e83bbb415784cde1b6c3e Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期一, 07 四月 2025 14:31:17 +0800
Subject: [PATCH] 优化静置入库出库口交管

---
 CodeManagement/WMS/WIDESEA_WMSClient/src/router/tables.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/CodeManagement/WMS/WIDESEA_WMSClient/src/router/tables.js b/CodeManagement/WMS/WIDESEA_WMSClient/src/router/tables.js
index 6ae8d29..6f46047 100644
--- a/CodeManagement/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/CodeManagement/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -249,6 +249,13 @@
     meta: {
       keepAlive: false
     }
+  },{
+    path: '/MOMErrorMessage',
+    name: 'MOMErrorMessage',
+    component: () => import('@/views/widesea_wms/MOM/MOMErrorMessage.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
 ]
 export default tables

--
Gitblit v1.9.3