From d0a455a0785015e659a9562b59434a719bec72d1 Mon Sep 17 00:00:00 2001 From: gyj Date: Wed, 21 Feb 2024 18:30:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E7=BC=B4=E8=B4=B9=E5=BE=97?= =?UTF-8?q?=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/handlecase/index.js | 10 ++- pages/handlecase/component/confirmPayment.vue | 80 +++++++++++++++++-- pages/handlecase/component/payList.vue | 3 + 3 files changed, 84 insertions(+), 9 deletions(-) diff --git a/api/handlecase/index.js b/api/handlecase/index.js index 6ec139a..bd0f98f 100644 --- a/api/handlecase/index.js +++ b/api/handlecase/index.js @@ -153,7 +153,7 @@ export function selectPaymentDetail(data) { params: data }) } -// 缴费确认 +// 申请人缴费确认 export function confirmPaid(data) { return request({ url: '/pay/confirmPaid', @@ -168,4 +168,12 @@ export function getUserInfo(data) { method: 'get', params: data }) +} +// 被申请人缴费确认 +export function resConfirmPaid(data) { + return request({ + url: '/pay/resConfirmPaid', + method: 'post', + data: data + }) } \ No newline at end of file diff --git a/pages/handlecase/component/confirmPayment.vue b/pages/handlecase/component/confirmPayment.vue index eb1ffd5..5970763 100644 --- a/pages/handlecase/component/confirmPayment.vue +++ b/pages/handlecase/component/confirmPayment.vue @@ -23,8 +23,19 @@ :text="item.annexName"> + + + + + + - + @@ -37,28 +48,73 @@