|
|
@@ -81,11 +81,18 @@
|
|
81
|
81
|
</el-col>
|
|
82
|
82
|
<el-col :span="24">
|
|
83
|
83
|
<el-form-item label="申请人案件证据资料:">
|
|
84
|
|
- <div v-for="(item, index) in applicateArr" :key="index">
|
|
|
84
|
+ <!-- <div v-for="(item, index) in applicateArr" :key="index">
|
|
85
|
85
|
<a href="#" @click="toFile(item, index)" style="color: blue">
|
|
86
|
86
|
{{ item.annexName }}
|
|
87
|
87
|
</a>
|
|
88
|
|
- </div>
|
|
|
88
|
+ </div> -->
|
|
|
89
|
+ <p
|
|
|
90
|
+ @click="toFile(index, 2)"
|
|
|
91
|
+ v-for="(item, index) in applicantFileArr"
|
|
|
92
|
+ :key="index"
|
|
|
93
|
+ >
|
|
|
94
|
+ <a href="#">{{ item }}</a>
|
|
|
95
|
+ </p>
|
|
89
|
96
|
</el-form-item>
|
|
90
|
97
|
</el-col>
|
|
91
|
98
|
<!-- 仅详情展示 案件质证环节以后显示被申请人证据-->
|
|
|
@@ -94,19 +101,36 @@
|
|
94
|
101
|
label="被申请人案件证据资料:"
|
|
95
|
102
|
prop="respondentEvidence"
|
|
96
|
103
|
>
|
|
97
|
|
- <div v-for="(item, index) in quiltArr" :key="index">
|
|
|
104
|
+ <!-- <div v-for="(item, index) in quiltArr" :key="index">
|
|
98
|
105
|
<a href="#" @click="toFile1(item, index)" style="color: blue">
|
|
99
|
106
|
{{ item.annexName }}
|
|
100
|
107
|
</a>
|
|
101
|
|
- </div>
|
|
|
108
|
+ </div> -->
|
|
|
109
|
+ <p
|
|
|
110
|
+ v-for="(item, index) in respondentFileArr"
|
|
|
111
|
+ :key="index"
|
|
|
112
|
+ @click="toFile(index, 6)"
|
|
|
113
|
+ >
|
|
|
114
|
+ <a href="#">{{ item }}</a>
|
|
|
115
|
+ </p>
|
|
|
116
|
+ </el-form-item>
|
|
|
117
|
+ </el-col>
|
|
|
118
|
+ <el-col :span="24">
|
|
|
119
|
+ <el-form-item label="裁决书附件:">
|
|
|
120
|
+ <p
|
|
|
121
|
+ v-for="(item, index) in awardFileArr"
|
|
|
122
|
+ :key="index"
|
|
|
123
|
+ @click="toFile(index, 3)"
|
|
|
124
|
+ >
|
|
|
125
|
+ <a href="#">{{ item }}</a>
|
|
|
126
|
+ </p>
|
|
102
|
127
|
</el-form-item>
|
|
103
|
128
|
</el-col>
|
|
104
|
129
|
</el-row>
|
|
105
|
130
|
</el-form>
|
|
106
|
131
|
<!-- 申请人主体信息 -->
|
|
107
|
|
- <el-form ref="form2" :model="form2" label-width="150px">
|
|
108
|
|
- <!-- <div v-for="(item, index) in form2.paymentArr" :key="index"> -->
|
|
109
|
|
- <div>
|
|
|
132
|
+ <el-form ref="form2" :model="form2" label-width="150px" disabled>
|
|
|
133
|
+ <div v-for="(item, index) in form2.paymentArr" :key="index">
|
|
110
|
134
|
<div style="display: flex; justify-content: space-between">
|
|
111
|
135
|
<div style="display: inline-flex">
|
|
112
|
136
|
<div class="infoIcon"></div>
|
|
|
@@ -126,14 +150,12 @@
|
|
126
|
150
|
},
|
|
127
|
151
|
]"
|
|
128
|
152
|
>
|
|
129
|
|
- <!-- <el-input v-model="item.name" placeholder="请输入" /> -->
|
|
130
|
|
- <el-input placeholder="请输入" />
|
|
|
153
|
+ <el-input v-model="item.name" placeholder="请输入" />
|
|
131
|
154
|
</el-form-item>
|
|
132
|
155
|
</el-col>
|
|
133
|
156
|
<el-col :span="12">
|
|
134
|
157
|
<el-form-item label="代码:">
|
|
135
|
|
- <!-- <el-input v-model="item.identityNum" placeholder="请输入" /> -->
|
|
136
|
|
- <el-input placeholder="请输入" />
|
|
|
158
|
+ <el-input v-model="item.identityNum" placeholder="请输入" />
|
|
137
|
159
|
</el-form-item>
|
|
138
|
160
|
</el-col>
|
|
139
|
161
|
<el-col :span="12">
|
|
|
@@ -152,8 +174,7 @@
|
|
152
|
174
|
},
|
|
153
|
175
|
]"
|
|
154
|
176
|
>
|
|
155
|
|
- <!-- <el-input v-model="item.contactTelphone" placeholder="请输入" /> -->
|
|
156
|
|
- <el-input placeholder="请输入" />
|
|
|
177
|
+ <el-input v-model="item.contactTelphone" placeholder="请输入" />
|
|
157
|
178
|
</el-form-item>
|
|
158
|
179
|
</el-col>
|
|
159
|
180
|
<el-col :span="12">
|
|
|
@@ -167,8 +188,7 @@
|
|
167
|
188
|
},
|
|
168
|
189
|
]"
|
|
169
|
190
|
>
|
|
170
|
|
- <!-- <el-input v-model="item.workAddress" placeholder="请输入" /> -->
|
|
171
|
|
- <el-input placeholder="请输入" />
|
|
|
191
|
+ <el-input v-model="item.workAddress" placeholder="请输入" />
|
|
172
|
192
|
</el-form-item>
|
|
173
|
193
|
</el-col>
|
|
174
|
194
|
<el-col :span="12">
|
|
|
@@ -182,8 +202,7 @@
|
|
182
|
202
|
},
|
|
183
|
203
|
]"
|
|
184
|
204
|
>
|
|
185
|
|
- <!-- <el-input v-model="item.workTelphone" placeholder="请输入" /> -->
|
|
186
|
|
- <el-input placeholder="请输入" />
|
|
|
205
|
+ <el-input v-model="item.workTelphone" placeholder="请输入" />
|
|
187
|
206
|
</el-form-item>
|
|
188
|
207
|
</el-col>
|
|
189
|
208
|
<el-col :span="12">
|
|
|
@@ -197,8 +216,7 @@
|
|
197
|
216
|
},
|
|
198
|
217
|
]"
|
|
199
|
218
|
>
|
|
200
|
|
- <!-- <el-input v-model="item.contactAddress" placeholder="请输入" /> -->
|
|
201
|
|
- <el-input placeholder="请输入" />
|
|
|
219
|
+ <el-input v-model="item.contactAddress" placeholder="请输入" />
|
|
202
|
220
|
</el-form-item>
|
|
203
|
221
|
</el-col>
|
|
204
|
222
|
</el-row>
|
|
|
@@ -218,8 +236,7 @@
|
|
218
|
236
|
},
|
|
219
|
237
|
]"
|
|
220
|
238
|
>
|
|
221
|
|
- <!-- <el-input v-model="item.nameAgent" placeholder="请输入" /> -->
|
|
222
|
|
- <el-input placeholder="请输入" />
|
|
|
239
|
+ <el-input v-model="item.nameAgent" placeholder="请输入" />
|
|
223
|
240
|
</el-form-item>
|
|
224
|
241
|
</el-col>
|
|
225
|
242
|
<el-col :span="12">
|
|
|
@@ -239,8 +256,7 @@
|
|
239
|
256
|
},
|
|
240
|
257
|
]"
|
|
241
|
258
|
>
|
|
242
|
|
- <!-- <el-input v-model="item.identityNumAgent" placeholder="请输入" /> -->
|
|
243
|
|
- <el-input placeholder="请输入" />
|
|
|
259
|
+ <el-input v-model="item.identityNumAgent" placeholder="请输入" />
|
|
244
|
260
|
</el-form-item>
|
|
245
|
261
|
</el-col>
|
|
246
|
262
|
<el-col :span="12">
|
|
|
@@ -259,11 +275,10 @@
|
|
259
|
275
|
},
|
|
260
|
276
|
]"
|
|
261
|
277
|
>
|
|
262
|
|
- <!-- <el-input
|
|
|
278
|
+ <el-input
|
|
263
|
279
|
v-model="item.contactTelphoneAgent"
|
|
264
|
280
|
placeholder="请输入"
|
|
265
|
|
- /> -->
|
|
266
|
|
- <el-input placeholder="请输入" />
|
|
|
281
|
+ />
|
|
267
|
282
|
</el-form-item>
|
|
268
|
283
|
</el-col>
|
|
269
|
284
|
<el-col :span="12">
|
|
|
@@ -277,22 +292,21 @@
|
|
277
|
292
|
},
|
|
278
|
293
|
]"
|
|
279
|
294
|
>
|
|
280
|
|
- <!-- <el-input
|
|
|
295
|
+ <el-input
|
|
281
|
296
|
v-model="item.contactAddressAgent"
|
|
282
|
297
|
placeholder="请输入"
|
|
283
|
|
- /> -->
|
|
284
|
|
- <el-input placeholder="请输入" />
|
|
|
298
|
+ />
|
|
285
|
299
|
</el-form-item>
|
|
286
|
300
|
</el-col>
|
|
287
|
301
|
</el-row>
|
|
288
|
302
|
</div>
|
|
289
|
303
|
</el-form>
|
|
290
|
|
- <el-form ref="form3" label-width="150px" :model="form3">
|
|
291
|
|
- <!-- <div
|
|
|
304
|
+ <!-- 被申请人主体信息 -->
|
|
|
305
|
+ <el-form ref="form3" label-width="150px" disabled :model="form3">
|
|
|
306
|
+ <div
|
|
292
|
307
|
v-for="(itm, index) in form3.paymentArr1"
|
|
293
|
308
|
:key="index + form2.paymentArr.length"
|
|
294
|
|
- > -->
|
|
295
|
|
- <div>
|
|
|
309
|
+ >
|
|
296
|
310
|
<div style="display: flex; justify-content: space-between">
|
|
297
|
311
|
<div style="display: inline-flex">
|
|
298
|
312
|
<div class="infoIcon"></div>
|
|
|
@@ -304,6 +318,7 @@
|
|
304
|
318
|
<el-col :span="12">
|
|
305
|
319
|
<el-form-item
|
|
306
|
320
|
label="被申请人姓名"
|
|
|
321
|
+ :prop="'paymentArr1.' + index + '.name'"
|
|
307
|
322
|
:rules="[
|
|
308
|
323
|
{
|
|
309
|
324
|
required: true,
|
|
|
@@ -312,12 +327,13 @@
|
|
312
|
327
|
},
|
|
313
|
328
|
]"
|
|
314
|
329
|
>
|
|
315
|
|
- <el-input placeholder="请输入" />
|
|
|
330
|
+ <el-input v-model="itm.name" placeholder="请输入" />
|
|
316
|
331
|
</el-form-item>
|
|
317
|
332
|
</el-col>
|
|
318
|
333
|
<el-col :span="12">
|
|
319
|
334
|
<el-form-item
|
|
320
|
335
|
label="身份证号:"
|
|
|
336
|
+ :prop="'paymentArr1.' + index + '.identityNum'"
|
|
321
|
337
|
:rules="[
|
|
322
|
338
|
{
|
|
323
|
339
|
required: true,
|
|
|
@@ -332,12 +348,13 @@
|
|
332
|
348
|
},
|
|
333
|
349
|
]"
|
|
334
|
350
|
>
|
|
335
|
|
- <el-input placeholder="请输入" />
|
|
|
351
|
+ <el-input v-model="itm.identityNum" placeholder="请输入" />
|
|
336
|
352
|
</el-form-item>
|
|
337
|
353
|
</el-col>
|
|
338
|
354
|
<el-col :span="12">
|
|
339
|
355
|
<el-form-item
|
|
340
|
356
|
label="联系电话:"
|
|
|
357
|
+ :prop="'paymentArr1.' + index + '.contactTelphone'"
|
|
341
|
358
|
:rules="[
|
|
342
|
359
|
{
|
|
343
|
360
|
required: true,
|
|
|
@@ -351,12 +368,13 @@
|
|
351
|
368
|
},
|
|
352
|
369
|
]"
|
|
353
|
370
|
>
|
|
354
|
|
- <el-input placeholder="请输入" />
|
|
|
371
|
+ <el-input v-model="itm.contactTelphone" placeholder="请输入" />
|
|
355
|
372
|
</el-form-item>
|
|
356
|
373
|
</el-col>
|
|
357
|
374
|
<el-col :span="12">
|
|
358
|
375
|
<el-form-item
|
|
359
|
376
|
label="单位地址:"
|
|
|
377
|
+ :prop="'paymentArr1.' + index + '.workAddress'"
|
|
360
|
378
|
:rules="[
|
|
361
|
379
|
{
|
|
362
|
380
|
required: true,
|
|
|
@@ -365,12 +383,13 @@
|
|
365
|
383
|
},
|
|
366
|
384
|
]"
|
|
367
|
385
|
>
|
|
368
|
|
- <el-input placeholder="请输入" />
|
|
|
386
|
+ <el-input v-model="itm.workAddress" placeholder="请输入" />
|
|
369
|
387
|
</el-form-item>
|
|
370
|
388
|
</el-col>
|
|
371
|
389
|
<el-col :span="12">
|
|
372
|
390
|
<el-form-item
|
|
373
|
391
|
label="单位电话:"
|
|
|
392
|
+ :prop="'paymentArr1.' + index + '.workTelphone'"
|
|
374
|
393
|
:rules="[
|
|
375
|
394
|
{
|
|
376
|
395
|
required: true,
|
|
|
@@ -379,12 +398,13 @@
|
|
379
|
398
|
},
|
|
380
|
399
|
]"
|
|
381
|
400
|
>
|
|
382
|
|
- <el-input placeholder="请输入" />
|
|
|
401
|
+ <el-input v-model="itm.workTelphone" placeholder="请输入" />
|
|
383
|
402
|
</el-form-item>
|
|
384
|
403
|
</el-col>
|
|
385
|
404
|
<el-col :span="12">
|
|
386
|
405
|
<el-form-item
|
|
387
|
406
|
label="联系地址:"
|
|
|
407
|
+ :prop="'paymentArr1.' + index + '.contactAddress'"
|
|
388
|
408
|
:rules="[
|
|
389
|
409
|
{
|
|
390
|
410
|
required: true,
|
|
|
@@ -393,7 +413,7 @@
|
|
393
|
413
|
},
|
|
394
|
414
|
]"
|
|
395
|
415
|
>
|
|
396
|
|
- <el-input placeholder="请输入" />
|
|
|
416
|
+ <el-input v-model="itm.contactAddress" placeholder="请输入" />
|
|
397
|
417
|
</el-form-item>
|
|
398
|
418
|
</el-col>
|
|
399
|
419
|
</el-row>
|
|
|
@@ -401,10 +421,12 @@
|
|
401
|
421
|
<div class="infoIcon"></div>
|
|
402
|
422
|
<div class="caseInfo2">代理人信息:</div>
|
|
403
|
423
|
</div>
|
|
|
424
|
+ <!-- <p>代理人信息:</p> -->
|
|
404
|
425
|
<el-row>
|
|
405
|
426
|
<el-col :span="12">
|
|
406
|
427
|
<el-form-item
|
|
407
|
428
|
label="姓名:"
|
|
|
429
|
+ :prop="'paymentArr1.' + index + '.nameAgent'"
|
|
408
|
430
|
:rules="[
|
|
409
|
431
|
{
|
|
410
|
432
|
required: true,
|
|
|
@@ -413,12 +435,14 @@
|
|
413
|
435
|
},
|
|
414
|
436
|
]"
|
|
415
|
437
|
>
|
|
416
|
|
- <el-input placeholder="请输入" />
|
|
|
438
|
+ <el-input v-model="itm.nameAgent" placeholder="请输入" />
|
|
417
|
439
|
</el-form-item>
|
|
418
|
440
|
</el-col>
|
|
419
|
441
|
<el-col :span="12">
|
|
|
442
|
+ <!-- -->
|
|
420
|
443
|
<el-form-item
|
|
421
|
444
|
label="身份证号:"
|
|
|
445
|
+ :prop="'paymentArr1.' + index + '.identityNumAgent'"
|
|
422
|
446
|
:rules="[
|
|
423
|
447
|
{
|
|
424
|
448
|
required: true,
|
|
|
@@ -433,12 +457,13 @@
|
|
433
|
457
|
},
|
|
434
|
458
|
]"
|
|
435
|
459
|
>
|
|
436
|
|
- <el-input placeholder="请输入" />
|
|
|
460
|
+ <el-input v-model="itm.identityNumAgent" placeholder="请输入" />
|
|
437
|
461
|
</el-form-item>
|
|
438
|
462
|
</el-col>
|
|
439
|
463
|
<el-col :span="12">
|
|
440
|
464
|
<el-form-item
|
|
441
|
465
|
label="联系电话:"
|
|
|
466
|
+ :prop="'paymentArr1.' + index + '.contactTelphoneAgent'"
|
|
442
|
467
|
:rules="[
|
|
443
|
468
|
{
|
|
444
|
469
|
required: true,
|
|
|
@@ -452,12 +477,16 @@
|
|
452
|
477
|
},
|
|
453
|
478
|
]"
|
|
454
|
479
|
>
|
|
455
|
|
- <el-input placeholder="请输入" />
|
|
|
480
|
+ <el-input
|
|
|
481
|
+ v-model="itm.contactTelphoneAgent"
|
|
|
482
|
+ placeholder="请输入"
|
|
|
483
|
+ />
|
|
456
|
484
|
</el-form-item>
|
|
457
|
485
|
</el-col>
|
|
458
|
486
|
<el-col :span="12">
|
|
459
|
487
|
<el-form-item
|
|
460
|
488
|
label="联系地址:"
|
|
|
489
|
+ :prop="'paymentArr1.' + index + '.contactAddressAgent'"
|
|
461
|
490
|
:rules="[
|
|
462
|
491
|
{
|
|
463
|
492
|
required: true,
|
|
|
@@ -466,7 +495,10 @@
|
|
466
|
495
|
},
|
|
467
|
496
|
]"
|
|
468
|
497
|
>
|
|
469
|
|
- <el-input placeholder="请输入" />
|
|
|
498
|
+ <el-input
|
|
|
499
|
+ v-model="itm.contactAddressAgent"
|
|
|
500
|
+ placeholder="请输入"
|
|
|
501
|
+ />
|
|
470
|
502
|
</el-form-item>
|
|
471
|
503
|
</el-col>
|
|
472
|
504
|
</el-row>
|
|
|
@@ -477,15 +509,98 @@
|
|
477
|
509
|
|
|
478
|
510
|
<script>
|
|
479
|
511
|
export default {
|
|
|
512
|
+ props: ["caseApplicationObj"],
|
|
480
|
513
|
data() {
|
|
481
|
514
|
return {
|
|
482
|
515
|
formData: {},
|
|
483
|
516
|
applicateArr: [],
|
|
484
|
517
|
quiltArr: [],
|
|
485
|
|
- form2: {},
|
|
486
|
|
- form3: {},
|
|
|
518
|
+ initpaymentArr: [],
|
|
|
519
|
+ initpaymentArr1: [],
|
|
|
520
|
+ form2: {
|
|
|
521
|
+ paymentArr: [
|
|
|
522
|
+ {
|
|
|
523
|
+ identityType: 1,
|
|
|
524
|
+ name: "",
|
|
|
525
|
+ identityNum: "",
|
|
|
526
|
+ contactTelphone: "",
|
|
|
527
|
+ workAddress: "",
|
|
|
528
|
+ workTelphone: "",
|
|
|
529
|
+ contactAddress: "",
|
|
|
530
|
+ nameAgent: "",
|
|
|
531
|
+ contactTelphoneAgent: "",
|
|
|
532
|
+ contactAddressAgent: "",
|
|
|
533
|
+ },
|
|
|
534
|
+ ],
|
|
|
535
|
+ }, //申请人主体信息
|
|
|
536
|
+ form3: {
|
|
|
537
|
+ paymentArr1: [
|
|
|
538
|
+ {
|
|
|
539
|
+ identityType: 2,
|
|
|
540
|
+ name: "",
|
|
|
541
|
+ identityNum: "",
|
|
|
542
|
+ contactTelphone: "",
|
|
|
543
|
+ workAddress: "",
|
|
|
544
|
+ workTelphone: "",
|
|
|
545
|
+ contactAddress: "",
|
|
|
546
|
+ nameAgent: "",
|
|
|
547
|
+ contactTelphoneAgent: "",
|
|
|
548
|
+ contactAddressAgent: "",
|
|
|
549
|
+ },
|
|
|
550
|
+ ],
|
|
|
551
|
+ }, //被申请人主体信息
|
|
|
552
|
+ applicantFileArr: [], //申请人
|
|
|
553
|
+ applicantPathArr: [], //申请人
|
|
|
554
|
+ respondentFileArr: [], //被申请人
|
|
|
555
|
+ respondenPathArr: [], //被申请人
|
|
|
556
|
+ awardFileArr: [], //裁决书
|
|
|
557
|
+ awardPathArr: [], //裁决书
|
|
487
|
558
|
};
|
|
488
|
559
|
},
|
|
|
560
|
+ created() {
|
|
|
561
|
+ if (this.caseApplicationObj) {
|
|
|
562
|
+ this.formData = this.caseApplicationObj;
|
|
|
563
|
+ }
|
|
|
564
|
+ console.log("this.formData", this.formData);
|
|
|
565
|
+ if (this.caseApplicationObj && this.caseApplicationObj.caseAffiliates) {
|
|
|
566
|
+ this.caseApplicationObj.caseAffiliates.forEach((item) => {
|
|
|
567
|
+ if (item.identityType == 1) {
|
|
|
568
|
+ this.initpaymentArr.push(item);
|
|
|
569
|
+ } else {
|
|
|
570
|
+ this.initpaymentArr1.push(item);
|
|
|
571
|
+ }
|
|
|
572
|
+ this.form2.paymentArr = this.initpaymentArr;
|
|
|
573
|
+ this.form3.paymentArr1 = this.initpaymentArr1;
|
|
|
574
|
+ });
|
|
|
575
|
+ }
|
|
|
576
|
+ if (this.caseApplicationObj && this.caseApplicationObj.caseAttachList) {
|
|
|
577
|
+ this.caseApplicationObj.caseAttachList.forEach((item) => {
|
|
|
578
|
+ if (item.annexType == 2) {
|
|
|
579
|
+ this.applicantFileArr.push(item.annexName);
|
|
|
580
|
+ this.applicantPathArr.push(item.annexPath);
|
|
|
581
|
+ } else if (item.annexType == 6) {
|
|
|
582
|
+ this.respondentFileArr.push(item.annexName);
|
|
|
583
|
+ this.respondenPathArr.push(item.annexPath);
|
|
|
584
|
+ } else if (item.annexType == 3) {
|
|
|
585
|
+ this.awardFileArr.push(item.annexName);
|
|
|
586
|
+ this.awardPathArr.push(item.annexPath);
|
|
|
587
|
+ }
|
|
|
588
|
+ });
|
|
|
589
|
+ }
|
|
|
590
|
+ },
|
|
|
591
|
+ methods: {
|
|
|
592
|
+ // 预览文件
|
|
|
593
|
+ toFile(index, val) {
|
|
|
594
|
+ let headPath = window.location.origin + "/API";
|
|
|
595
|
+ if (val == 2) {
|
|
|
596
|
+ window.open(headPath + this.applicantPathArr[index], "_blank");
|
|
|
597
|
+ } else if (val == 6) {
|
|
|
598
|
+ window.open(headPath + this.respondenPathArr[index], "_blank");
|
|
|
599
|
+ } else if (val == 3) {
|
|
|
600
|
+ window.open(headPath + this.awardPathArr[index], "_blank");
|
|
|
601
|
+ }
|
|
|
602
|
+ },
|
|
|
603
|
+ },
|
|
489
|
604
|
};
|
|
490
|
605
|
</script>
|
|
491
|
606
|
|
|
|
@@ -506,4 +621,7 @@ export default {
|
|
506
|
621
|
.el-date-editor {
|
|
507
|
622
|
width: 100%;
|
|
508
|
623
|
}
|
|
|
624
|
+a {
|
|
|
625
|
+ color: blue;
|
|
|
626
|
+}
|
|
509
|
627
|
</style>
|