From 7add80a5ae6fbb8328b9a217e26027660511293f Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Thu, 17 Oct 2024 17:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=8E=A5=E5=8F=A3=E8=81=94?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/relAgency/relAgency.js | 17 +- .../officialWithdrawRecord.vue | 174 ++++++++++++++---- 2 files changed, 158 insertions(+), 33 deletions(-) diff --git a/src/api/relAgency/relAgency.js b/src/api/relAgency/relAgency.js index 885379e..418eb35 100644 --- a/src/api/relAgency/relAgency.js +++ b/src/api/relAgency/relAgency.js @@ -88,9 +88,16 @@ export const agencyWithdrawExamineExport = query => { }); }; // 官方提现记录 结算 +// export const agencyWithdrawSet = query => { +// return request({ +// url: '/agencyWithdrawExamine/settle', +// method: 'post', +// params: query +// }); +// }; export const agencyWithdrawSet = query => { return request({ - url: '/agencyWithdrawExamine/settle', + url: '/agencyWithdrawExamine/batchSettle', method: 'post', params: query }); @@ -144,6 +151,14 @@ export const excellentAnchorDetail = query => { params: query }); }; +// 官方提现-国家 +export const adminCountry = query => { + return request({ + url: '/admin/country/list', + method: 'get', + params: query + }); +}; // =====================================钻石充值流水======================================= // 查询 diff --git a/src/views/guildOperationManagement/officialWithdrawRecord.vue b/src/views/guildOperationManagement/officialWithdrawRecord.vue index a92fb88..93b8f53 100644 --- a/src/views/guildOperationManagement/officialWithdrawRecord.vue +++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue @@ -26,7 +26,7 @@ placeholder="请输入" > - + @@ -42,6 +42,16 @@ + + + + + 批量发放 - 批量驳回 -
汇总提现薪资US:0
@@ -94,23 +109,33 @@ + + + + - + - + + + @@ -146,8 +197,9 @@ 请选择驳回理由:
- 备选项 - 备选项 + 用户消息提供不足