From 71be45c250688b0e76a59f93cd80e85ba37e3de7 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 01 五月 2026 23:19:44 +0800
Subject: [PATCH] Merge branch 'dev'

---
 Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
index ee9d66c..72f41e5 100644
--- a/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
+++ b/Code/WMS/WIDESEA_WMSClient/src/router/viewGird.js
@@ -78,11 +78,18 @@
     path: '/outboundOrderDetail',
     name: 'outboundOrderDetail',
     component: () => import('@/views/outbound/outboundOrderDetail.vue')
-  }, {
+  }, 
+  {
     path: '/stockInfo',
     name: 'stockInfo',
     component: () => import('@/views/stock/stockInfo.vue')
-  }, {
+  },
+  {
+    path: '/hcstockInfo',
+    name: 'hcstockInfo',
+    component: () => import('@/views/stock/hcstockInfo.vue')
+  },
+  {
     path: '/stockInfoDetail',
     name: 'stockInfoDetail',
     component: () => import('@/views/stock/stockInfoDetail.vue')

--
Gitblit v1.9.3