完成100需求,补充99需求追溯术中产生的费用新增费用项时向表中插入SourceBillNo和generate_source_enum字段值

This commit is contained in:
chenjinyang
2026-02-10 16:49:28 +08:00
parent f1bddf3fbe
commit b5b91d8971
5 changed files with 882 additions and 50 deletions

View File

@@ -59,4 +59,13 @@ export function exportSurgerySchedule(query) {
method: 'get',
params: query
})
}
//签名密码验证
export function checkPassword(params) {
return request({
url: '/clinical-manage/surgery-schedule/checkPassword',
method: 'POST',
params: params
})
}