From 0864509e1eb593c3dedb66196ec19fe51437922b Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期一, 26 五月 2025 10:25:42 +0800 Subject: [PATCH] 新增货位管理,PDA扫码生成任务烘烤出料,烘烤回炉,空托回流 --- 代码管理/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" index cde4249..0826540 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" @@ -53,10 +53,18 @@ path: '/task', name: 'task', component: () => import('@/views/taskinfo/task.vue') + }, { + path: '/cztask', + name: 'cztask', + component: () => import('@/views/taskinfo/cztask.vue') }, { path: '/router', name: 'router', component: () => import('@/views/basicinfo/router.vue') + }, { + path: '/Dt_Stationinfo', + name: 'Dt_Stationinfo', + component: () => import('@/views/system/Dt_Stationinfo.vue') }] export default viewgird -- Gitblit v1.9.3