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 @@ 请选择驳回理由:
- 备选项 - 备选项 + 用户消息提供不足