hanchaobo 2 lat temu
rodzic
commit
de7bafd256

+ 1
- 1
config.js Wyświetl plik

8
 	baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
8
 	baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest',
9
 	// baseUrlTJ:'https://api.xayunmei.com/tiaojieapi',
9
 	// baseUrlTJ:'https://api.xayunmei.com/tiaojieapi',
10
 	// baseUrlZC: 'http://121.40.189.20:8001',
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
 	// baseUrl: 'http://172.16.1.24:8001',
12
 	// baseUrl: 'http://172.16.1.24:8001',
13
 	// baseUrl: 'http://localhost:8080',
13
 	// baseUrl: 'http://localhost:8080',
14
 	// baseUrl: 'http://192.168.3.18:9001',
14
 	// baseUrl: 'http://192.168.3.18:9001',

+ 3
- 3
pages/handlecase/component/list.vue Wyświetl plik

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

+ 9
- 0
pages/handlecase/component/payList.vue Wyświetl plik

118
 			},
118
 			},
119
 			/**文件上传*/
119
 			/**文件上传*/
120
 			select(e) {
120
 			select(e) {
121
+				this.submitForm.payOrderList = [];
121
 				this.tempFilePaths = e.tempFilePaths;
122
 				this.tempFilePaths = e.tempFilePaths;
122
 				// loading
123
 				// loading
123
 				uni.showLoading({
124
 				uni.showLoading({
202
 			},
203
 			},
203
 			/**确认缴费*/
204
 			/**确认缴费*/
204
 			submitPay() {
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
 				this.submitForm.caseId = this.formData.id;
214
 				this.submitForm.caseId = this.formData.id;
206
 				this.submitForm.caseFlowId = this.formData.caseFlowId;
215
 				this.submitForm.caseFlowId = this.formData.caseFlowId;
207
 				this.confirmPaymentFn(this.submitForm);
216
 				this.confirmPaymentFn(this.submitForm);

+ 1
- 1
pages/im/component/imList.vue Wyświetl plik

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

+ 1
- 0
pages/im/index.vue Wyświetl plik

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