分离体检签名面板
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user