feat: 工作台常用入口可批量编辑,简报改为横幅,列表补下拉刷新

各角色工作台支持批量保存常用入口和业务员看板;AI 简报改成单行横幅避免锁死滑动;仓库/提现/对账等列表统一下拉刷新,并补代付码弹窗。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
李琦
2026-08-18 08:53:16 +08:00
parent 97bc48c17c
commit 62ffb6fd31
85 changed files with 2809 additions and 787 deletions

View File

@@ -61,6 +61,15 @@ export function rescheduleAppointmentApi(data) {
})
}
/** 生成患者代付码 xk-api POST /doctor-reception-wx/proxy-pay-qrcodeorder_id返回 base64 小程序码 + 订单号/金额) */
export function getProxyPayQrcodeApi(data) {
return req.request({
url: '/newApi/doctor-reception-wx/proxy-pay-qrcode',
method: 'POST',
data
})
}
/** 医生本人号源日历 xk-api GET /doctor-reception-wx/my-schedule-calendar改期抽屉选新日期/时段) */
export function getMyScheduleCalendarApi(data) {
return req.request({