更新
This commit is contained in:
@@ -319,6 +319,11 @@ export function prescriptionEdit(params: any) {
|
||||
return request.post({ url: '/tcm.prescription/edit', params })
|
||||
}
|
||||
|
||||
/** 仅修正处方笺患者姓名与手机号(不改审核状态),写入业务订单日志表 */
|
||||
export function prescriptionPatchPatient(params: { id: number; patient_name: string; phone: string }) {
|
||||
return request.post({ url: '/tcm.prescription/patchPatient', params })
|
||||
}
|
||||
|
||||
// 删除处方
|
||||
export function prescriptionDelete(params: { id: number }) {
|
||||
return request.post({ url: '/tcm.prescription/delete', params })
|
||||
|
||||
Reference in New Issue
Block a user