From 5200b8b5a92b707ae7f115c7fd07cb7afc109980 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 03 七月 2025 15:44:03 +0800
Subject: [PATCH] 更新配置和扩展功能,优化代码结构  修改 `http.js` 中的 `axios.defaults.baseURL` 配置,调整开发环境 URL。 - 在 `Dt_BillGroupStock_Hty.jsx` 和 `Dt_OutTime.jsx` 中添加作者信息和文档链接,增强组件扩展功能。 - 新增 `tables.js` 中的路由配置,包含 `Dt_BillGroupStock_Hty` 的路径。 - 在 `Dt_BillGroupStock_Hty.vue` 和 `Dt_OutTime.vue` 中定义表格列、编辑和搜索表单字段。 - 新增 `IStockInfoHtyRepository.cs` 和 `IStockInfoHtyService.cs` 接口定义。 - 在 `StockInfoHtyRepository.cs` 和 `StockInfoHtyService.cs` 中实现分页查询和批量删除功能。 - 更新 `appsettings.json` 中的数据库连接字符串,修改数据库名称。

---
 Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js |  189 ++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 163 insertions(+), 26 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..805cad8 100644
--- a/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
+++ b/Code Management/WMS/WIDESEA_WMSClient/src/router/tables.js
@@ -2,119 +2,190 @@
   {
     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: {
+       
+    }
   },
   {
     path: '/Dt_BillGroupStock',
     name: 'Dt_BillGroupStock',
-    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue')
+    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock.vue'),
   },
   // {
   //   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: {
+  //     
+  //   }
   // },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     path: '/Dt_Task',
     name: 'Dt_Task',
-
     component: () => import('@/views/widesea_wms/taskinfo/Dt_Task.vue'),
     meta: {
-      keepAlive: false
+       
+    }
+  },{
+    path: '/Dt_Task_Hty',
+    name: 'Dt_Task_Hty',
+    component: () => import('@/views/widesea_wms/taskinfo/Dt_Task_Hty.vue'),
+    meta: {
+       
     }
   },
+  // {
+  //   path: '/Dt_TaskOut',
+  //   name: 'Dt_TaskOut',
+  //   component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskOut.vue'),
+  //   meta: {
+  //      
+  //   }
+  // },
   // {
   //   path: '/Dt_TaskExecuteDetail',
   //   name: 'Dt_TaskExecuteDetail',
   //   component: () => import('@/views/widesea_wms/taskinfo/Dt_TaskExecuteDetail.vue'),
   //   meta: {
-  //     keepAlive: false
+  //      
   //   }
   // },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   {
     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: {
+       
+    }
   },
   // {
   //   path: '/Sys_Config',
@@ -124,12 +195,78 @@
   {
     path: '/PointStackerRelation',
     name: 'PointStackerRelation',
-    component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue')
+    component: () => import('@/views/widesea_wms/basicinfo/PointStackerRelation.vue'),
+    meta: {
+       
+    }
   },
   {
     path: '/LocationStatusChange',
     name: 'LocationStatusChange',
-    component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue')
-  }
+    component: () => import('@/views/widesea_wms/basicinfo/LocationStatusChange.vue'),
+    meta: {
+       
+    }
+  },
+  {
+    path: '/DtBoxing',
+    name: 'DtBoxing',
+    component: () => import('@/views/widesea_wms/stock/DtBoxingInfo.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: '/Dt_StationManager',
+    name: 'Dt_StationManager',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_StationManager.vue'),
+    meta: {
+       
+    }
+  },{
+    path: '/Dt_needBarcode',
+    name: 'Dt_needBarcode',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_needBarcode.vue'),
+    meta: {
+       
+    }
+  },{
+    path: '/MOMErrorMessage',
+    name: 'MOMErrorMessage',
+    component: () => import('@/views/widesea_wms/MOM/MOMErrorMessage.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },{
+    path: '/Dt_Changeovers',
+    name: 'Dt_Changeovers',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_Changeovers.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },{
+    path: '/Dt_BillGroupStock_Hty',
+    name: 'Dt_BillGroupStock_Hty',
+    component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock_Hty.vue'),
+    meta: {
+      keepAlive: false
+    }
+  },
 ]
 export default tables

--
Gitblit v1.9.3