From 1b1a484e559ae6defee20d8094cc3af2dfd462af Mon Sep 17 00:00:00 2001 From: xianyi Date: Mon, 15 Dec 2025 15:57:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=A6=BB=E4=BD=93=E6=A3=80=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/exam/ExamModal.tsx | 200 +------------------------ src/components/exam/ExamPrintPanel.tsx | 163 ++++++++++++++++++++ 2 files changed, 165 insertions(+), 198 deletions(-) create mode 100644 src/components/exam/ExamPrintPanel.tsx diff --git a/src/components/exam/ExamModal.tsx b/src/components/exam/ExamModal.tsx index c237ed3..ba70ed6 100644 --- a/src/components/exam/ExamModal.tsx +++ b/src/components/exam/ExamModal.tsx @@ -6,6 +6,7 @@ import { getCustomerDetail, getPhysicalExamProgressDetail, getTongyishuPdf, sign import { Button, Input, SignaturePad, type SignaturePadHandle } from '../ui'; import { ExamDetailPanel } from './ExamDetailPanel'; import { ExamAddonPanel } from './ExamAddonPanel'; +import { ExamPrintPanel } from './ExamPrintPanel'; interface ExamModalProps { client: ExamClient; @@ -164,7 +165,7 @@ export const ExamModal = ({ client, tab, onTabChange, onClose }: ExamModalProps) {tab === 'sign' && } {tab === 'addon' && } {tab === 'print' && } - {tab === 'delivery' && } + {/* {tab === 'delivery' && } */} @@ -559,201 +560,4 @@ const ExamSignPanel = ({ examId }: { examId?: number }) => { ); }; -const ExamDeliveryPanel = ({ client }: { client: ExamClient }) => ( -
-
-
报告寄送
-
-
- 收件人姓名 - -
-
- 联系电话 - -
-
- 寄送地址 - -
-
-
‘ -
备注说明
-