This commit is contained in:
2026-05-08 16:27:31 +08:00
parent 14735af0b3
commit 8719cdd6d6
6 changed files with 174 additions and 33 deletions
+1 -1
View File
@@ -481,7 +481,7 @@ export function prescriptionOrderLogs(params: { id: number }) {
}
/** 修改订单金额 */
export function prescriptionOrderUpdateAmount(params: { id: number; amount_update: number }) {
export function prescriptionOrderUpdateAmount(params: { id: number; amount: number }) {
return request.post({ url: '/tcm.prescriptionOrder/updateAmount', params })
}