From d40b63ad393e8af2a6f50ac055f582727dba6f28 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期日, 09 二月 2025 10:18:43 +0800
Subject: [PATCH] 组盘页面优化

---
 Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js |   73 ++++++++++++++++++++++++++++++------
 1 files changed, 61 insertions(+), 12 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
index d361047..6ae8d29 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -4,7 +4,7 @@
     name: 'Dt_AreaInfo',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   {
@@ -12,13 +12,16 @@
     name: 'Dt_BillGroupStock',
     component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   // {
   //   path: '/Dt_BillGroupStockDetail',
   //   name: 'Dt_BillGroupStockDetail',
-  //   component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue')
+  //   component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStockDetail.vue'),
+  //   meta: {
+  //     keepAlive: true
+  //   }
   // },
   {
     path: '/Dt_InboundOrder',
@@ -41,7 +44,7 @@
     name: 'Dt_LocationInfo',
     component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
   {
@@ -137,17 +140,24 @@
     name: 'Dt_Task',
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
-  },
-  {
-    path: '/Dt_TaskOut',
-    name: 'Dt_TaskOut',
-    component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'),
+  },{
+    path: '/Dt_Task_Hty',
+    name: 'Dt_Task_Hty',
+    component: () => import('@/views/widesea_wms/taskinfo/Dt_Task_Hty.vue'),
     meta: {
-      keepAlive: false
+      keepAlive: true
     }
   },
+  // {
+  //   path: '/Dt_TaskOut',
+  //   name: 'Dt_TaskOut',
+  //   component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'),
+  //   meta: {
+  //     keepAlive: false
+  //   }
+  // },
   // {
   //   path: '/Dt_TaskExecuteDetail',
   //   name: 'Dt_TaskExecuteDetail',
@@ -200,6 +210,45 @@
     meta: {
       keepAlive: false
     }
-  }
+  },
+  {
+    path: '/DtBoxing',
+    name: 'DtBoxing',
+    component: () => import('@/views/widesea_wms/stock/DtBoxingInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
+  {
+    path: '/momTest',
+    name: 'momTest',
+    component: () => import('@/views/widesea_wms/MOM/momTest.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
+  {
+    path: '/ProductionModel',
+    name: 'ProductionModel',
+    component: () => import('@/views/widesea_wms/MOM/ProductionModel.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
+  {
+    path: '/Dt_StationManager',
+    name: 'Dt_StationManager',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_StationManager.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },{
+    path: '/Dt_needBarcode',
+    name: 'Dt_needBarcode',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
 ]
 export default tables

--
Gitblit v1.9.3