新需求
This commit is contained in:
@@ -332,9 +332,7 @@ export const submitAddItemBillSign = (
|
||||
formData.append('sign_file', data.sign_file);
|
||||
|
||||
return request.post<AddItemBillSignSubmitResponse>(
|
||||
`${MEDICAL_EXAM_BASE_PATH}/add-item-bill-sign-submit?exam_id=${data.exam_id}&pdf_sort=${data.pdf_sort}&combinationCode=${encodeURIComponent(
|
||||
data.combinationCode
|
||||
)}`,
|
||||
`${MEDICAL_EXAM_BASE_PATH}/add-item-bill-sign-submit?exam_id=${data.exam_id}&pdf_sort=${data.pdf_sort}&combinationCode=${data.combinationCode}`,
|
||||
formData,
|
||||
{
|
||||
headers: {
|
||||
|
||||
@@ -1230,6 +1230,8 @@ export interface OutputTijianPdfFileInfo {
|
||||
is_pay?: number | null;
|
||||
/** 是否支付名称 */
|
||||
is_pay_name?: string | null;
|
||||
/** pdf序号 */
|
||||
pdf_sort: number | null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user