From 45a58322c8703cb3b0eb412d21c135fa9f88685d Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 23 Sep 2023 16:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pay/pay.js | 13 ++++- src/views/caseManagement/caseList.vue | 54 +++++++++++-------- .../components/caseentryDialog.vue | 54 +++++++++++++++---- .../components/filingreviewDialog.vue | 2 +- .../components/formateCourtDialog.vue | 2 - .../caseManagement/components/payDialog.vue | 22 ++++---- .../components/trialincourtDialog.vue | 2 +- .../components/paymentdetailsDialog.vue | 7 ++- src/views/paymentManagement/paymentList.vue | 4 +- vue.config.js | 4 +- 10 files changed, 110 insertions(+), 54 deletions(-) diff --git a/src/api/pay/pay.js b/src/api/pay/pay.js index 7906aeb..bf9b065 100644 --- a/src/api/pay/pay.js +++ b/src/api/pay/pay.js @@ -42,4 +42,15 @@ export function confirmPay(data) { method: 'put', data: data }) - } \ No newline at end of file + } +//确认缴费查看案件详情接口(新修改显示案件缴费状态) +export function selectCaseApplicationConfirm(data) { + return request({ + url: '/caseApplication/selectCaseApplicationConfirm', + // headers: { + // isToken: false + // }, + method: 'post', + data: data + }) +} \ No newline at end of file diff --git a/src/views/caseManagement/caseList.vue b/src/views/caseManagement/caseList.vue index 3d7185b..bc19d2c 100644 --- a/src/views/caseManagement/caseList.vue +++ b/src/views/caseManagement/caseList.vue @@ -103,7 +103,7 @@ @@ -178,17 +178,17 @@ v-hasPermi="['monitor:online:forceLogout']" >立案审查 - - 缴费 - + + 缴费 +