Quellcode durchsuchen

Merge branch 'dev' of http://git.xayunmei.com/SH-Arbitrate/miniapp into gyj

gyj vor 2 Jahren
Ursprung
Commit
a5d3073292

+ 3
- 3
pages/handlecase/component/list.vue Datei anzeigen

@@ -10,7 +10,7 @@
10 10
 		</view>
11 11
 		<view class="listItem" v-if="sysType == 1">
12 12
 			<view class="lable">
13
-				申请人姓名
13
+				申请人:
14 14
 			</view>
15 15
 			<view class="main">
16 16
 				{{defalutVal.applicantName}}
@@ -18,7 +18,7 @@
18 18
 		</view>
19 19
 		<view class="listItem" v-if="sysType == 2">
20 20
 			<view class="lable">
21
-				申请人姓名
21
+				申请人:
22 22
 			</view>
23 23
 			<view class="main">
24 24
 				{{defalutVal.applicationName}}
@@ -26,7 +26,7 @@
26 26
 		</view>
27 27
 		<view class="listItem" style="margin-top:22rpx">
28 28
 			<view class="lable">
29
-				被申请人姓名
29
+				被申请人:
30 30
 			</view>
31 31
 			<view class="main">
32 32
 				{{defalutVal.respondentName}}

+ 9
- 0
pages/handlecase/component/payList.vue Datei anzeigen

@@ -131,6 +131,7 @@
131 131
 			},
132 132
 			/**文件上传*/
133 133
 			select(e) {
134
+				this.submitForm.payOrderList = [];
134 135
 				this.tempFilePaths = e.tempFilePaths;
135 136
 				// loading
136 137
 				uni.showLoading({
@@ -212,6 +213,14 @@
212 213
 			},
213 214
 			/**确认缴费*/
214 215
 			submitPay() {
216
+				if (this.submitForm.payOrderList.length < 1) {
217
+					uni.showToast({
218
+						title: '请上传缴费凭证',
219
+						icon: 'none',
220
+						duration: 1000
221
+					});
222
+					return
223
+				}
215 224
 				this.submitForm.caseId = this.formData.id;
216 225
 				this.submitForm.caseFlowId = this.formData.caseFlowId;
217 226
 				this.confirmPaymentFn(this.submitForm);

+ 1
- 1
pages/im/component/imList.vue Datei anzeigen

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
 	<view class="">
3
-		<view class="list" @tap="caseDetail">
3
+		<view class="list" @tap="caseDetail" v-if="defalutVal.pendingStatus !== 1 ">
4 4
 			<view class="listItem">
5 5
 				<view class="lable">
6 6
 					案件编号:

+ 1
- 0
pages/im/index.vue Datei anzeigen

@@ -95,6 +95,7 @@
95 95
 				} else if (this.sysType == 2) {
96 96
 					parms.hearDateFlag = 1;
97 97
 					parms.miniProgressFlag = 1;
98
+					parms.mediationMethod = 1;
98 99
 					delete parms.caseStatus;
99 100
 					caseApplicationTj(parms).then(res => {
100 101
 						// this.caseList = res.rows;