From c847b949944b1b8f37b1f9592b744e48ae0300b3 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Sun, 29 Sep 2024 13:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E5=AD=98=E5=AE=98=E6=96=B9=E6=8F=90?= =?UTF-8?q?=E5=BF=83&=E5=AE=8C=E6=88=90=E9=92=BB=E7=9F=B3=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/relAgency/relAgency.js | 23 ++++ .../guildOperationManagement/diamondFlow.vue | 86 ++++++++------ .../officialWithdrawRecord.vue | 106 ++++++++++++------ 3 files changed, 146 insertions(+), 69 deletions(-) diff --git a/src/api/relAgency/relAgency.js b/src/api/relAgency/relAgency.js index cf5d00c..885379e 100644 --- a/src/api/relAgency/relAgency.js +++ b/src/api/relAgency/relAgency.js @@ -103,6 +103,14 @@ export const agencyWithdrawBatchSet = query => { params: query }); }; +// 官方提现记录 批量驳回 +export const batchReject = query => { + return request({ + url: '/agencyWithdrawExamine/batchReject', + method: 'post', + params: query + }); +}; // 公会开业数据统计 export const agencyOpenList = query => { @@ -135,4 +143,19 @@ export const excellentAnchorDetail = query => { method: 'get', params: query }); +}; + +// =====================================钻石充值流水======================================= +// 查询 +export const diamondStatistics = query => { + return request({ + url: '/admin/guild/diamondStatistics', + method: 'get', + params: query + }); +}; +// 导出 +export const diamondStatisticsExport = query => { + window.location.href = `/admin/guild/diamondStatistics/export?${genQueryParam(query)}`; + return; }; \ No newline at end of file diff --git a/src/views/guildOperationManagement/diamondFlow.vue b/src/views/guildOperationManagement/diamondFlow.vue index 1639e7f..323854a 100644 --- a/src/views/guildOperationManagement/diamondFlow.vue +++ b/src/views/guildOperationManagement/diamondFlow.vue @@ -32,7 +32,7 @@ - 查询 充值查询重置查询 - 导出 @@ -57,12 +60,12 @@ border style="width: 100%; margin-top: 25px" > - - - - - - + + + + + +