From eae9077f3978f695f4e3af5301e8a08bdd8bf23c Mon Sep 17 00:00:00 2001
From: 肖洋 <cathay_xy@163.com>
Date: 星期一, 09 十二月 2024 09:24:46 +0800
Subject: [PATCH] 最新程序

---
 Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js |  143 ++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 120 insertions(+), 23 deletions(-)

diff --git a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
index 1617f1a..7219494 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -2,93 +2,151 @@
   {
     path: '/Dt_AreaInfo',
     name: 'Dt_AreaInfo',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_AreaInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_BillGroupStock',
     name: 'Dt_BillGroupStock',
-    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue')
+    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
+    meta: {
+      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',
     name: 'Dt_InboundOrder',
-    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrder.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrder.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_InboundOrderDetail',
     name: 'Dt_InboundOrderDetail',
-    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrderDetail.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_InboundOrderDetail.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_LocationInfo',
     name: 'Dt_LocationInfo',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_LocationInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_MaterielAttribute',
     name: 'Dt_MaterielAttribute',
-    component: () => import('@/views/widesea_wms/material/Dt_MaterielAttribute.vue')
+    component: () => import('@/views/widesea_wms/material/Dt_MaterielAttribute.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_MaterielInfo',
     name: 'Dt_MaterielInfo',
-    component: () => import('@/views/widesea_wms/material/Dt_MaterielInfo.vue')
+    component: () => import('@/views/widesea_wms/material/Dt_MaterielInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrder',
     name: 'Dt_OutOrder',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrder.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrder.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderAndStock',
     name: 'Dt_OutOrderAndStock',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderAndStock.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderAndStock.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderDetail',
     name: 'Dt_OutOrderDetail',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderDetail.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderDetail.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderProduction',
     name: 'Dt_OutOrderProduction',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProduction.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProduction.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderProductionDetail',
     name: 'Dt_OutOrderProductionDetail',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProductionDetail.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderProductionDetail.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderTransfer',
     name: 'Dt_OutOrderTransfer',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransfer.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransfer.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderTransferDetail',
     name: 'Dt_OutOrderTransferDetail',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransferDetail.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderTransferDetail.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_RoadWayInfo',
     name: 'Dt_RoadWayInfo',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_RoadWayInfo.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_RoadWayInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_Strategy',
     name: 'Dt_Strategy',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_Strategy.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_Task',
     name: 'Dt_Task',
-
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
+  {
+    path: '/Dt_TaskOut',
+    name: 'Dt_TaskOut',
+    component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'),
     meta: {
       keepAlive: false
     }
@@ -104,17 +162,26 @@
   {
     path: '/Dt_UnitInfo',
     name: 'Dt_UnitInfo',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_UnitInfo.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_UnitInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_WareAreaInfo',
     name: 'Dt_WareAreaInfo',
-    component: () => import('@/views/widesea_wms/basicinfo/Dt_WareAreaInfo.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_WareAreaInfo.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/Dt_OutOrderSorting',
     name: 'Dt_OutOrderSorting',
-    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderSorting.vue')
+    component: () => import('@/views/widesea_wms/invoices/Dt_OutOrderSorting.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   // {
   //   path: '/Sys_Config',
@@ -124,12 +191,42 @@
   {
     path: '/PointStackerRelation',
     name: 'PointStackerRelation',
-    component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue'),
+    meta: {
+      keepAlive: false
+    }
   },
   {
     path: '/LocationStatusChange',
     name: 'LocationStatusChange',
-    component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
+  {
+    path: '/DtBoxing',
+    name: 'DtBoxing',
+    component: () => import('@/views/widesea_wms/stock/DtBoxing.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
+    }
   }
 ]
 export default tables

--
Gitblit v1.9.3