From 73a077d76b715aee6b9f384b087a6792a84989d8 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <1247017146@qq.com>
Date: 星期二, 03 六月 2025 11:35:52 +0800
Subject: [PATCH] 代码提交

---
 项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js |   47 ++++++++++++++++++++++-------------------------
 1 files changed, 22 insertions(+), 25 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 9eccbca..418a374 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"
@@ -12,14 +12,11 @@
     name: 'Dt_BillGroupStock',
     component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
   },
-  // {
-  //   path: '/Dt_BillGroupStockDetail',
-  //   name: 'Dt_BillGroupStockDetail',
-  //   component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue'),
-  //   meta: {
-  //     
-  //   }
-  // },
+  {
+    path: '/Dt_Stock',
+    name: 'Dt_Stock',
+    component: () => import('@/views/widesea_wms/stock/Dt_Stock.vue'),
+  },
   {
     path: '/Dt_InboundOrder',
     name: 'Dt_InboundOrder',
@@ -216,22 +213,22 @@
        
     }
   },
-  {
-    path: '/momTest',
-    name: 'momTest',
-    component: () => import('@/views/widesea_wms/MOM/momTest.vue'),
-    meta: {
+  // {
+  //   path: '/momTest',
+  //   name: 'momTest',
+  //   component: () => import('@/views/widesea_wms/MOM/momTest.vue'),
+  //   meta: {
        
-    }
-  },
-  {
-    path: '/ProductionModel',
-    name: 'ProductionModel',
-    component: () => import('@/views/widesea_wms/MOM/ProductionModel.vue'),
-    meta: {
+  //   }
+  // },
+  // {
+  //   path: '/ProductionModel',
+  //   name: 'ProductionModel',
+  //   component: () => import('@/views/widesea_wms/MOM/ProductionModel.vue'),
+  //   meta: {
        
-    }
-  },
+  //   }
+  // },
   {
     path: '/Dt_StationManager',
     name: 'Dt_StationManager',
@@ -247,9 +244,9 @@
        
     }
   },{
-    path: '/MOMErrorMessage',
-    name: 'MOMErrorMessage',
-    component: () => import('@/views/widesea_wms/MOM/MOMErrorMessage.vue'),
+    path: '/Dt_HostErrorMessage',
+    name: 'Dt_HostErrorMessage',
+    component: () => import('@/views/widesea_wms/Host/Dt_HostErrorMessage.vue'),
     meta: {
       keepAlive: false
     }

--
Gitblit v1.9.3