From 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 09 七月 2025 22:55:27 +0800 Subject: [PATCH] 增加质检出入库逻辑 --- 项目代码/WMS/WIDESEA_WMSClient/src/router/viewGird.js | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" index 1b5bcef..f0628e7 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/router/viewGird.js" @@ -15,7 +15,11 @@ name: 'permission', component: () => import('@/views/system/Permission.vue') }, - + { + path: '/permissionPDA', + name: 'permissionPDA', + component: () => import('@/views/system/PermissionPDA.vue') + }, { path: '/Sys_Dictionary', name: 'Sys_Dictionary', @@ -53,7 +57,11 @@ path: '/warehouse', name: 'warehouse', component: () => import('@/views/basic/warehouse.vue') - }, { + },{ + path: '/palletCodeInfo', + name: 'palletCodeInfo', + component: () => import('@/views/basic/palletCodeInfo.vue') + },{ path: '/inboundOrder', name: 'inboundOrder', component: () => import('@/views/inbound/inboundOrder.vue') @@ -85,6 +93,14 @@ path: '/outboundOrderDetail_hty', name: 'outboundOrderDetail_hty', component: () => import('@/views/outbound/outboundOrderDetail_hty.vue') + },{ + path: '/inventoryInfo', + name: 'inventoryInfo', + component: () => import('@/views/stock/inventoryInfo.vue') + },{ + path: '/inventoryBatch', + name: 'inventoryBatch', + component: () => import('@/views/stock/inventoryBatch.vue') }, { path: '/stockInfo', name: 'stockInfo', -- Gitblit v1.9.3