|
|
@@ -1,22 +1,9 @@
|
|
1
|
1
|
<template>
|
|
2
|
2
|
<div>
|
|
3
|
|
- <el-dialog
|
|
4
|
|
- :title="dialogtitle"
|
|
5
|
|
- :visible="visible"
|
|
6
|
|
- @close="cancel"
|
|
7
|
|
- width="1000px"
|
|
8
|
|
- append-to-body
|
|
9
|
|
- :destroy-on-close="true"
|
|
10
|
|
- center
|
|
11
|
|
- >
|
|
|
3
|
+ <el-dialog :title="dialogtitle" :visible="visible" @close="cancel" width="1000px" append-to-body
|
|
|
4
|
+ :destroy-on-close="true" center>
|
|
12
|
5
|
<!-- 案件信息 -->
|
|
13
|
|
- <el-form
|
|
14
|
|
- ref="form"
|
|
15
|
|
- :model="formData"
|
|
16
|
|
- :rules="rules"
|
|
17
|
|
- label-width="150px"
|
|
18
|
|
- :disabled="flag == '0'"
|
|
19
|
|
- >
|
|
|
6
|
+ <el-form ref="form" :model="formData" :rules="rules" label-width="150px" :disabled="flag == '0'">
|
|
20
|
7
|
<div style="display: inline-flex">
|
|
21
|
8
|
<div class="infoIcon"></div>
|
|
22
|
9
|
<div class="caseInfo">案件信息:</div>
|
|
|
@@ -25,77 +12,60 @@
|
|
25
|
12
|
<el-row>
|
|
26
|
13
|
<el-col :span="12">
|
|
27
|
14
|
<el-form-item label="案件编号:" prop="caseNum" v-if="flag !== '2'">
|
|
28
|
|
- <el-input
|
|
29
|
|
- v-model="formData.caseNum"
|
|
30
|
|
- placeholder="请输入案件编号"
|
|
31
|
|
- :disabled="flag == '1'"
|
|
32
|
|
- />
|
|
|
15
|
+ <el-input v-model="formData.caseNum" placeholder="请输入案件编号" :disabled="flag == '1'" />
|
|
33
|
16
|
</el-form-item>
|
|
34
|
17
|
</el-col>
|
|
35
|
18
|
<el-col :span="12">
|
|
36
|
19
|
<el-form-item label="案件标的:" prop="caseSubjectAmount">
|
|
37
|
|
- <el-input
|
|
38
|
|
- v-model="formData.caseSubjectAmount"
|
|
39
|
|
- placeholder="请输入案件标的"
|
|
40
|
|
- @input="numberFn('caseSubjectAmount')"
|
|
41
|
|
- />
|
|
|
20
|
+ <el-input v-model="formData.caseSubjectAmount" placeholder="请输入案件标的"
|
|
|
21
|
+ @input="numberFn('caseSubjectAmount')" />
|
|
42
|
22
|
</el-form-item>
|
|
43
|
23
|
</el-col>
|
|
44
|
24
|
<el-col :span="12">
|
|
45
|
25
|
<el-form-item label="借款开始日期:" prop="loanStartDate">
|
|
46
|
|
- <el-date-picker
|
|
47
|
|
- v-model="formData.loanStartDate"
|
|
48
|
|
- type="datetime"
|
|
49
|
|
- placeholder="借款开始日期"
|
|
50
|
|
- @change="setStartTime"
|
|
51
|
|
- >
|
|
|
26
|
+ <el-date-picker v-model="formData.loanStartDate" type="datetime" placeholder="借款开始日期"
|
|
|
27
|
+ @change="setStartTime">
|
|
52
|
28
|
</el-date-picker>
|
|
53
|
29
|
</el-form-item>
|
|
54
|
30
|
</el-col>
|
|
55
|
31
|
<el-col :span="12">
|
|
56
|
32
|
<el-form-item label="借款结束日期:" prop="loanEndDate">
|
|
57
|
|
- <el-date-picker
|
|
58
|
|
- v-model="formData.loanEndDate"
|
|
59
|
|
- type="datetime"
|
|
60
|
|
- placeholder="借款结束日期"
|
|
61
|
|
- @change="setEndTime"
|
|
62
|
|
- >
|
|
|
33
|
+ <el-date-picker v-model="formData.loanEndDate" type="datetime" placeholder="借款结束日期" @change="setEndTime">
|
|
63
|
34
|
</el-date-picker>
|
|
64
|
35
|
</el-form-item>
|
|
65
|
36
|
</el-col>
|
|
66
|
37
|
<el-col :span="12">
|
|
67
|
38
|
<el-form-item label="合同编号:" prop="contractNumber">
|
|
68
|
|
- <el-input
|
|
69
|
|
- v-model="formData.contractNumber"
|
|
70
|
|
- placeholder="请输入"
|
|
71
|
|
- />
|
|
|
39
|
+ <el-input v-model="formData.contractNumber" placeholder="请输入" />
|
|
72
|
40
|
</el-form-item>
|
|
73
|
41
|
</el-col>
|
|
74
|
42
|
<el-col :span="12">
|
|
75
|
43
|
<el-form-item label="申请人主张欠本金:" prop="claimPrinciOwed">
|
|
76
|
|
- <el-input
|
|
77
|
|
- v-model="formData.claimPrinciOwed"
|
|
78
|
|
- placeholder="请输入"
|
|
79
|
|
- @input="numberFn('claimPrinciOwed')"
|
|
80
|
|
- />
|
|
|
44
|
+ <el-input v-model="formData.claimPrinciOwed" placeholder="请输入" @input="numberFn('claimPrinciOwed')" />
|
|
81
|
45
|
</el-form-item>
|
|
82
|
46
|
</el-col>
|
|
83
|
47
|
<el-col :span="12">
|
|
84
|
48
|
<el-form-item label="申请人主张欠利息:" prop="claimInterestOwed">
|
|
85
|
|
- <el-input
|
|
86
|
|
- v-model="formData.claimInterestOwed"
|
|
87
|
|
- placeholder="请输入"
|
|
88
|
|
- @input="numberFn('claimInterestOwed')"
|
|
89
|
|
- />
|
|
|
49
|
+ <el-input v-model="formData.claimInterestOwed" placeholder="请输入" @input="numberFn('claimInterestOwed')" />
|
|
90
|
50
|
</el-form-item>
|
|
91
|
51
|
</el-col>
|
|
92
|
52
|
<el-col :span="12">
|
|
93
|
53
|
<el-form-item label="申请人主张违约金:" prop="claimLiquidDamag">
|
|
94
|
|
- <el-input
|
|
95
|
|
- v-model="formData.claimLiquidDamag"
|
|
96
|
|
- placeholder="请输入"
|
|
97
|
|
- @input="numberFn('claimLiquidDamag')"
|
|
98
|
|
- />
|
|
|
54
|
+ <el-input v-model="formData.claimLiquidDamag" placeholder="请输入" @input="numberFn('claimLiquidDamag')" />
|
|
|
55
|
+ </el-form-item>
|
|
|
56
|
+ </el-col>
|
|
|
57
|
+ <el-col :span="24">
|
|
|
58
|
+ <el-form-item label="申请人请求仲裁庭裁决:" prop="requestRule">
|
|
|
59
|
+ <el-input v-model="formData.requestRule" placeholder="请输入申请人请求仲裁庭裁决" type="textarea"
|
|
|
60
|
+ :autosize="{ minRows: 4, maxRows: 8 }" />
|
|
|
61
|
+ </el-form-item>
|
|
|
62
|
+ </el-col>
|
|
|
63
|
+ <el-col :span="12">
|
|
|
64
|
+ <el-form-item label="是否财产保全申请:" prop="properPreser">
|
|
|
65
|
+ <el-radio-group v-model="formData.properPreser">
|
|
|
66
|
+ <el-radio :label="1">是</el-radio>
|
|
|
67
|
+ <el-radio :label="0">否</el-radio>
|
|
|
68
|
+ </el-radio-group>
|
|
99
|
69
|
</el-form-item>
|
|
100
|
70
|
</el-col>
|
|
101
|
71
|
<!-- 应缴费用 -->
|
|
|
@@ -106,37 +76,17 @@
|
|
106
|
76
|
</el-col>
|
|
107
|
77
|
<!-- 申请人仲裁诉求 -->
|
|
108
|
78
|
<el-col :span="24">
|
|
109
|
|
- <el-form-item label="申请人仲裁诉求" prop="arbitratClaims">
|
|
110
|
|
- <el-input
|
|
111
|
|
- v-model="formData.arbitratClaims"
|
|
112
|
|
- placeholder="请输入申请人仲裁诉求"
|
|
113
|
|
- type="textarea"
|
|
114
|
|
- :autosize="{ minRows: 4, maxRows: 8 }"
|
|
115
|
|
- />
|
|
|
79
|
+ <el-form-item label="申请人仲裁请求及事实和理由" prop="arbitratClaims">
|
|
|
80
|
+ <el-input v-model="formData.arbitratClaims" placeholder="请输入申请人仲裁诉求" type="textarea"
|
|
|
81
|
+ :autosize="{ minRows: 4, maxRows: 8 }" />
|
|
116
|
82
|
</el-form-item>
|
|
117
|
83
|
</el-col>
|
|
118
|
84
|
<el-col :span="12">
|
|
119
|
|
- <el-form-item
|
|
120
|
|
- label="申请人案件证据资料上传:"
|
|
121
|
|
- prop="applicantEvidence"
|
|
122
|
|
- v-if="flag !== '0'"
|
|
123
|
|
- >
|
|
124
|
|
- <el-upload
|
|
125
|
|
- class="upload-demo"
|
|
126
|
|
- ref="fileupload"
|
|
127
|
|
- accept=".png,.jpg,.doc,.docx,.txt,.pdf"
|
|
128
|
|
- :action="UploadUrl()"
|
|
129
|
|
- :on-success="handlSuccess"
|
|
130
|
|
- :on-remove="handleRemove"
|
|
131
|
|
- :on-preview="handlePreview"
|
|
132
|
|
- :before-remove="beforeRemove"
|
|
133
|
|
- :data="filedata"
|
|
134
|
|
- :headers="headers"
|
|
135
|
|
- multiple
|
|
136
|
|
- :limit="3"
|
|
137
|
|
- :on-exceed="handleExceed"
|
|
138
|
|
- :file-list="fileList"
|
|
139
|
|
- >
|
|
|
85
|
+ <el-form-item label="申请人案件证据资料上传:" prop="applicantEvidence" v-if="flag !== '0'">
|
|
|
86
|
+ <el-upload class="upload-demo" ref="fileupload" accept=".png,.jpg,.doc,.docx,.txt,.pdf"
|
|
|
87
|
+ :action="UploadUrl()" :on-success="handlSuccess" :on-remove="handleRemove" :on-preview="handlePreview"
|
|
|
88
|
+ :before-remove="beforeRemove" :data="filedata" :headers="headers" multiple :limit="3"
|
|
|
89
|
+ :on-exceed="handleExceed" :file-list="fileList">
|
|
140
|
90
|
<el-button size="small" type="primary">点击上传</el-button>
|
|
141
|
91
|
<div slot="tip" class="el-upload__tip">
|
|
142
|
92
|
文件支持上传.jpg,png,.doc,docx,.txt,.pdf文件
|
|
|
@@ -145,14 +95,10 @@
|
|
145
|
95
|
</el-form-item>
|
|
146
|
96
|
</el-col>
|
|
147
|
97
|
<el-col :span="12">
|
|
148
|
|
- <el-form-item
|
|
149
|
|
- label="申请人案件证据资料:"
|
|
150
|
|
- v-if="
|
|
151
|
|
- flag == '0' &&
|
|
152
|
|
- caseAttachList.length > 0 &&
|
|
153
|
|
- applicateArr.length > 0
|
|
154
|
|
- "
|
|
155
|
|
- >
|
|
|
98
|
+ <el-form-item label="申请人案件证据资料:" v-if="flag == '0' &&
|
|
|
99
|
+ caseAttachList.length > 0 &&
|
|
|
100
|
+ applicateArr.length > 0
|
|
|
101
|
+ ">
|
|
156
|
102
|
<div v-for="(item, index) in applicateArr" :key="index">
|
|
157
|
103
|
<a href="#" @click="toFile(item, index)" style="color: blue">
|
|
158
|
104
|
{{ item.annexName }}
|
|
|
@@ -162,13 +108,8 @@
|
|
162
|
108
|
</el-col>
|
|
163
|
109
|
<!-- 仅详情展示 案件质证环节以后显示被申请人证据-->
|
|
164
|
110
|
<el-col :span="12">
|
|
165
|
|
- <el-form-item
|
|
166
|
|
- label="被申请人案件证据资料:"
|
|
167
|
|
- prop="respondentEvidence"
|
|
168
|
|
- v-if="
|
|
169
|
|
- flag == '0' && caseAttachList.length > 0 && quiltArr.length > 0
|
|
170
|
|
- "
|
|
171
|
|
- >
|
|
|
111
|
+ <el-form-item label="被申请人案件证据资料:" prop="respondentEvidence" v-if="flag == '0' && caseAttachList.length > 0 && quiltArr.length > 0
|
|
|
112
|
+ ">
|
|
172
|
113
|
<div v-for="(item, index) in quiltArr" :key="index">
|
|
173
|
114
|
<a href="#" @click="toFile1(item, index)" style="color: blue">
|
|
174
|
115
|
{{ item.annexName }}
|
|
|
@@ -196,12 +137,7 @@
|
|
196
|
137
|
</el-row>
|
|
197
|
138
|
</el-form>
|
|
198
|
139
|
<!-- 申请人主体信息 -->
|
|
199
|
|
- <el-form
|
|
200
|
|
- ref="form2"
|
|
201
|
|
- :model="form2"
|
|
202
|
|
- label-width="150px"
|
|
203
|
|
- :disabled="flag == '0'"
|
|
204
|
|
- >
|
|
|
140
|
+ <el-form ref="form2" :model="form2" label-width="150px" :disabled="flag == '0'">
|
|
205
|
141
|
<div v-for="(item, index) in form2.paymentArr" :key="index">
|
|
206
|
142
|
<div style="display: flex; justify-content: space-between">
|
|
207
|
143
|
<div style="display: inline-flex">
|
|
|
@@ -209,109 +145,105 @@
|
|
209
|
145
|
<div class="caseInfo">申请人主体信息:</div>
|
|
210
|
146
|
</div>
|
|
211
|
147
|
<!-- <p>申请人主体信息:</p> -->
|
|
212
|
|
- <el-button
|
|
213
|
|
- type="danger"
|
|
214
|
|
- icon="el-icon-delete"
|
|
215
|
|
- @click="deleteData(index)"
|
|
216
|
|
- v-if="form2.paymentArr.length > 1 && flag != '0'"
|
|
217
|
|
- ></el-button>
|
|
|
148
|
+ <el-button type="danger" icon="el-icon-delete" @click="deleteData(index)"
|
|
|
149
|
+ v-if="form2.paymentArr.length > 1 && flag != '0'"></el-button>
|
|
218
|
150
|
</div>
|
|
219
|
151
|
<el-divider></el-divider>
|
|
220
|
152
|
<el-row>
|
|
221
|
153
|
<el-col :span="12">
|
|
222
|
|
- <el-form-item
|
|
223
|
|
- label="申请人(机构):"
|
|
224
|
|
- :prop="'paymentArr.' + index + '.name'"
|
|
225
|
|
- :rules="[
|
|
226
|
|
- {
|
|
227
|
|
- required: true,
|
|
228
|
|
- message: '申请人不能为空',
|
|
229
|
|
- trigger: 'blur',
|
|
230
|
|
- },
|
|
231
|
|
- { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
232
|
|
- ]"
|
|
233
|
|
- >
|
|
|
154
|
+ <el-form-item label="申请人(机构):" :prop="'paymentArr.' + index + '.name'" :rules="[
|
|
|
155
|
+ {
|
|
|
156
|
+ required: true,
|
|
|
157
|
+ message: '申请人不能为空',
|
|
|
158
|
+ trigger: 'blur',
|
|
|
159
|
+ },
|
|
|
160
|
+ { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
|
161
|
+ ]">
|
|
234
|
162
|
<el-input v-model="item.name" placeholder="请输入" />
|
|
235
|
163
|
</el-form-item>
|
|
236
|
164
|
</el-col>
|
|
237
|
165
|
<el-col :span="12">
|
|
238
|
|
- <el-form-item
|
|
239
|
|
- label="代码:"
|
|
240
|
|
- :prop="'paymentArr.' + index + '.identityNum'"
|
|
241
|
|
- :rules="[
|
|
242
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
243
|
|
- ]"
|
|
244
|
|
- >
|
|
|
166
|
+ <el-form-item label="代码:" :prop="'paymentArr.' + index + '.identityNum'" :rules="[
|
|
|
167
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
168
|
+ ]">
|
|
245
|
169
|
<el-input v-model="item.identityNum" placeholder="请输入" />
|
|
246
|
170
|
</el-form-item>
|
|
247
|
171
|
</el-col>
|
|
248
|
172
|
<el-col :span="12">
|
|
249
|
|
- <el-form-item
|
|
250
|
|
- label="联系电话:"
|
|
251
|
|
- :prop="'paymentArr.' + index + '.contactTelphone'"
|
|
252
|
|
- :rules="[
|
|
253
|
|
- {
|
|
254
|
|
- required: true,
|
|
255
|
|
- message: '联系电话不能为空',
|
|
256
|
|
- trigger: 'blur',
|
|
257
|
|
- },
|
|
258
|
|
- {
|
|
259
|
|
- pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
260
|
|
- message: '请输入正确的手机号码',
|
|
261
|
|
- trigger: 'blur',
|
|
262
|
|
- },
|
|
263
|
|
- ]"
|
|
264
|
|
- >
|
|
|
173
|
+ <el-form-item label="联系电话:" :prop="'paymentArr.' + index + '.contactTelphone'" :rules="[
|
|
|
174
|
+ {
|
|
|
175
|
+ required: true,
|
|
|
176
|
+ message: '联系电话不能为空',
|
|
|
177
|
+ trigger: 'blur',
|
|
|
178
|
+ },
|
|
|
179
|
+ {
|
|
|
180
|
+ pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
|
181
|
+ message: '请输入正确的手机号码',
|
|
|
182
|
+ trigger: 'blur',
|
|
|
183
|
+ },
|
|
|
184
|
+ ]">
|
|
265
|
185
|
<el-input v-model="item.contactTelphone" placeholder="请输入" />
|
|
266
|
186
|
</el-form-item>
|
|
267
|
187
|
</el-col>
|
|
268
|
188
|
<el-col :span="12">
|
|
269
|
|
- <el-form-item
|
|
270
|
|
- label="单位地址:"
|
|
271
|
|
- :prop="'paymentArr.' + index + '.workAddress'"
|
|
272
|
|
- :rules="[
|
|
273
|
|
- {
|
|
274
|
|
- required: true,
|
|
275
|
|
- message: '单位地址不能为空',
|
|
276
|
|
- trigger: 'blur',
|
|
277
|
|
- },
|
|
278
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
279
|
|
- ]"
|
|
280
|
|
- >
|
|
|
189
|
+ <el-form-item label="单位地址:" :prop="'paymentArr.' + index + '.workAddress'" :rules="[
|
|
|
190
|
+ {
|
|
|
191
|
+ required: true,
|
|
|
192
|
+ message: '单位地址不能为空',
|
|
|
193
|
+ trigger: 'blur',
|
|
|
194
|
+ },
|
|
|
195
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
196
|
+ ]">
|
|
281
|
197
|
<el-input v-model="item.workAddress" placeholder="请输入" />
|
|
282
|
198
|
</el-form-item>
|
|
283
|
199
|
</el-col>
|
|
284
|
200
|
<el-col :span="12">
|
|
285
|
|
- <el-form-item
|
|
286
|
|
- label="单位电话:"
|
|
287
|
|
- :prop="'paymentArr.' + index + '.workTelphone'"
|
|
288
|
|
- :rules="[
|
|
289
|
|
- {
|
|
290
|
|
- required: true,
|
|
291
|
|
- message: '单位电话不能为空',
|
|
292
|
|
- trigger: 'blur',
|
|
293
|
|
- },
|
|
294
|
|
- ]"
|
|
295
|
|
- >
|
|
|
201
|
+ <el-form-item label="单位电话:" :prop="'paymentArr.' + index + '.workTelphone'" :rules="[
|
|
|
202
|
+ {
|
|
|
203
|
+ required: true,
|
|
|
204
|
+ message: '单位电话不能为空',
|
|
|
205
|
+ trigger: 'blur',
|
|
|
206
|
+ },
|
|
|
207
|
+ ]">
|
|
296
|
208
|
<el-input v-model="item.workTelphone" placeholder="请输入" />
|
|
297
|
209
|
</el-form-item>
|
|
298
|
210
|
</el-col>
|
|
299
|
211
|
<el-col :span="12">
|
|
300
|
|
- <el-form-item
|
|
301
|
|
- label="联系地址:"
|
|
302
|
|
- :prop="'paymentArr.' + index + '.contactAddress'"
|
|
303
|
|
- :rules="[
|
|
304
|
|
- {
|
|
305
|
|
- required: true,
|
|
306
|
|
- message: '联系地址不能为空',
|
|
307
|
|
- trigger: 'blur',
|
|
308
|
|
- },
|
|
309
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
310
|
|
- ]"
|
|
311
|
|
- >
|
|
|
212
|
+ <el-form-item label="联系地址:" :prop="'paymentArr.' + index + '.contactAddress'" :rules="[
|
|
|
213
|
+ {
|
|
|
214
|
+ required: true,
|
|
|
215
|
+ message: '联系地址不能为空',
|
|
|
216
|
+ trigger: 'blur',
|
|
|
217
|
+ },
|
|
|
218
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
219
|
+ ]">
|
|
312
|
220
|
<el-input v-model="item.contactAddress" placeholder="请输入" />
|
|
313
|
221
|
</el-form-item>
|
|
314
|
222
|
</el-col>
|
|
|
223
|
+ <el-col :span="12">
|
|
|
224
|
+ <el-form-item label="法定代表人:" :prop="'paymentArr.' + index + '.compLegalPerson'" :rules="[
|
|
|
225
|
+ {
|
|
|
226
|
+ required: true,
|
|
|
227
|
+ message: '法定代表人不能为空',
|
|
|
228
|
+ trigger: 'blur',
|
|
|
229
|
+ },
|
|
|
230
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
231
|
+ ]">
|
|
|
232
|
+ <el-input v-model="item.compLegalPerson" placeholder="请输入" />
|
|
|
233
|
+ </el-form-item>
|
|
|
234
|
+ </el-col>
|
|
|
235
|
+ <el-col :span="12">
|
|
|
236
|
+ <el-form-item label="法定代表人职位:" :prop="'paymentArr.' + index + '.compLegalperPost'" :rules="[
|
|
|
237
|
+ {
|
|
|
238
|
+ required: true,
|
|
|
239
|
+ message: '法定代表人职位不能为空',
|
|
|
240
|
+ trigger: 'blur',
|
|
|
241
|
+ },
|
|
|
242
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
243
|
+ ]">
|
|
|
244
|
+ <el-input v-model="item.compLegalperPost" placeholder="请输入" />
|
|
|
245
|
+ </el-form-item>
|
|
|
246
|
+ </el-col>
|
|
315
|
247
|
</el-row>
|
|
316
|
248
|
<div style="display: inline-flex">
|
|
317
|
249
|
<div class="infoIcon"></div>
|
|
|
@@ -320,85 +252,60 @@
|
|
320
|
252
|
<!-- <p>代理人信息:</p> -->
|
|
321
|
253
|
<el-row>
|
|
322
|
254
|
<el-col :span="12">
|
|
323
|
|
- <el-form-item
|
|
324
|
|
- label="姓名:"
|
|
325
|
|
- :prop="'paymentArr.' + index + '.nameAgent'"
|
|
326
|
|
- :rules="[
|
|
327
|
|
- {
|
|
328
|
|
- required: true,
|
|
329
|
|
- message: '姓名不能为空',
|
|
330
|
|
- trigger: 'blur',
|
|
331
|
|
- },
|
|
332
|
|
- { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
333
|
|
- ]"
|
|
334
|
|
- >
|
|
|
255
|
+ <el-form-item label="姓名:" :prop="'paymentArr.' + index + '.nameAgent'" :rules="[
|
|
|
256
|
+ {
|
|
|
257
|
+ required: true,
|
|
|
258
|
+ message: '姓名不能为空',
|
|
|
259
|
+ trigger: 'blur',
|
|
|
260
|
+ },
|
|
|
261
|
+ { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
|
262
|
+ ]">
|
|
335
|
263
|
<el-input v-model="item.nameAgent" placeholder="请输入" />
|
|
336
|
264
|
</el-form-item>
|
|
337
|
265
|
</el-col>
|
|
338
|
266
|
<el-col :span="12">
|
|
339
|
|
- <el-form-item
|
|
340
|
|
- label="身份证号:"
|
|
341
|
|
- :prop="'paymentArr.' + index + '.identityNumAgent'"
|
|
342
|
|
- :rules="[
|
|
343
|
|
- {
|
|
344
|
|
- required: true,
|
|
345
|
|
- message: '身份证号不能为空',
|
|
346
|
|
- trigger: 'blur',
|
|
347
|
|
- },
|
|
348
|
|
- {
|
|
349
|
|
- pattern:
|
|
350
|
|
- /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
351
|
|
- message: '请输入正确的身份证号码',
|
|
352
|
|
- trigger: 'blur',
|
|
353
|
|
- },
|
|
354
|
|
- ]"
|
|
355
|
|
- >
|
|
356
|
|
- <el-input
|
|
357
|
|
- v-model="item.identityNumAgent"
|
|
358
|
|
- placeholder="请输入"
|
|
359
|
|
- />
|
|
|
267
|
+ <el-form-item label="身份证号:" :prop="'paymentArr.' + index + '.identityNumAgent'" :rules="[
|
|
|
268
|
+ {
|
|
|
269
|
+ required: true,
|
|
|
270
|
+ message: '身份证号不能为空',
|
|
|
271
|
+ trigger: 'blur',
|
|
|
272
|
+ },
|
|
|
273
|
+ {
|
|
|
274
|
+ pattern:
|
|
|
275
|
+ /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
|
276
|
+ message: '请输入正确的身份证号码',
|
|
|
277
|
+ trigger: 'blur',
|
|
|
278
|
+ },
|
|
|
279
|
+ ]">
|
|
|
280
|
+ <el-input v-model="item.identityNumAgent" placeholder="请输入" />
|
|
360
|
281
|
</el-form-item>
|
|
361
|
282
|
</el-col>
|
|
362
|
283
|
<el-col :span="12">
|
|
363
|
|
- <el-form-item
|
|
364
|
|
- label="联系电话:"
|
|
365
|
|
- :prop="'paymentArr.' + index + '.contactTelphoneAgent'"
|
|
366
|
|
- :rules="[
|
|
367
|
|
- {
|
|
368
|
|
- required: true,
|
|
369
|
|
- message: '联系电话不能为空',
|
|
370
|
|
- trigger: 'blur',
|
|
371
|
|
- },
|
|
372
|
|
- {
|
|
373
|
|
- pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
374
|
|
- message: '请输入正确的手机号码',
|
|
375
|
|
- trigger: 'blur',
|
|
376
|
|
- },
|
|
377
|
|
- ]"
|
|
378
|
|
- >
|
|
379
|
|
- <el-input
|
|
380
|
|
- v-model="item.contactTelphoneAgent"
|
|
381
|
|
- placeholder="请输入"
|
|
382
|
|
- />
|
|
|
284
|
+ <el-form-item label="联系电话:" :prop="'paymentArr.' + index + '.contactTelphoneAgent'" :rules="[
|
|
|
285
|
+ {
|
|
|
286
|
+ required: true,
|
|
|
287
|
+ message: '联系电话不能为空',
|
|
|
288
|
+ trigger: 'blur',
|
|
|
289
|
+ },
|
|
|
290
|
+ {
|
|
|
291
|
+ pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
|
292
|
+ message: '请输入正确的手机号码',
|
|
|
293
|
+ trigger: 'blur',
|
|
|
294
|
+ },
|
|
|
295
|
+ ]">
|
|
|
296
|
+ <el-input v-model="item.contactTelphoneAgent" placeholder="请输入" />
|
|
383
|
297
|
</el-form-item>
|
|
384
|
298
|
</el-col>
|
|
385
|
299
|
<el-col :span="12">
|
|
386
|
|
- <el-form-item
|
|
387
|
|
- label="联系地址:"
|
|
388
|
|
- :prop="'paymentArr.' + index + '.contactAddressAgent'"
|
|
389
|
|
- :rules="[
|
|
390
|
|
- {
|
|
391
|
|
- required: true,
|
|
392
|
|
- message: '联系地址不能为空',
|
|
393
|
|
- trigger: 'blur',
|
|
394
|
|
- },
|
|
395
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
396
|
|
- ]"
|
|
397
|
|
- >
|
|
398
|
|
- <el-input
|
|
399
|
|
- v-model="item.contactAddressAgent"
|
|
400
|
|
- placeholder="请输入"
|
|
401
|
|
- />
|
|
|
300
|
+ <el-form-item label="联系地址:" :prop="'paymentArr.' + index + '.contactAddressAgent'" :rules="[
|
|
|
301
|
+ {
|
|
|
302
|
+ required: true,
|
|
|
303
|
+ message: '联系地址不能为空',
|
|
|
304
|
+ trigger: 'blur',
|
|
|
305
|
+ },
|
|
|
306
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
307
|
+ ]">
|
|
|
308
|
+ <el-input v-model="item.contactAddressAgent" placeholder="请输入" />
|
|
402
|
309
|
</el-form-item>
|
|
403
|
310
|
</el-col>
|
|
404
|
311
|
</el-row>
|
|
|
@@ -412,135 +319,123 @@
|
|
412
|
319
|
>新增申请人主体信息</el-button
|
|
413
|
320
|
> -->
|
|
414
|
321
|
<!-- 被申请人主体信息 -->
|
|
415
|
|
- <el-form
|
|
416
|
|
- ref="form3"
|
|
417
|
|
- label-width="150px"
|
|
418
|
|
- :disabled="flag == '0'"
|
|
419
|
|
- :model="form3"
|
|
420
|
|
- >
|
|
421
|
|
- <div
|
|
422
|
|
- v-for="(itm, index) in form3.paymentArr1"
|
|
423
|
|
- :key="index + form2.paymentArr.length"
|
|
424
|
|
- >
|
|
|
322
|
+ <el-form ref="form3" label-width="150px" :disabled="flag == '0'" :model="form3">
|
|
|
323
|
+ <div v-for="(itm, index) in form3.paymentArr1" :key="index + form2.paymentArr.length">
|
|
425
|
324
|
<div style="display: flex; justify-content: space-between">
|
|
426
|
325
|
<div style="display: inline-flex">
|
|
427
|
326
|
<div class="infoIcon"></div>
|
|
428
|
327
|
<div class="caseInfo">被申请人主体信息:</div>
|
|
429
|
328
|
</div>
|
|
430
|
329
|
<!-- <p>被申请人主体信息:</p> -->
|
|
431
|
|
- <el-button
|
|
432
|
|
- type="danger"
|
|
433
|
|
- icon="el-icon-delete"
|
|
434
|
|
- @click="deleteData1(index)"
|
|
435
|
|
- v-if="form3.paymentArr1.length > 1 && flag != '0'"
|
|
436
|
|
- ></el-button>
|
|
|
330
|
+ <el-button type="danger" icon="el-icon-delete" @click="deleteData1(index)"
|
|
|
331
|
+ v-if="form3.paymentArr1.length > 1 && flag != '0'"></el-button>
|
|
437
|
332
|
</div>
|
|
438
|
333
|
<el-divider></el-divider>
|
|
439
|
334
|
<el-row>
|
|
440
|
335
|
<el-col :span="12">
|
|
441
|
|
- <el-form-item
|
|
442
|
|
- label="被申请人姓名"
|
|
443
|
|
- :prop="'paymentArr1.' + index + '.name'"
|
|
444
|
|
- :rules="[
|
|
445
|
|
- {
|
|
446
|
|
- required: true,
|
|
447
|
|
- message: '被申请人不能为空',
|
|
448
|
|
- trigger: 'blur',
|
|
449
|
|
- },
|
|
450
|
|
- { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
451
|
|
- ]"
|
|
452
|
|
- >
|
|
|
336
|
+ <el-form-item label="被申请人姓名" :prop="'paymentArr1.' + index + '.name'" :rules="[
|
|
|
337
|
+ {
|
|
|
338
|
+ required: true,
|
|
|
339
|
+ message: '被申请人不能为空',
|
|
|
340
|
+ trigger: 'blur',
|
|
|
341
|
+ },
|
|
|
342
|
+ { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
|
343
|
+ ]">
|
|
453
|
344
|
<el-input v-model="itm.name" placeholder="请输入" />
|
|
454
|
345
|
</el-form-item>
|
|
455
|
346
|
</el-col>
|
|
456
|
347
|
<el-col :span="12">
|
|
457
|
|
- <el-form-item
|
|
458
|
|
- label="身份证号:"
|
|
459
|
|
- :prop="'paymentArr1.' + index + '.identityNum'"
|
|
460
|
|
- :rules="[
|
|
461
|
|
- {
|
|
462
|
|
- required: true,
|
|
463
|
|
- message: '身份证号不能为空',
|
|
464
|
|
- trigger: 'blur',
|
|
465
|
|
- },
|
|
466
|
|
- {
|
|
467
|
|
- pattern:
|
|
468
|
|
- /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
469
|
|
- message: '请输入正确的身份证号码',
|
|
470
|
|
- trigger: 'blur',
|
|
471
|
|
- },
|
|
472
|
|
- ]"
|
|
473
|
|
- >
|
|
|
348
|
+ <el-form-item label="身份证号:" :prop="'paymentArr1.' + index + '.identityNum'" :rules="[
|
|
|
349
|
+ {
|
|
|
350
|
+ required: true,
|
|
|
351
|
+ message: '身份证号不能为空',
|
|
|
352
|
+ trigger: 'blur',
|
|
|
353
|
+ },
|
|
|
354
|
+ {
|
|
|
355
|
+ pattern:
|
|
|
356
|
+ /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
|
357
|
+ message: '请输入正确的身份证号码',
|
|
|
358
|
+ trigger: 'blur',
|
|
|
359
|
+ },
|
|
|
360
|
+ ]">
|
|
474
|
361
|
<el-input v-model="itm.identityNum" placeholder="请输入" />
|
|
475
|
362
|
</el-form-item>
|
|
476
|
363
|
</el-col>
|
|
477
|
364
|
<el-col :span="12">
|
|
478
|
|
- <el-form-item
|
|
479
|
|
- label="联系电话:"
|
|
480
|
|
- :prop="'paymentArr1.' + index + '.contactTelphone'"
|
|
481
|
|
- :rules="[
|
|
482
|
|
- {
|
|
483
|
|
- required: true,
|
|
484
|
|
- message: '联系电话不能为空',
|
|
485
|
|
- trigger: 'blur',
|
|
486
|
|
- },
|
|
487
|
|
- {
|
|
488
|
|
- pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
489
|
|
- message: '请输入正确的手机号码',
|
|
490
|
|
- trigger: 'blur',
|
|
491
|
|
- },
|
|
492
|
|
- ]"
|
|
493
|
|
- >
|
|
|
365
|
+ <el-form-item label="联系电话:" :prop="'paymentArr1.' + index + '.contactTelphone'" :rules="[
|
|
|
366
|
+ {
|
|
|
367
|
+ required: true,
|
|
|
368
|
+ message: '联系电话不能为空',
|
|
|
369
|
+ trigger: 'blur',
|
|
|
370
|
+ },
|
|
|
371
|
+ {
|
|
|
372
|
+ pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
|
373
|
+ message: '请输入正确的手机号码',
|
|
|
374
|
+ trigger: 'blur',
|
|
|
375
|
+ },
|
|
|
376
|
+ ]">
|
|
494
|
377
|
<el-input v-model="itm.contactTelphone" placeholder="请输入" />
|
|
495
|
378
|
</el-form-item>
|
|
496
|
379
|
</el-col>
|
|
497
|
380
|
<el-col :span="12">
|
|
498
|
|
- <el-form-item
|
|
499
|
|
- label="单位地址:"
|
|
500
|
|
- :prop="'paymentArr1.' + index + '.workAddress'"
|
|
501
|
|
- :rules="[
|
|
502
|
|
- {
|
|
503
|
|
- required: true,
|
|
504
|
|
- message: '单位地址不能为空',
|
|
505
|
|
- trigger: 'blur',
|
|
506
|
|
- },
|
|
507
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
508
|
|
- ]"
|
|
509
|
|
- >
|
|
|
381
|
+ <el-form-item label="单位地址:" :prop="'paymentArr1.' + index + '.workAddress'" :rules="[
|
|
|
382
|
+ {
|
|
|
383
|
+ required: true,
|
|
|
384
|
+ message: '单位地址不能为空',
|
|
|
385
|
+ trigger: 'blur',
|
|
|
386
|
+ },
|
|
|
387
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
388
|
+ ]">
|
|
510
|
389
|
<el-input v-model="itm.workAddress" placeholder="请输入" />
|
|
511
|
390
|
</el-form-item>
|
|
512
|
391
|
</el-col>
|
|
513
|
392
|
<el-col :span="12">
|
|
514
|
|
- <el-form-item
|
|
515
|
|
- label="单位电话:"
|
|
516
|
|
- :prop="'paymentArr1.' + index + '.workTelphone'"
|
|
517
|
|
- :rules="[
|
|
518
|
|
- {
|
|
519
|
|
- required: true,
|
|
520
|
|
- message: '单位电话不能为空',
|
|
521
|
|
- trigger: 'blur',
|
|
522
|
|
- },
|
|
523
|
|
- ]"
|
|
524
|
|
- >
|
|
|
393
|
+ <el-form-item label="单位电话:" :prop="'paymentArr1.' + index + '.workTelphone'" :rules="[
|
|
|
394
|
+ {
|
|
|
395
|
+ required: true,
|
|
|
396
|
+ message: '单位电话不能为空',
|
|
|
397
|
+ trigger: 'blur',
|
|
|
398
|
+ },
|
|
|
399
|
+ ]">
|
|
525
|
400
|
<el-input v-model="itm.workTelphone" placeholder="请输入" />
|
|
526
|
401
|
</el-form-item>
|
|
527
|
402
|
</el-col>
|
|
528
|
403
|
<el-col :span="12">
|
|
529
|
|
- <el-form-item
|
|
530
|
|
- label="联系地址:"
|
|
531
|
|
- :prop="'paymentArr1.' + index + '.contactAddress'"
|
|
532
|
|
- :rules="[
|
|
533
|
|
- {
|
|
534
|
|
- required: true,
|
|
535
|
|
- message: '联系地址不能为空',
|
|
536
|
|
- trigger: 'blur',
|
|
537
|
|
- },
|
|
538
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
539
|
|
- ]"
|
|
540
|
|
- >
|
|
|
404
|
+ <el-form-item label="联系地址:" :prop="'paymentArr1.' + index + '.contactAddress'" :rules="[
|
|
|
405
|
+ {
|
|
|
406
|
+ required: true,
|
|
|
407
|
+ message: '联系地址不能为空',
|
|
|
408
|
+ trigger: 'blur',
|
|
|
409
|
+ },
|
|
|
410
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
411
|
+ ]">
|
|
541
|
412
|
<el-input v-model="itm.contactAddress" placeholder="请输入" />
|
|
542
|
413
|
</el-form-item>
|
|
543
|
414
|
</el-col>
|
|
|
415
|
+ <el-col :span="12">
|
|
|
416
|
+ <el-form-item label="被申请人性别:" :prop="'paymentArr1.' + index + '.responSex'" :rules="[
|
|
|
417
|
+ {
|
|
|
418
|
+ required: true,
|
|
|
419
|
+ },
|
|
|
420
|
+ ]">
|
|
|
421
|
+ <el-radio-group v-model="itm.responSex">
|
|
|
422
|
+ <el-radio label="1">男</el-radio>
|
|
|
423
|
+ <el-radio label="0">女</el-radio>
|
|
|
424
|
+ </el-radio-group>
|
|
|
425
|
+ </el-form-item>
|
|
|
426
|
+ </el-col>
|
|
|
427
|
+ <el-col :span="12">
|
|
|
428
|
+ <el-form-item label="被申请人出生年月日:" :prop="'paymentArr1.' + index + '.responBirth'" :rules="[
|
|
|
429
|
+ {
|
|
|
430
|
+ required: true,
|
|
|
431
|
+ message: '被申请人出生年月日不能为空',
|
|
|
432
|
+ trigger: 'blur',
|
|
|
433
|
+ },
|
|
|
434
|
+ ]">
|
|
|
435
|
+ <el-date-picker v-model="itm.responBirth" type="datetime" placeholder="被申请人出生年月日">
|
|
|
436
|
+ </el-date-picker>
|
|
|
437
|
+ </el-form-item>
|
|
|
438
|
+ </el-col>
|
|
544
|
439
|
</el-row>
|
|
545
|
440
|
<div style="display: inline-flex">
|
|
546
|
441
|
<div class="infoIcon"></div>
|
|
|
@@ -549,83 +444,61 @@
|
|
549
|
444
|
<!-- <p>代理人信息:</p> -->
|
|
550
|
445
|
<el-row>
|
|
551
|
446
|
<el-col :span="12">
|
|
552
|
|
- <el-form-item
|
|
553
|
|
- label="姓名:"
|
|
554
|
|
- :prop="'paymentArr1.' + index + '.nameAgent'"
|
|
555
|
|
- :rules="[
|
|
556
|
|
- {
|
|
557
|
|
- required: true,
|
|
558
|
|
- message: '姓名不能为空',
|
|
559
|
|
- trigger: 'blur',
|
|
560
|
|
- },
|
|
561
|
|
- { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
562
|
|
- ]"
|
|
563
|
|
- >
|
|
|
447
|
+ <el-form-item label="姓名:" :prop="'paymentArr1.' + index + '.nameAgent'" :rules="[
|
|
|
448
|
+ {
|
|
|
449
|
+ required: true,
|
|
|
450
|
+ message: '姓名不能为空',
|
|
|
451
|
+ trigger: 'blur',
|
|
|
452
|
+ },
|
|
|
453
|
+ { max: 20, message: '长度应小于20个字符', trigger: 'blur' }
|
|
|
454
|
+ ]">
|
|
564
|
455
|
<el-input v-model="itm.nameAgent" placeholder="请输入" />
|
|
565
|
456
|
</el-form-item>
|
|
566
|
457
|
</el-col>
|
|
567
|
458
|
<el-col :span="12">
|
|
568
|
459
|
<!-- -->
|
|
569
|
|
- <el-form-item
|
|
570
|
|
- label="身份证号:"
|
|
571
|
|
- :prop="'paymentArr1.' + index + '.identityNumAgent'"
|
|
572
|
|
- :rules="[
|
|
573
|
|
- {
|
|
574
|
|
- required: true,
|
|
575
|
|
- message: '身份证号不能为空',
|
|
576
|
|
- trigger: 'blur',
|
|
577
|
|
- },
|
|
578
|
|
- {
|
|
579
|
|
- pattern:
|
|
580
|
|
- /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
581
|
|
- message: '请输入正确的身份证号码',
|
|
582
|
|
- trigger: 'blur',
|
|
583
|
|
- },
|
|
584
|
|
- ]"
|
|
585
|
|
- >
|
|
|
460
|
+ <el-form-item label="身份证号:" :prop="'paymentArr1.' + index + '.identityNumAgent'" :rules="[
|
|
|
461
|
+ {
|
|
|
462
|
+ required: true,
|
|
|
463
|
+ message: '身份证号不能为空',
|
|
|
464
|
+ trigger: 'blur',
|
|
|
465
|
+ },
|
|
|
466
|
+ {
|
|
|
467
|
+ pattern:
|
|
|
468
|
+ /^[1-9]\d{5}(18|19|([23]\d))\d{2}((0[1-9])|(10|11|12))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx]$/,
|
|
|
469
|
+ message: '请输入正确的身份证号码',
|
|
|
470
|
+ trigger: 'blur',
|
|
|
471
|
+ },
|
|
|
472
|
+ ]">
|
|
586
|
473
|
<el-input v-model="itm.identityNumAgent" placeholder="请输入" />
|
|
587
|
474
|
</el-form-item>
|
|
588
|
475
|
</el-col>
|
|
589
|
476
|
<el-col :span="12">
|
|
590
|
|
- <el-form-item
|
|
591
|
|
- label="联系电话:"
|
|
592
|
|
- :prop="'paymentArr1.' + index + '.contactTelphoneAgent'"
|
|
593
|
|
- :rules="[
|
|
594
|
|
- {
|
|
595
|
|
- required: true,
|
|
596
|
|
- message: '联系电话不能为空',
|
|
597
|
|
- trigger: 'blur',
|
|
598
|
|
- },
|
|
599
|
|
- {
|
|
600
|
|
- pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
601
|
|
- message: '请输入正确的手机号码',
|
|
602
|
|
- trigger: 'blur',
|
|
603
|
|
- },
|
|
604
|
|
- ]"
|
|
605
|
|
- >
|
|
606
|
|
- <el-input
|
|
607
|
|
- v-model="itm.contactTelphoneAgent"
|
|
608
|
|
- placeholder="请输入"
|
|
609
|
|
- />
|
|
|
477
|
+ <el-form-item label="联系电话:" :prop="'paymentArr1.' + index + '.contactTelphoneAgent'" :rules="[
|
|
|
478
|
+ {
|
|
|
479
|
+ required: true,
|
|
|
480
|
+ message: '联系电话不能为空',
|
|
|
481
|
+ trigger: 'blur',
|
|
|
482
|
+ },
|
|
|
483
|
+ {
|
|
|
484
|
+ pattern: /^[1][3,4,5,6,7,8,9][0-9]{9}$/,
|
|
|
485
|
+ message: '请输入正确的手机号码',
|
|
|
486
|
+ trigger: 'blur',
|
|
|
487
|
+ },
|
|
|
488
|
+ ]">
|
|
|
489
|
+ <el-input v-model="itm.contactTelphoneAgent" placeholder="请输入" />
|
|
610
|
490
|
</el-form-item>
|
|
611
|
491
|
</el-col>
|
|
612
|
492
|
<el-col :span="12">
|
|
613
|
|
- <el-form-item
|
|
614
|
|
- label="联系地址:"
|
|
615
|
|
- :prop="'paymentArr1.' + index + '.contactAddressAgent'"
|
|
616
|
|
- :rules="[
|
|
617
|
|
- {
|
|
618
|
|
- required: true,
|
|
619
|
|
- message: '联系地址不能为空',
|
|
620
|
|
- trigger: 'blur',
|
|
621
|
|
- },
|
|
622
|
|
- { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
623
|
|
- ]"
|
|
624
|
|
- >
|
|
625
|
|
- <el-input
|
|
626
|
|
- v-model="itm.contactAddressAgent"
|
|
627
|
|
- placeholder="请输入"
|
|
628
|
|
- />
|
|
|
493
|
+ <el-form-item label="联系地址:" :prop="'paymentArr1.' + index + '.contactAddressAgent'" :rules="[
|
|
|
494
|
+ {
|
|
|
495
|
+ required: true,
|
|
|
496
|
+ message: '联系地址不能为空',
|
|
|
497
|
+ trigger: 'blur',
|
|
|
498
|
+ },
|
|
|
499
|
+ { max: 50, message: '长度应小于50个字符', trigger: 'blur' }
|
|
|
500
|
+ ]">
|
|
|
501
|
+ <el-input v-model="itm.contactAddressAgent" placeholder="请输入" />
|
|
629
|
502
|
</el-form-item>
|
|
630
|
503
|
</el-col>
|
|
631
|
504
|
</el-row>
|
|
|
@@ -639,16 +512,8 @@
|
|
639
|
512
|
>新增被申请人主体信息</el-button
|
|
640
|
513
|
> -->
|
|
641
|
514
|
<div slot="footer" class="dialog-footer">
|
|
642
|
|
- <el-button
|
|
643
|
|
- type="primary"
|
|
644
|
|
- @click="submitForm"
|
|
645
|
|
- v-if="flag != 0"
|
|
646
|
|
- class="endbutton"
|
|
647
|
|
- ><span>确 定</span></el-button
|
|
648
|
|
- >
|
|
649
|
|
- <el-button @click="cancel" class="endbutton1"
|
|
650
|
|
- ><span>取 消</span></el-button
|
|
651
|
|
- >
|
|
|
515
|
+ <el-button type="primary" @click="submitForm" v-if="flag != 0" class="endbutton"><span>确 定</span></el-button>
|
|
|
516
|
+ <el-button @click="cancel" class="endbutton1"><span>取 消</span></el-button>
|
|
652
|
517
|
</div>
|
|
653
|
518
|
</el-dialog>
|
|
654
|
519
|
</div>
|
|
|
@@ -708,6 +573,8 @@ export default {
|
|
708
|
573
|
nameAgent: "",
|
|
709
|
574
|
contactTelphoneAgent: "",
|
|
710
|
575
|
contactAddressAgent: "",
|
|
|
576
|
+ responSex:1,
|
|
|
577
|
+ responBirth:""
|
|
711
|
578
|
},
|
|
712
|
579
|
],
|
|
713
|
580
|
}, //被申请人主体信息
|
|
|
@@ -905,8 +772,7 @@ export default {
|
|
905
|
772
|
// 文件超出个数限制时的钩子
|
|
906
|
773
|
handleExceed(files, fileList) {
|
|
907
|
774
|
this.$message.warning(
|
|
908
|
|
- `当前限制选择 3 个文件,本次选择了 ${files.length} 个文件,共选择了 ${
|
|
909
|
|
- files.length + fileList.length
|
|
|
775
|
+ `当前限制选择 3 个文件,本次选择了 ${files.length} 个文件,共选择了 ${files.length + fileList.length
|
|
910
|
776
|
} 个文件`
|
|
911
|
777
|
);
|
|
912
|
778
|
},
|
|
|
@@ -1061,33 +927,40 @@ export default {
|
|
1061
|
927
|
height: 700px !important;
|
|
1062
|
928
|
overflow: auto !important;
|
|
1063
|
929
|
}
|
|
|
930
|
+
|
|
1064
|
931
|
::v-deep .el-dialog {
|
|
1065
|
932
|
width: 800px;
|
|
1066
|
933
|
background: #ffffff;
|
|
1067
|
934
|
border-radius: 20px;
|
|
1068
|
935
|
}
|
|
|
936
|
+
|
|
1069
|
937
|
.caseInfo {
|
|
1070
|
938
|
font-size: 17px;
|
|
1071
|
939
|
font-weight: 600;
|
|
1072
|
940
|
}
|
|
|
941
|
+
|
|
1073
|
942
|
.caseInfo2 {
|
|
1074
|
943
|
font-size: 15px;
|
|
1075
|
944
|
font-weight: 550;
|
|
1076
|
945
|
}
|
|
|
946
|
+
|
|
1077
|
947
|
.infoIcon {
|
|
1078
|
948
|
width: 4px;
|
|
1079
|
949
|
// height: 17px;
|
|
1080
|
950
|
background-color: #0072ff;
|
|
1081
|
951
|
margin-right: 5px;
|
|
1082
|
952
|
}
|
|
|
953
|
+
|
|
1083
|
954
|
.el-date-editor {
|
|
1084
|
955
|
width: 100%;
|
|
1085
|
956
|
}
|
|
|
957
|
+
|
|
1086
|
958
|
.endbutton {
|
|
1087
|
959
|
width: 154px;
|
|
1088
|
960
|
height: 37px;
|
|
1089
|
961
|
background: #0072ff;
|
|
1090
|
962
|
border-radius: 19px;
|
|
|
963
|
+
|
|
1091
|
964
|
span {
|
|
1092
|
965
|
width: 96px;
|
|
1093
|
966
|
height: 15px;
|
|
|
@@ -1097,12 +970,14 @@ export default {
|
|
1097
|
970
|
color: #ffffff;
|
|
1098
|
971
|
}
|
|
1099
|
972
|
}
|
|
|
973
|
+
|
|
1100
|
974
|
.endbutton1 {
|
|
1101
|
975
|
width: 154px;
|
|
1102
|
976
|
height: 37px;
|
|
1103
|
977
|
background: #ffffff;
|
|
1104
|
978
|
border: 1px solid #d0d0d0;
|
|
1105
|
979
|
border-radius: 19px;
|
|
|
980
|
+
|
|
1106
|
981
|
span {
|
|
1107
|
982
|
width: 31px;
|
|
1108
|
983
|
height: 13px;
|