From 55371a66a36cd00c717f223eda8321ccb16a997d Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期二, 18 二月 2025 09:24:24 +0800 Subject: [PATCH] WMS,前端更新 --- 代码管理/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 4 ++++ 1 files changed, 4 insertions(+), 0 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 ccb09c9..12902d8 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" @@ -180,6 +180,10 @@ path: '/mesOutboundOrder', name: 'mesOutboundOrder', component: () => import('@/views/outbound/mesOutboundOrder.vue') + }, { + path: '/returnOrder', + name: 'returnOrder', + component: () => import('@/views/inbound/returnOrder.vue') } ] -- Gitblit v1.9.3