hanchaobo 2 лет назад
Родитель
Сommit
de7bafd256

+ 1
- 1
config.js Просмотреть файл

@@ -8,7 +8,7 @@ module.exports = {
8 8
 	baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
9 9
 	// baseUrlTJ:'https://api.xayunmei.com/tiaojieapi',
10 10
 	// baseUrlZC: 'http://121.40.189.20:8001',
11
-	// baseUrlTJ: 'http://172.16.1.17:6001',
11
+	// baseUrlTJ: 'http://172.16.1.43:6001',
12 12
 	// baseUrl: 'http://172.16.1.24:8001',
13 13
 	// baseUrl: 'http://localhost:8080',
14 14
 	// baseUrl: 'http://192.168.3.18:9001',

+ 3
- 3
pages/handlecase/component/list.vue Просмотреть файл

@@ -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 Просмотреть файл

@@ -118,6 +118,7 @@
118 118
 			},
119 119
 			/**文件上传*/
120 120
 			select(e) {
121
+				this.submitForm.payOrderList = [];
121 122
 				this.tempFilePaths = e.tempFilePaths;
122 123
 				// loading
123 124
 				uni.showLoading({
@@ -202,6 +203,14 @@
202 203
 			},
203 204
 			/**确认缴费*/
204 205
 			submitPay() {
206
+				if (this.submitForm.payOrderList.length < 1) {
207
+					uni.showToast({
208
+						title: '请上传缴费凭证',
209
+						icon: 'none',
210
+						duration: 1000
211
+					});
212
+					return
213
+				}
205 214
 				this.submitForm.caseId = this.formData.id;
206 215
 				this.submitForm.caseFlowId = this.formData.caseFlowId;
207 216
 				this.confirmPaymentFn(this.submitForm);

+ 1
- 1
pages/im/component/imList.vue Просмотреть файл

@@ -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 Просмотреть файл

@@ -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;