完善导检单预览
This commit is contained in:
@@ -18,6 +18,8 @@ import type {
|
||||
TongyishuGetResponse,
|
||||
InputTongyishuSignSubmit,
|
||||
TongyishuSignSubmitResponse,
|
||||
InputDaojiandanInfo,
|
||||
DaojiandanGetResponse,
|
||||
InputDaojiandanSignSubmit,
|
||||
DaojiandanSignSubmitResponse,
|
||||
InputCustomerDetailEdit,
|
||||
@@ -240,6 +242,18 @@ export const checkNativePaymentStatus = (
|
||||
).then(res => res.data);
|
||||
};
|
||||
|
||||
/**
|
||||
* 获取体检导检单PDF
|
||||
*/
|
||||
export const getDaojiandanPdf = (
|
||||
data: InputDaojiandanInfo
|
||||
): Promise<DaojiandanGetResponse> => {
|
||||
return request.post<DaojiandanGetResponse>(
|
||||
`${MEDICAL_EXAM_BASE_PATH}/daojiandan-get`,
|
||||
data
|
||||
).then(res => res.data);
|
||||
};
|
||||
|
||||
/**
|
||||
* 提交体检签名生成导检单PDF
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user