style:权利人信息
Showing
15 changed files
with
88 additions
and
47 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-22 16:27:42 | 4 | * @LastEditTime: 2023-09-11 16:25:39 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
142 | <el-form-item label="分摊土地面积:"> | 142 | <el-form-item label="分摊土地面积:"> |
143 | <div class="flex"> | 143 | <div class="flex"> |
144 | <el-input | 144 | <el-input |
145 | maxlength="12" | 145 | maxlength="12" |
146 | v-model="ruleForm.fdcq2.fttdmj" | 146 | v-model="ruleForm.fdcq2.fttdmj" |
147 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 147 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
148 | <el-select disabled v-model="mjdw" style="width: 68px"> | 148 | <el-select disabled v-model="mjdw" style="width: 68px"> |
... | @@ -173,7 +173,7 @@ | ... | @@ -173,7 +173,7 @@ |
173 | <el-form-item label="房地产交易价格:"> | 173 | <el-form-item label="房地产交易价格:"> |
174 | <div class="flex"> | 174 | <div class="flex"> |
175 | <el-input | 175 | <el-input |
176 | maxlength="11" | 176 | maxlength="11" |
177 | v-model="ruleForm.fdcq2.qjjg" | 177 | v-model="ruleForm.fdcq2.qjjg" |
178 | style="width: 500%" | 178 | style="width: 500%" |
179 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 179 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
... | @@ -256,14 +256,14 @@ | ... | @@ -256,14 +256,14 @@ |
256 | </el-col> | 256 | </el-col> |
257 | <el-col :span="8"> | 257 | <el-col :span="8"> |
258 | <el-form-item label="总层数:"> | 258 | <el-form-item label="总层数:"> |
259 | <el-input maxlength="4" v-model.number="ruleForm.fdcq2.zcs" oninput="value=value.replace(/[^0-9]/g,'')"></el-input> | 259 | <el-input maxlength="4" v-model.number="ruleForm.fdcq2.zcs" oninput="value=value.replace(/[^0-9]/g,'')"></el-input> |
260 | </el-form-item> | 260 | </el-form-item> |
261 | </el-col> | 261 | </el-col> |
262 | <el-col :span="8"> | 262 | <el-col :span="8"> |
263 | <el-form-item label="建筑面积:"> | 263 | <el-form-item label="建筑面积:"> |
264 | <div class="flex"> | 264 | <div class="flex"> |
265 | <el-input | 265 | <el-input |
266 | maxlength="12" | 266 | maxlength="12" |
267 | v-model="ruleForm.fdcq2.jzmj" | 267 | v-model="ruleForm.fdcq2.jzmj" |
268 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 268 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
269 | <el-select disabled v-model="mjdw" style="width: 68px"> | 269 | <el-select disabled v-model="mjdw" style="width: 68px"> |
... | @@ -610,16 +610,19 @@ | ... | @@ -610,16 +610,19 @@ |
610 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 610 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
611 | this.key++; | 611 | this.key++; |
612 | }, | 612 | }, |
613 | // 更新权利人信息 | ||
614 | /** | 613 | /** |
615 | * @description: 更新权利人信息 | 614 | * @description: 更新权利人信息 |
616 | * @param {*} val | 615 | * @param {*} val |
617 | * @author: renchao | 616 | * @author: renchao |
618 | */ | 617 | */ |
619 | upDateQlrxxList (val) { | 618 | upDateQlrxxList (val) { |
620 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 619 | if (!_.isEqual(val, this.ruleForm.qlrData)) { |
621 | this.czrOptions = this.ruleForm.qlrData; | 620 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
622 | this.key++; | 621 | this.czrOptions = this.ruleForm.qlrData; |
622 | } | ||
623 | if (this.ruleForm.qlrData.length == 0) { | ||
624 | this.czr = '' | ||
625 | } | ||
623 | }, | 626 | }, |
624 | // 更新义务人信息 | 627 | // 更新义务人信息 |
625 | /** | 628 | /** | ... | ... |
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | <el-form | 9 | <el-form |
10 | :model="ruleForm" | 10 | :model="ruleForm" |
11 | :rules="rules" | 11 | :rules="rules" |
12 | v-Loading="loading" | 12 | v-Loading="loading" |
13 | ref="ruleForm" | 13 | ref="ruleForm" |
14 | :label-position="flag ? 'top' : ''" | 14 | :label-position="flag ? 'top' : ''" |
15 | :inline="flag" | 15 | :inline="flag" |
... | @@ -530,9 +530,14 @@ | ... | @@ -530,9 +530,14 @@ |
530 | * @author: renchao | 530 | * @author: renchao |
531 | */ | 531 | */ |
532 | upDateQlrxxList (val) { | 532 | upDateQlrxxList (val) { |
533 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 533 | |
534 | this.czrOptions = this.ruleForm.qlrData; | 534 | if (!_.isEqual(val, this.ruleForm.qlrData)) { |
535 | this.key++; | 535 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
536 | this.czrOptions = this.ruleForm.qlrData; | ||
537 | } | ||
538 | if (this.ruleForm.qlrData.length == 0) { | ||
539 | this.czr = '' | ||
540 | } | ||
536 | }, | 541 | }, |
537 | // 保存 | 542 | // 保存 |
538 | /** | 543 | /** | ... | ... |
... | @@ -167,7 +167,7 @@ | ... | @@ -167,7 +167,7 @@ |
167 | <el-form-item label="农用地面积:"> | 167 | <el-form-item label="农用地面积:"> |
168 | <div class="flex"> | 168 | <div class="flex"> |
169 | <el-input | 169 | <el-input |
170 | maxlength="12" | 170 | maxlength="12" |
171 | v-model="ruleForm.tdsyq.nydmj" | 171 | v-model="ruleForm.tdsyq.nydmj" |
172 | :disabled="!ableOperation" | 172 | :disabled="!ableOperation" |
173 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 173 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -189,7 +189,7 @@ | ... | @@ -189,7 +189,7 @@ |
189 | <el-form-item label="耕地面积:"> | 189 | <el-form-item label="耕地面积:"> |
190 | <div class="flex"> | 190 | <div class="flex"> |
191 | <el-input | 191 | <el-input |
192 | maxlength="12" | 192 | maxlength="12" |
193 | v-model="ruleForm.tdsyq.gdmj" | 193 | v-model="ruleForm.tdsyq.gdmj" |
194 | :disabled="!ableOperation" | 194 | :disabled="!ableOperation" |
195 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 195 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -211,7 +211,7 @@ | ... | @@ -211,7 +211,7 @@ |
211 | <el-form-item label="林地面积:"> | 211 | <el-form-item label="林地面积:"> |
212 | <div class="flex"> | 212 | <div class="flex"> |
213 | <el-input | 213 | <el-input |
214 | maxlength="12" | 214 | maxlength="12" |
215 | v-model="ruleForm.tdsyq.ldmj" | 215 | v-model="ruleForm.tdsyq.ldmj" |
216 | :disabled="!ableOperation" | 216 | :disabled="!ableOperation" |
217 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 217 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -235,7 +235,7 @@ | ... | @@ -235,7 +235,7 @@ |
235 | <el-form-item label="草地面积:"> | 235 | <el-form-item label="草地面积:"> |
236 | <div class="flex"> | 236 | <div class="flex"> |
237 | <el-input | 237 | <el-input |
238 | maxlength="12" | 238 | maxlength="12" |
239 | v-model="ruleForm.tdsyq.cdmj" | 239 | v-model="ruleForm.tdsyq.cdmj" |
240 | :disabled="!ableOperation" | 240 | :disabled="!ableOperation" |
241 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 241 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
... | @@ -257,7 +257,7 @@ | ... | @@ -257,7 +257,7 @@ |
257 | <el-form-item label="其他农用地面积:"> | 257 | <el-form-item label="其他农用地面积:"> |
258 | <div class="flex"> | 258 | <div class="flex"> |
259 | <el-input | 259 | <el-input |
260 | maxlength="12" | 260 | maxlength="12" |
261 | v-model="ruleForm.tdsyq.qtnydmj" | 261 | v-model="ruleForm.tdsyq.qtnydmj" |
262 | :disabled="!ableOperation" | 262 | :disabled="!ableOperation" |
263 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 263 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -279,7 +279,7 @@ | ... | @@ -279,7 +279,7 @@ |
279 | <el-form-item label="建筑使用面积:"> | 279 | <el-form-item label="建筑使用面积:"> |
280 | <div class="flex"> | 280 | <div class="flex"> |
281 | <el-input | 281 | <el-input |
282 | maxlength="12" | 282 | maxlength="12" |
283 | v-model="ruleForm.tdsyq.jsydmj" | 283 | v-model="ruleForm.tdsyq.jsydmj" |
284 | :disabled="!ableOperation" | 284 | :disabled="!ableOperation" |
285 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 285 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -303,7 +303,7 @@ | ... | @@ -303,7 +303,7 @@ |
303 | <el-form-item label="未利用地面积:"> | 303 | <el-form-item label="未利用地面积:"> |
304 | <div class="flex"> | 304 | <div class="flex"> |
305 | <el-input | 305 | <el-input |
306 | maxlength="12" | 306 | maxlength="12" |
307 | v-model="ruleForm.tdsyq.wlydmj" | 307 | v-model="ruleForm.tdsyq.wlydmj" |
308 | :disabled="!ableOperation" | 308 | :disabled="!ableOperation" |
309 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 309 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
... | @@ -631,15 +631,19 @@ | ... | @@ -631,15 +631,19 @@ |
631 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 631 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
632 | this.key++; | 632 | this.key++; |
633 | }, | 633 | }, |
634 | // 更新权利人信息 | ||
635 | /** | 634 | /** |
636 | * @description: 更新权利人信息 | 635 | * @description: 更新权利人信息 |
637 | * @param {*} val | 636 | * @param {*} val |
638 | * @author: renchao | 637 | * @author: renchao |
639 | */ | 638 | */ |
640 | upDateQlrxxList (val) { | 639 | upDateQlrxxList (val) { |
641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 640 | if (!_.isEqual(val, this.ruleForm.qlrData)) { |
642 | this.key++; | 641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
642 | this.czrOptions = this.ruleForm.qlrData; | ||
643 | } | ||
644 | if (this.ruleForm.qlrData.length == 0) { | ||
645 | this.czr = '' | ||
646 | } | ||
643 | }, | 647 | }, |
644 | /** | 648 | /** |
645 | * @description: onSubmit | 649 | * @description: onSubmit | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-22 16:25:12 | 4 | * @LastEditTime: 2023-09-11 16:25:28 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -499,6 +499,9 @@ | ... | @@ -499,6 +499,9 @@ |
499 | this.ruleForm.qlrList = _.cloneDeep(val); | 499 | this.ruleForm.qlrList = _.cloneDeep(val); |
500 | this.czrOptions = this.ruleForm.qlrList; | 500 | this.czrOptions = this.ruleForm.qlrList; |
501 | } | 501 | } |
502 | if (this.ruleForm.qlrList.length == 0) { | ||
503 | this.czr = '' | ||
504 | } | ||
502 | }, | 505 | }, |
503 | // 是否持证人变化 | 506 | // 是否持证人变化 |
504 | /** | 507 | /** | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
3 | * @Autor: ssq | 3 | * @Autor: ssq |
4 | * @LastEditTime: 2023-09-05 15:48:55 | 4 | * @LastEditTime: 2023-09-11 16:28:02 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -353,9 +353,13 @@ | ... | @@ -353,9 +353,13 @@ |
353 | * @author: renchao | 353 | * @author: renchao |
354 | */ | 354 | */ |
355 | upDateQlrxxList (val) { | 355 | upDateQlrxxList (val) { |
356 | this.ruleForm.qlrList = _.cloneDeep(val); | 356 | if (!_.isEqual(val, this.ruleForm.qlrList)) { |
357 | this.czrOptions = this.ruleForm.qlrList; | 357 | this.ruleForm.qlrList = _.cloneDeep(val); |
358 | this.key++; | 358 | this.czrOptions = this.ruleForm.qlrList; |
359 | } | ||
360 | if (this.ruleForm.qlrList.length == 0) { | ||
361 | this.czr = '' | ||
362 | } | ||
359 | }, | 363 | }, |
360 | /** | 364 | /** |
361 | * @description: 是否持证人变化 | 365 | * @description: 是否持证人变化 | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-05 15:53:51 | 4 | * @LastEditTime: 2023-09-11 16:28:20 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="slxx"> | 7 | <div class="slxx"> |
... | @@ -507,6 +507,9 @@ | ... | @@ -507,6 +507,9 @@ |
507 | upDateQlrxxList (val) { | 507 | upDateQlrxxList (val) { |
508 | this.ruleForm.qlrList = _.cloneDeep(val); | 508 | this.ruleForm.qlrList = _.cloneDeep(val); |
509 | this.czrOptions = this.ruleForm.qlrList; | 509 | this.czrOptions = this.ruleForm.qlrList; |
510 | if (this.ruleForm.qlrList.length == 0) { | ||
511 | this.czr = '' | ||
512 | } | ||
510 | }, | 513 | }, |
511 | // 是否持证人变化 | 514 | // 是否持证人变化 |
512 | /** | 515 | /** | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-01 13:41:37 | 4 | * @LastEditTime: 2023-09-11 16:28:26 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -319,6 +319,9 @@ | ... | @@ -319,6 +319,9 @@ |
319 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); | 319 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); |
320 | this.czrOptions = this.ruleForm.qlrList; | 320 | this.czrOptions = this.ruleForm.qlrList; |
321 | this.key++; | 321 | this.key++; |
322 | if (this.ruleForm.qlrList.length == 0) { | ||
323 | this.czr = '' | ||
324 | } | ||
322 | }, | 325 | }, |
323 | // 是否持证人变化 | 326 | // 是否持证人变化 |
324 | /** | 327 | /** | ... | ... |
... | @@ -348,7 +348,7 @@ | ... | @@ -348,7 +348,7 @@ |
348 | ? (this.ruleForm.slsq.fzfs = "1") | 348 | ? (this.ruleForm.slsq.fzfs = "1") |
349 | : this.ruleForm.slsq.fzfs; | 349 | : this.ruleForm.slsq.fzfs; |
350 | this.czrOptions = this.ruleForm.qlrList; | 350 | this.czrOptions = this.ruleForm.qlrList; |
351 | this.ruleForm.lq.zlnd ? this.$set(this.ruleForm.lq,'zlnd',this.ruleForm.lq.zlnd.toString()) : this.$set(this.ruleForm.lq,'zlnd',"") | 351 | this.ruleForm.lq.zlnd ? this.$set(this.ruleForm.lq, 'zlnd', this.ruleForm.lq.zlnd.toString()) : this.$set(this.ruleForm.lq, 'zlnd', "") |
352 | setTimeout(() => { | 352 | setTimeout(() => { |
353 | this.loading = false | 353 | this.loading = false |
354 | }, 200) | 354 | }, 200) |
... | @@ -367,7 +367,7 @@ | ... | @@ -367,7 +367,7 @@ |
367 | czrOptions: [], | 367 | czrOptions: [], |
368 | czr: "", | 368 | czr: "", |
369 | ruleForm: { | 369 | ruleForm: { |
370 | lq:{ | 370 | lq: { |
371 | }, | 371 | }, |
372 | flow: { | 372 | flow: { |
373 | ywh: "", | 373 | ywh: "", |
... | @@ -420,7 +420,9 @@ | ... | @@ -420,7 +420,9 @@ |
420 | upDateQlrxxList (val) { | 420 | upDateQlrxxList (val) { |
421 | this.ruleForm.qlrList = _.cloneDeep(val); | 421 | this.ruleForm.qlrList = _.cloneDeep(val); |
422 | this.czrOptions = this.ruleForm.qlrList; | 422 | this.czrOptions = this.ruleForm.qlrList; |
423 | this.key++; | 423 | if (this.ruleForm.qlrList.length == 0) { |
424 | this.czr = '' | ||
425 | } | ||
424 | }, | 426 | }, |
425 | /** | 427 | /** |
426 | * @description: 更新业务人信息 | 428 | * @description: 更新业务人信息 | ... | ... |
... | @@ -456,6 +456,9 @@ | ... | @@ -456,6 +456,9 @@ |
456 | upDateQlrxxList (val) { | 456 | upDateQlrxxList (val) { |
457 | this.ruleForm.qlrList = _.cloneDeep(val); | 457 | this.ruleForm.qlrList = _.cloneDeep(val); |
458 | this.czrOptions = this.ruleForm.qlrList; | 458 | this.czrOptions = this.ruleForm.qlrList; |
459 | if (this.ruleForm.qlrList.length == 0) { | ||
460 | this.czr = '' | ||
461 | } | ||
459 | }, | 462 | }, |
460 | // 是否持证人变化 | 463 | // 是否持证人变化 |
461 | /** | 464 | /** | ... | ... |
... | @@ -359,10 +359,10 @@ | ... | @@ -359,10 +359,10 @@ |
359 | czrOptions: [], | 359 | czrOptions: [], |
360 | czr: "", | 360 | czr: "", |
361 | ruleForm: { | 361 | ruleForm: { |
362 | lq:{ | 362 | lq: { |
363 | zlnd:"", | 363 | zlnd: "", |
364 | ldsyqssj:"", | 364 | ldsyqssj: "", |
365 | ldsyjssj:"" | 365 | ldsyjssj: "" |
366 | }, | 366 | }, |
367 | flow: { | 367 | flow: { |
368 | ywh: "", | 368 | ywh: "", |
... | @@ -406,7 +406,9 @@ | ... | @@ -406,7 +406,9 @@ |
406 | upDateQlrxxList (val) { | 406 | upDateQlrxxList (val) { |
407 | this.ruleForm.qlrList = _.cloneDeep(val); | 407 | this.ruleForm.qlrList = _.cloneDeep(val); |
408 | this.czrOptions = this.ruleForm.qlrList; | 408 | this.czrOptions = this.ruleForm.qlrList; |
409 | this.key++; | 409 | if (this.ruleForm.qlrList.length == 0) { |
410 | this.czr = '' | ||
411 | } | ||
410 | }, | 412 | }, |
411 | // 是否持证人变化 | 413 | // 是否持证人变化 |
412 | /** | 414 | /** | ... | ... |
... | @@ -429,7 +429,9 @@ | ... | @@ -429,7 +429,9 @@ |
429 | upDateQlrxxList (val) { | 429 | upDateQlrxxList (val) { |
430 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); | 430 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); |
431 | this.czrOptions = this.ruleForm.qlrList; | 431 | this.czrOptions = this.ruleForm.qlrList; |
432 | this.key++; | 432 | if (this.ruleForm.qlrList.length == 0) { |
433 | this.czr = '' | ||
434 | } | ||
433 | }, | 435 | }, |
434 | // 更新义务人信息 | 436 | // 更新义务人信息 |
435 | /** | 437 | /** | ... | ... |
... | @@ -352,6 +352,9 @@ | ... | @@ -352,6 +352,9 @@ |
352 | upDateQlrxxList (val) { | 352 | upDateQlrxxList (val) { |
353 | this.ruleForm.qlrList = _.cloneDeep(val); | 353 | this.ruleForm.qlrList = _.cloneDeep(val); |
354 | this.czrOptions = this.ruleForm.qlrList; | 354 | this.czrOptions = this.ruleForm.qlrList; |
355 | if (this.ruleForm.qlrList.length == 0) { | ||
356 | this.czr = '' | ||
357 | } | ||
355 | }, | 358 | }, |
356 | /** | 359 | /** |
357 | * @description: 更新业务人信息 | 360 | * @description: 更新业务人信息 | ... | ... |
... | @@ -270,6 +270,9 @@ | ... | @@ -270,6 +270,9 @@ |
270 | upDateQlrxxList (val) { | 270 | upDateQlrxxList (val) { |
271 | this.ruleForm.qlrList = _.cloneDeep(val); | 271 | this.ruleForm.qlrList = _.cloneDeep(val); |
272 | this.czrOptions = this.ruleForm.qlrList; | 272 | this.czrOptions = this.ruleForm.qlrList; |
273 | if (this.ruleForm.qlrList.length == 0) { | ||
274 | this.czr = '' | ||
275 | } | ||
273 | }, | 276 | }, |
274 | /** | 277 | /** |
275 | * @description: 是否持证人变化 | 278 | * @description: 是否持证人变化 | ... | ... |
... | @@ -130,22 +130,20 @@ | ... | @@ -130,22 +130,20 @@ |
130 | <el-input disabled v-model="ruleForm.ygdj.ygdjzlmc"></el-input> | 130 | <el-input disabled v-model="ruleForm.ygdj.ygdjzlmc"></el-input> |
131 | </el-form-item> | 131 | </el-form-item> |
132 | </el-col> | 132 | </el-col> |
133 | <el-col :span="8"> | 133 | <el-col :span="8"> |
134 | <el-form-item | 134 | <el-form-item |
135 | label="是否禁止或者限制转让的约定:" | 135 | label="是否禁止或者限制转让的约定:" |
136 | label-width="200px" | 136 | label-width="200px"> |
137 | > | ||
138 | <el-radio-group | 137 | <el-radio-group |
139 | v-model="ruleForm.ygdj.sfczjzhxz" | 138 | v-model="ruleForm.ygdj.sfczjzhxz" |
140 | :disabled="!viewEdit || isJfOperation" | 139 | :disabled="!viewEdit || isJfOperation"> |
141 | > | ||
142 | <el-radio label="1">是</el-radio> | 140 | <el-radio label="1">是</el-radio> |
143 | <el-radio label="0">否</el-radio> | 141 | <el-radio label="0">否</el-radio> |
144 | </el-radio-group> | 142 | </el-radio-group> |
145 | </el-form-item> | 143 | </el-form-item> |
146 | </el-col> | 144 | </el-col> |
147 | </el-row> | 145 | </el-row> |
148 | <el-row :gutter="10"> | 146 | <el-row :gutter="10"> |
149 | <el-col :span="8"> | 147 | <el-col :span="8"> |
150 | <el-form-item label="被担保主债权数额:"> | 148 | <el-form-item label="被担保主债权数额:"> |
151 | <div class="flex"> | 149 | <div class="flex"> |
... | @@ -360,6 +358,9 @@ | ... | @@ -360,6 +358,9 @@ |
360 | upDateQlrxxList (val) { | 358 | upDateQlrxxList (val) { |
361 | this.ruleForm.qlrList = _.cloneDeep(val); | 359 | this.ruleForm.qlrList = _.cloneDeep(val); |
362 | this.czrOptions = this.ruleForm.qlrList; | 360 | this.czrOptions = this.ruleForm.qlrList; |
361 | if (this.ruleForm.qlrList.length == 0) { | ||
362 | this.czr = '' | ||
363 | } | ||
363 | }, | 364 | }, |
364 | /** | 365 | /** |
365 | * @description: 义务人信息 | 366 | * @description: 义务人信息 | ... | ... |
-
Please register or sign in to post a comment