diff --git a/api/handlecase/index.js b/api/handlecase/index.js
index 9845f8b..ebdf0c3 100644
--- a/api/handlecase/index.js
+++ b/api/handlecase/index.js
@@ -124,7 +124,7 @@ export function updateComfire(data) {
//提交案件
export function caseAppSubmit(data) {
return request({
- 'url': `/caseApplication/submit`,
+ url: '/caseApplication/submit',
method: 'post',
data: data
})
@@ -136,4 +136,28 @@ export function caseApplicationSelectById(data) {
method: 'get',
params: data
})
-}
\ No newline at end of file
+}
+// 删除案件
+export function caseDelete(data) {
+ return request({
+ url: '/caseApplication/delete',
+ method: 'post',
+ data: data
+ })
+}
+// 案件id查询缴费清单
+export function selectPaymentDetail(data) {
+ return request({
+ url: '/pay/selectPaymentDetail',
+ method: 'get',
+ params: data
+ })
+}
+// 缴费确认
+export function confirmPaid(data) {
+ return request({
+ url: '/pay/confirmPaid',
+ method: 'post',
+ data: data
+ })
+}
diff --git a/pages.json b/pages.json
index 593620a..5fd796c 100644
--- a/pages.json
+++ b/pages.json
@@ -98,6 +98,12 @@
"navigationBarTitleText": "案件信息"
}
},
+ {
+ "path": "pages/handlecase/component/confirmPayment",
+ "style": {
+ "navigationBarTitleText": "确认缴费"
+ }
+ },
{
"path": "pages/handlecase/component/payList",
"style": {
diff --git a/pages/handlecase/component/confirmPayment.vue b/pages/handlecase/component/confirmPayment.vue
new file mode 100644
index 0000000..e042701
--- /dev/null
+++ b/pages/handlecase/component/confirmPayment.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue
index dc50bdb..e155216 100644
--- a/pages/handlecase/component/list.vue
+++ b/pages/handlecase/component/list.vue
@@ -41,8 +41,8 @@
-
-
+
+