From c7f118dab14368ac8cde09dca4b93e23faef29e1 Mon Sep 17 00:00:00 2001 From: tao Date: Fri, 9 Jan 2026 16:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E6=9D=90=E5=87=BA=E7=AB=99=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pwoManage/index.vue | 5 +- .../pwoManage/outfeed/jobReport/index.vue | 205 ++++++++++++++++-- 2 files changed, 189 insertions(+), 21 deletions(-) diff --git a/src/views/pwoManage/index.vue b/src/views/pwoManage/index.vue index b4a42a7..4bffbe2 100644 --- a/src/views/pwoManage/index.vue +++ b/src/views/pwoManage/index.vue @@ -59,7 +59,8 @@ const handleInfeed = (record: any) => { router.push({ name: 'Infeed' }); }; -const handleOutfeed = () => { +const handleOutfeed = (record: any) => { + jobStore.setInfo(record); router.push({ name: 'Outfeed' }); }; @@ -96,7 +97,7 @@ defineExpose({ diff --git a/src/views/pwoManage/outfeed/jobReport/index.vue b/src/views/pwoManage/outfeed/jobReport/index.vue index 93ba5b4..67477b9 100644 --- a/src/views/pwoManage/outfeed/jobReport/index.vue +++ b/src/views/pwoManage/outfeed/jobReport/index.vue @@ -1,10 +1,9 @@