From 2d18d2003000ff2d5d92e4aa3b7eb2bfaefcace6 Mon Sep 17 00:00:00 2001 From: lihuilin Date: Mon, 20 Oct 2025 19:13:09 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E5=9B=BE=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/moneyManage/executor/executor.vue | 138 ++++++++++- .../moneyManage/refundDetail/refundCharge.vue | 274 +++++++++++++++++---- .../moneyManage/refundDetail/refundFinance.vue | 215 ++++++++++++++-- .../moneyManage/refundDetail/refundHeader.vue | 229 ++++++++++++++--- .../moneyManage/refundDetail/refundService.vue | 133 +++++++++- 5 files changed, 872 insertions(+), 117 deletions(-) diff --git a/src/views/moneyManage/executor/executor.vue b/src/views/moneyManage/executor/executor.vue index 7d3d43e..489b039 100644 --- a/src/views/moneyManage/executor/executor.vue +++ b/src/views/moneyManage/executor/executor.vue @@ -15,12 +15,12 @@ @@ -287,8 +287,9 @@ const submitRefund = async function () { refundCurrency: editForm.value.refundCurrency, refundAmount: editForm.value.refundAmount, refundChannels: editForm.value.refundChannels, - status: 41 - + status: 41, + auditId: editRow.value.auditId, + executor: adminData.value.account } const result = await API({ url: '/Money/executor', @@ -387,6 +388,7 @@ const channelOptions = ref([{ label: 'Ipay88-Link平台' } ]) + const currencies = ref([ { value: '新币', @@ -453,7 +455,135 @@ const customUpload = async (options) => { ElMessage.error(`上传失败: ${error.msg || error.message || '网络异常'}`) } } +const productList = [ + { + "value": "金币产品", + "label": "金币产品", + "children": [ + { + "value": "金币充值", + "label": "金币充值", + } + ] + }, + { + "value": "软件产品", + "label": "软件产品", + "children": [ + { + "value": "美股", + "label": "美股", + "children": [ + { + "value": "美股软件", + "label": "美股软件" + } + ] + }, + { + "value": "港股", + "label": "港股", + "children": [ + { + "value": "港股软件", + "label": "港股软件" + } + ] + }, + { + "value": "A股", + "label": "A股", + "children": [ + { + "value": "A股软件", + "label": "A股软件" + } + ] + }, + { + "value": "新加坡股", + "label": "新加坡股", + "children": [ + { + "value": "新加坡股软件", + "label": "新加坡股软件" + } + ] + }, + { + "value": "马股", + "label": "马股", + "children": [ + { + "value": "马股软件", + "label": "马股软件" + } + ] + }, + { + "value": "日本股", + "label": "日本股", + "children": [ + { + "value": "日本股软件", + "label": "日本股软件" + } + ] + }, + { + "value": "泰股", + "label": "泰股", + "children": [ + { + "value": "泰股软件", + "label": "泰股软件" + } + ] + }, + { + "value": "越南股", + "label": "越南股", + "children": [ + { + "value": "越南股软件", + "label": "越南股软件" + } + ] + }, + { + "value": "印尼股", + "label": "印尼股", + "children": [ + { + "value": "印尼股软件", + "label": "印尼股软件" + } + ] + }, + { + "value": "韩国股", + "label": "韩国股", + "children": [ + { + "value": "韩国股软件", + "label": "韩国股软件" + } + ] + }, + { + "value": "台湾股", + "label": "台湾股", + "children": [ + { + "value": "台湾股软件", + "label": "台湾股软件" + } + ] + } + ] + }, +] onMounted(() => { console.log('???????????????????', adminData.value) getRefund() diff --git a/src/views/moneyManage/refundDetail/refundCharge.vue b/src/views/moneyManage/refundDetail/refundCharge.vue index c594967..feab128 100644 --- a/src/views/moneyManage/refundDetail/refundCharge.vue +++ b/src/views/moneyManage/refundDetail/refundCharge.vue @@ -16,7 +16,7 @@
产品名称 - +
订单状态 @@ -35,7 +35,8 @@
支付方式 - +
@@ -58,7 +59,7 @@ - + @@ -66,22 +67,22 @@ {{ scope.row.refundType === 1 ? '部分退款' : '全部退款' }} - + - +