分离体检签名面板

This commit is contained in:
xianyi
2025-12-15 15:40:48 +08:00
parent 4741a437a4
commit d70dc3cf3d
2 changed files with 352 additions and 10 deletions

View File

@@ -1,16 +1,9 @@
import { useEffect, useRef, useState } from 'react';
import type { ExamClient, ExamModalTab } from '../../data/mockData';
import type {
CustomerAppointmentInfo,
CustomerExamAddItem,
CustomerInfo,
PhysicalExamProgressItem,
OutputTongyishuFileInfo,
} from '../../api';
import { getCustomerDetail, getPhysicalExamProgressDetail, signInMedicalExamCenter, getTongyishuPdf, submitTongyishuSign } from '../../api';
import type { SignaturePadHandle } from '../ui';
import { Button, Input, SignaturePad } from '../ui';
import type { CustomerAppointmentInfo, CustomerExamAddItem, CustomerInfo, OutputTongyishuFileInfo, PhysicalExamProgressItem } from '../../api';
import { getCustomerDetail, getPhysicalExamProgressDetail, getTongyishuPdf, signInMedicalExamCenter, submitTongyishuSign } from '../../api';
import { Button, Input, SignaturePad, type SignaturePadHandle } from '../ui';
import { ExamDetailPanel } from './ExamDetailPanel';
interface ExamModalProps {