From 2a78fec08d73995a10d0c1c97690eb3deabf2b8a Mon Sep 17 00:00:00 2001
From: 覃楚胧 <qinchulong@hnkhzn.com>
Date: 星期五, 12 十二月 2025 16:18:23 +0800
Subject: [PATCH] 数据库字典

---
 项目代码/WIDESEA_WMSClient/src/router/viewGird.js |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/router/viewGird.js"
index 84f4804..e4c2aca 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -219,10 +219,15 @@
     component: () => import('@/views/check/ReCheckOrder.vue')
   },
   {
-    path: '/stockInfoDetailByMaterielSum',
-    name: 'Dt_StockInfoDetailss',
+    path: '/StockDetailByMateriel',
+    name: 'StockDetailByMateriel',
     component: () => import('@/views/stock/stockInfoDetailByMaterielSum.vue')
   }
+  ,{
+    path:'/printForm',
+    name: 'printForm',
+    component: () => import('@/views/outbound/printForm.vue') 
+  },
 ]
 
 export default viewgird   

--
Gitblit v1.9.3