视频审理 #29
@@ -10,7 +10,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="listItem" v-if="sysType == 1">
|
<view class="listItem" v-if="sysType == 1">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
申请人姓名:
|
申请人:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
{{defalutVal.applicantName}}
|
{{defalutVal.applicantName}}
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="listItem" v-if="sysType == 2">
|
<view class="listItem" v-if="sysType == 2">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
申请人姓名:
|
申请人:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
{{defalutVal.applicationName}}
|
{{defalutVal.applicationName}}
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="listItem" style="margin-top:22rpx">
|
<view class="listItem" style="margin-top:22rpx">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
被申请人姓名:
|
被申请人:
|
||||||
</view>
|
</view>
|
||||||
<view class="main">
|
<view class="main">
|
||||||
{{defalutVal.respondentName}}
|
{{defalutVal.respondentName}}
|
||||||
|
|||||||
@@ -118,6 +118,7 @@
|
|||||||
},
|
},
|
||||||
/**文件上传*/
|
/**文件上传*/
|
||||||
select(e) {
|
select(e) {
|
||||||
|
this.submitForm.payOrderList = [];
|
||||||
this.tempFilePaths = e.tempFilePaths;
|
this.tempFilePaths = e.tempFilePaths;
|
||||||
// loading
|
// loading
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
@@ -202,6 +203,14 @@
|
|||||||
},
|
},
|
||||||
/**确认缴费*/
|
/**确认缴费*/
|
||||||
submitPay() {
|
submitPay() {
|
||||||
|
if (this.submitForm.payOrderList.length < 1) {
|
||||||
|
uni.showToast({
|
||||||
|
title: '请上传缴费凭证',
|
||||||
|
icon: 'none',
|
||||||
|
duration: 1000
|
||||||
|
});
|
||||||
|
return
|
||||||
|
}
|
||||||
this.submitForm.caseId = this.formData.id;
|
this.submitForm.caseId = this.formData.id;
|
||||||
this.submitForm.caseFlowId = this.formData.caseFlowId;
|
this.submitForm.caseFlowId = this.formData.caseFlowId;
|
||||||
this.confirmPaymentFn(this.submitForm);
|
this.confirmPaymentFn(this.submitForm);
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="">
|
<view class="">
|
||||||
<view class="list" @tap="caseDetail">
|
<view class="list" @tap="caseDetail" v-if="defalutVal.pendingStatus !== 1 ">
|
||||||
<view class="listItem">
|
<view class="listItem">
|
||||||
<view class="lable">
|
<view class="lable">
|
||||||
案件编号:
|
案件编号:
|
||||||
|
|||||||
@@ -95,6 +95,7 @@
|
|||||||
} else if (this.sysType == 2) {
|
} else if (this.sysType == 2) {
|
||||||
parms.hearDateFlag = 1;
|
parms.hearDateFlag = 1;
|
||||||
parms.miniProgressFlag = 1;
|
parms.miniProgressFlag = 1;
|
||||||
|
parms.mediationMethod = 1;
|
||||||
delete parms.caseStatus;
|
delete parms.caseStatus;
|
||||||
caseApplicationTj(parms).then(res => {
|
caseApplicationTj(parms).then(res => {
|
||||||
// this.caseList = res.rows;
|
// this.caseList = res.rows;
|
||||||
|
|||||||
Reference in New Issue
Block a user