From c05003c73bbe527478bccc55efe25c19068b6f50 Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期三, 23 十月 2024 17:30:42 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
index 41b8179..d5007fe 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/router/viewGird.js"
@@ -45,7 +45,13 @@
     path: '/materielInfo',
     name: 'materielInfo',
     component: () => import('@/views/basic/materielInfo.vue')
-  }, {
+  }, 
+  {
+    path: '/cachePoint',
+    name: 'cachePoint',
+    component: () => import('@/views/basic/cachePoint.vue')
+  },
+  {
     path: '/roadwayInfo',
     name: 'roadwayInfo',
     component: () => import('@/views/basic/roadwayInfo.vue')
@@ -90,6 +96,14 @@
     path: '/stockView',
     name: 'stockView',
     component: () => import('@/views/stock/stockView.vue')
+  },{
+    path: '/StockQuantityChangeRecord',
+    name: 'StockQuantityChangeRecord',
+    component: () => import('@/views/record/stockQuantityChangeRecord.vue')
+  },{
+    path: '/locationStatusChangeRecord',
+    name: 'locationStatusChangeRecord',
+    component: () => import('@/views/record/locationStatusChangeRecord.vue')
   }]
 
 export default viewgird

--
Gitblit v1.9.3