From 4fc31b41c205507607c91ab3afe10fbc06a9aa09 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 05 十二月 2025 13:52:15 +0800
Subject: [PATCH] 1.添加启动提升机、停止提升机、复位提升机功能 2.优化初始化提升机功能

---
 项目代码/WMS/WIDESEA_WMSClient/src/router/tables.js |   75 +++++++++++++++++++++++++++++++++++++
 1 files changed, 74 insertions(+), 1 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 893cbf1..ec6c722 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"
@@ -67,7 +67,14 @@
        
     }
   },
- 
+  {
+    path: '/DtBoxingHty',
+    name: 'DtBoxingHty',
+    component: () => import('@/views/widesea_wms/stock/DtBoxingInfoHty.vue'),
+    meta: {
+       
+    }
+  },
   {
     path: '/Dt_StationManager',
     name: 'Dt_StationManager',
@@ -81,6 +88,72 @@
     component: () => import('@/views/widesea_wms/stock/Dt_BillGroupStock_Hty.vue'),
     meta: {
     }
+  },{
+    path: '/stockERP',
+    name: 'stockERP',
+    component: () => import('@/views/widesea_wms/erp/stockERP.vue'),
+    meta: {
+    }
+  },{
+    path: '/supplierERP',
+    name: 'supplierERP',
+    component: () => import('@/views/widesea_wms/erp/supplierERP.vue'),
+    meta: {
+    }
+  },{
+    path: '/materialERP',
+    name: 'materialERP',
+    component: () => import('@/views/widesea_wms/erp/materialERP.vue'),
+    meta: {
+    }
+  },{
+    path: '/inboundOrderERP',
+    name: 'inboundOrderERP',
+    component: () => import('@/views/widesea_wms/erp/inboundOrderERP.vue'),
+    meta: {
+    }
+  },{
+    path: '/InboundOrder',
+    name: 'InboundOrder',
+    component: () => import('@/views/widesea_wms/Order/InboundOrder.vue'),
+    meta: {
+    }
+  },{
+    path: '/OtherOutboundOrder',
+    name: 'OtherOutboundOrder',
+    component: () => import('@/views/widesea_wms/Order/OtherOutboundOrder.vue'),
+    meta: {
+    }
+  },{
+    path: '/AllocateOutboundOrder',
+    name: 'AllocateOutboundOrder',
+    component: () => import('@/views/widesea_wms/Order/AllocateOutboundOrder.vue'),
+    meta: {
+    }
+  },{
+    path: '/InventoryOutboundOrder',
+    name: 'InventoryOutboundOrder',
+    component: () => import('@/views/widesea_wms/Order/InventoryOutboundOrder.vue'),
+    meta: {
+    }
+  },{
+    path: '/ProductionOutboundOrder',
+    name: 'ProductionOutboundOrder',
+    component: () => import('@/views/widesea_wms/Order/ProductionOutboundOrder.vue'),
+    meta: {
+    }
+  },{
+    path: '/Dt_InventoryRecord',
+    name: 'Dt_InventoryRecord',
+    component: () => import('@/views/widesea_wms/basicinfo/Dt_InventoryRecord.vue'),
+    meta: {
+    }
+  },{
+    path: '/Dt_OrderOutDetails',
+    name: 'Dt_OrderOutDetails',
+    component: () => import('@/views/widesea_wms/Order/Dt_OrderOutDetails.vue'),
+    meta: {
+    }
   }
 ]
 export default tables

--
Gitblit v1.9.3