From 34ec87c3ed0f256b9d22cb0be495310a37f6849a Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Mon, 15 May 2023 10:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=94=B6=E6=AC=BE=E6=AC=BE?= =?UTF-8?q?=E9=A1=B9=E7=A1=AE=E8=AE=A4--=E5=A2=9E=E5=8A=A0=E6=92=A4?= =?UTF-8?q?=E5=9B=9E=E5=8A=9F=E8=83=BD=E3=80=81=E7=BC=96=E8=BE=91=E5=9B=9E?= =?UTF-8?q?=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anruifinmanagement/paymentConfirmation.js | 12 ++++++ .../acknowledgementReceipt.vue | 42 ++++++++++++++++--- 2 files changed, 49 insertions(+), 5 deletions(-) diff --git a/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js index 98ee34846e..235adc0bdc 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js +++ b/anrui-buscenter/anrui-finmanage-ui/src/api/anruifinmanagement/paymentConfirmation.js @@ -88,6 +88,18 @@ export function cashierReject(data) { }) } +// 收款款项确认--撤回(发起人) +export function recallConfirm(data) { + return request({ + url: '/fin/fincollectionconfirmation/recallConfirm', + method: 'post', + params: data, + headers: { + 'Content-Type': 'application/x-www-form-urlencoded' + } + }) +} + // 客户账单汇总 export function customerBillListPage(data) { return request({ diff --git a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceipt.vue b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceipt.vue index 500d675086..d523610dff 100644 --- a/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceipt.vue +++ b/anrui-buscenter/anrui-finmanage-ui/src/views/anruifinmanagement/paymentConfirmation/acknowledgementReceipt.vue @@ -41,12 +41,14 @@ @@ -149,13 +151,13 @@ 取消 - - + +