更新订单管理

This commit is contained in:
zoujiandong
2023-09-14 09:00:14 +08:00
parent cbf705ebb8
commit 07723222b6
6 changed files with 403 additions and 136 deletions
+6
View File
@@ -47,3 +47,9 @@ export function cancelProduct(id,data){//取消药品
data
})
}
export function reportPrePscription(id){//上报处方
return request({
url:`/admin/order/report/pre/${id}`,
method: 'post'
})
}