From db3a7d2fd7276fc952a24965060accaf3a76861f Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期五, 25 十月 2024 16:30:30 +0800
Subject: [PATCH] 添加出库移库

---
 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 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 904ba08..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')
@@ -81,10 +87,23 @@
     path: '/task',
     name: 'task',
     component: () => import('@/views/taskinfo/task.vue')
-  }, {
+  }, 
+  {
+    path: '/task_hty',
+    name: 'task_hty',
+    component: () => import('@/views/taskinfo/task_hty.vue')
+  },{
     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