From e974c93c984188524f15964529203db25ede3170 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 15 三月 2025 16:07:58 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 7 ++++++- 1 files changed, 6 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 95bbbba..9a9f6dd 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" @@ -73,7 +73,12 @@ path: '/outboundOrderDetail', name: 'outboundOrderDetail', component: () => import('@/views/outbound/outboundOrderDetail.vue') - }, { + }, + { + path: '/outStockLockInfo', + name: 'outStockLockInfo', + component: () => import('@/views/outbound/outStockLockInfo.vue') + },{ path: '/stockInfo', name: 'stockInfo', component: () => import('@/views/stock/stockInfo.vue') -- Gitblit v1.9.3