style:权利人信息
Showing
15 changed files
with
66 additions
and
25 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 | <!-- 受理信息 --> |
... | @@ -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) { |
619 | if (!_.isEqual(val, this.ruleForm.qlrData)) { | ||
620 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 620 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
621 | this.czrOptions = this.ruleForm.qlrData; | 621 | this.czrOptions = this.ruleForm.qlrData; |
622 | this.key++; | 622 | } |
623 | if (this.ruleForm.qlrData.length == 0) { | ||
624 | this.czr = '' | ||
625 | } | ||
623 | }, | 626 | }, |
624 | // 更新义务人信息 | 627 | // 更新义务人信息 |
625 | /** | 628 | /** | ... | ... |
... | @@ -530,9 +530,14 @@ | ... | @@ -530,9 +530,14 @@ |
530 | * @author: renchao | 530 | * @author: renchao |
531 | */ | 531 | */ |
532 | upDateQlrxxList (val) { | 532 | upDateQlrxxList (val) { |
533 | |||
534 | if (!_.isEqual(val, this.ruleForm.qlrData)) { | ||
533 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 535 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
534 | this.czrOptions = this.ruleForm.qlrData; | 536 | this.czrOptions = this.ruleForm.qlrData; |
535 | this.key++; | 537 | } |
538 | if (this.ruleForm.qlrData.length == 0) { | ||
539 | this.czr = '' | ||
540 | } | ||
536 | }, | 541 | }, |
537 | // 保存 | 542 | // 保存 |
538 | /** | 543 | /** | ... | ... |
... | @@ -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) { |
640 | if (!_.isEqual(val, this.ruleForm.qlrData)) { | ||
641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
642 | this.key++; | 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 | if (!_.isEqual(val, this.ruleForm.qlrList)) { | ||
356 | this.ruleForm.qlrList = _.cloneDeep(val); | 357 | this.ruleForm.qlrList = _.cloneDeep(val); |
357 | this.czrOptions = this.ruleForm.qlrList; | 358 | this.czrOptions = this.ruleForm.qlrList; |
358 | this.key++; | 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: 是否持证人变化 | ... | ... |
... | @@ -133,12 +133,10 @@ | ... | @@ -133,12 +133,10 @@ |
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> |
... | @@ -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