From 4d83bc8431bb1fda7b3cef959e2505b2402285d2 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期四, 26 十二月 2024 21:53:14 +0800
Subject: [PATCH] ·
---
代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 14 ++++++++++++--
1 files changed, 12 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 849dca1..3b99c5c 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"
@@ -106,8 +106,8 @@
name: 'stockView',
component: () => import('@/views/stock/stockView.vue')
},{
- path: '/StockQuantityChangeRecord',
- name: 'StockQuantityChangeRecord',
+ path: '/stockQuantityChangeRecord',
+ name: 'stockQuantityChangeRecord',
component: () => import('@/views/record/stockQuantityChangeRecord.vue')
},{
path: '/locationStatusChangeRecord',
@@ -177,6 +177,16 @@
name: 'stockInfoDetail_Hty',
component: () => import('@/views/stock/stockInfoDetail_Hty.vue')
}
+ ,{
+ path: '/customerInfo',
+ name: 'customerInfo',
+ component: () => import('@/views/basic/customerInfo.vue')
+ }
+ ,{
+ path: '/userInfo',
+ name: 'userInfo',
+ component: () => import('@/views/basic/userInfo.vue')
+ }
]
export default viewgird
--
Gitblit v1.9.3