diff --git a/admin/src/api/doctor.ts b/admin/src/api/doctor.ts index b92149dc..1534dc6d 100644 --- a/admin/src/api/doctor.ts +++ b/admin/src/api/doctor.ts @@ -71,6 +71,11 @@ export function appointmentAdminEdit(params: any) { return request.post({ url: '/doctor.appointment/edit', params }) } +/** 批量修改挂号渠道来源(与 edit 共用 doctor.appointment/edit 权限) */ +export function appointmentBatchEditChannel(params: any) { + return request.post({ url: '/doctor.appointment/batchEditChannel', params }) +} + // 获取挂号详情 export function appointmentDetail(params: any) { return request.get({ url: '/doctor.appointment/detail', params }) diff --git a/admin/src/views/consumer/prescription/guahao.vue b/admin/src/views/consumer/prescription/guahao.vue index f3bc5453..faa7a0a9 100644 --- a/admin/src/views/consumer/prescription/guahao.vue +++ b/admin/src/views/consumer/prescription/guahao.vue @@ -50,6 +50,22 @@ + + + + + 查询 重置 @@ -58,7 +74,29 @@ - +
+ + 批量修改渠道 + + + 已选 {{ selectedRows.length }} 条 + +
+ + + + +

将对已选 {{ selectedRows.length }} 条挂号写入同一渠道来源(仅改渠道,不改其它字段)。

+ + + + + + + + + + + +