From 5ab19c977cfb0551a88b3885b0648183fbfff672 Mon Sep 17 00:00:00 2001
From: libo <Administrator@DESKTOP-1A6QMNS>
Date: 星期一, 31 三月 2025 10:10:12 +0800
Subject: [PATCH] 调整wms出入库、返库逻辑,调整与比亚迪接口对接的类型和方法,调整配置参数,写入服务器上数据库密码

---
 项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index b7d9431..ea0fb15 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -113,6 +113,23 @@
     path: '/locationStatusChangeRecord',
     name: 'locationStatusChangeRecord',
     component: () => import('@/views/record/locationStatusChangeRecord.vue')
-  }]
+  }, {
+    path: '/outboundOrder_hty',
+    name: 'outboundOrder_hty',
+    component: () => import('@/views/outbound/outboundOrder_hty.vue')
+  }, {
+    path: '/outboundOrderDetail_hty',
+    name: 'outboundOrderDetail_hty',
+    component: () => import('@/views/outbound/outboundOrderDetail_hty.vue')
+  },  {
+    path: '/stockInfo_hty',
+    name: 'stockInfo_hty',
+    component: () => import('@/views/stock/stockInfo_hty.vue')
+  }, {
+    path: '/stockInfoDetail_hty',
+    name: 'stockInfoDetail_hty',
+    component: () => import('@/views/stock/stockInfoDetail_hty.vue')
+  },
+]
 
 export default viewgird

--
Gitblit v1.9.3