style:权利人信息模块功能的完善
Showing
10 changed files
with
91 additions
and
10 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 10:59:01 | 4 | * @LastEditTime: 2023-08-04 15:53:09 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -837,6 +837,14 @@ | ... | @@ -837,6 +837,14 @@ |
| 837 | } | 837 | } |
| 838 | this.ruleForm.qlrData[0].sfczr = "1"; | 838 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 839 | } else { | 839 | } else { |
| 840 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 841 | this.$message({ | ||
| 842 | showClose: true, | ||
| 843 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 844 | type: "error", | ||
| 845 | }); | ||
| 846 | return false; | ||
| 847 | } | ||
| 840 | //是否分别持证 | 848 | //是否分别持证 |
| 841 | if (this.ruleForm.sldy.sqfbcz == "1") { | 849 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 842 | //是 | 850 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 10:59:11 | 4 | * @LastEditTime: 2023-08-04 15:53:24 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -725,6 +725,14 @@ | ... | @@ -725,6 +725,14 @@ |
| 725 | } | 725 | } |
| 726 | this.ruleForm.qlrData[0].sfczr = "1"; | 726 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 727 | } else { | 727 | } else { |
| 728 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 729 | this.$message({ | ||
| 730 | showClose: true, | ||
| 731 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 732 | type: "error", | ||
| 733 | }); | ||
| 734 | return false; | ||
| 735 | } | ||
| 728 | //是否分别持证 | 736 | //是否分别持证 |
| 729 | if (this.ruleForm.sldy.sqfbcz == "1") { | 737 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 730 | //是 | 738 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 10:59:16 | 4 | * @LastEditTime: 2023-08-04 15:53:29 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -765,6 +765,14 @@ | ... | @@ -765,6 +765,14 @@ |
| 765 | } | 765 | } |
| 766 | this.ruleForm.qlrData[0].sfczr = "1"; | 766 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 767 | } else { | 767 | } else { |
| 768 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 769 | this.$message({ | ||
| 770 | showClose: true, | ||
| 771 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 772 | type: "error", | ||
| 773 | }); | ||
| 774 | return false; | ||
| 775 | } | ||
| 768 | //是否分别持证 | 776 | //是否分别持证 |
| 769 | if (this.ruleForm.sldy.sqfbcz == "1") { | 777 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 770 | //是 | 778 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 15:44:40 | 4 | * @LastEditTime: 2023-08-04 15:53:36 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -609,6 +609,14 @@ | ... | @@ -609,6 +609,14 @@ |
| 609 | } | 609 | } |
| 610 | this.ruleForm.qlrData[0].sfczr = "1"; | 610 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 611 | } else { | 611 | } else { |
| 612 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 613 | this.$message({ | ||
| 614 | showClose: true, | ||
| 615 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 616 | type: "error", | ||
| 617 | }); | ||
| 618 | return false; | ||
| 619 | } | ||
| 612 | //是否分别持证 | 620 | //是否分别持证 |
| 613 | if (this.ruleForm.sldy.sqfbcz == "1") { | 621 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 614 | //是 | 622 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 15:44:14 | 4 | * @LastEditTime: 2023-08-04 15:53:40 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -687,6 +687,14 @@ | ... | @@ -687,6 +687,14 @@ |
| 687 | } | 687 | } |
| 688 | this.ruleForm.qlrData[0].sfczr = "1"; | 688 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 689 | } else { | 689 | } else { |
| 690 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 691 | this.$message({ | ||
| 692 | showClose: true, | ||
| 693 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 694 | type: "error", | ||
| 695 | }); | ||
| 696 | return false; | ||
| 697 | } | ||
| 690 | //是否分别持证 | 698 | //是否分别持证 |
| 691 | if (this.ruleForm.qlxx.sqfbcz == "1") { | 699 | if (this.ruleForm.qlxx.sqfbcz == "1") { |
| 692 | //是 | 700 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 10:59:33 | 4 | * @LastEditTime: 2023-08-04 15:53:44 |
| 5 | :show-message="false" | 5 | :show-message="false" |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -813,6 +813,14 @@ | ... | @@ -813,6 +813,14 @@ |
| 813 | } | 813 | } |
| 814 | this.ruleForm.qlrData[0].sfczr = "1"; | 814 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 815 | } else { | 815 | } else { |
| 816 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 817 | this.$message({ | ||
| 818 | showClose: true, | ||
| 819 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 820 | type: "error", | ||
| 821 | }); | ||
| 822 | return false; | ||
| 823 | } | ||
| 816 | //是否分别持证 | 824 | //是否分别持证 |
| 817 | if (this.ruleForm.sldy.sqfbcz == "1") { | 825 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 818 | //是 | 826 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 10:59:42 | 4 | * @LastEditTime: 2023-08-04 15:53:48 |
| 5 | :show-message="false" | 5 | :show-message="false" |
| 6 | --> | 6 | --> |
| 7 | <template> | 7 | <template> |
| ... | @@ -713,6 +713,14 @@ | ... | @@ -713,6 +713,14 @@ |
| 713 | } | 713 | } |
| 714 | this.ruleForm.qlrData[0].sfczr = "1"; | 714 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 715 | } else { | 715 | } else { |
| 716 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 717 | this.$message({ | ||
| 718 | showClose: true, | ||
| 719 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 720 | type: "error", | ||
| 721 | }); | ||
| 722 | return false; | ||
| 723 | } | ||
| 716 | //是否分别持证 | 724 | //是否分别持证 |
| 717 | if (this.ruleForm.sldy.sqfbcz == "1") { | 725 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 718 | //是 | 726 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 11:12:48 | 4 | * @LastEditTime: 2023-08-04 15:53:54 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -641,6 +641,14 @@ | ... | @@ -641,6 +641,14 @@ |
| 641 | } | 641 | } |
| 642 | this.ruleForm.qlrData[0].sfczr = "1"; | 642 | this.ruleForm.qlrData[0].sfczr = "1"; |
| 643 | } else { | 643 | } else { |
| 644 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 645 | this.$message({ | ||
| 646 | showClose: true, | ||
| 647 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 648 | type: "error", | ||
| 649 | }); | ||
| 650 | return false; | ||
| 651 | } | ||
| 644 | //是否分别持证 | 652 | //是否分别持证 |
| 645 | if (this.ruleForm.sldy.sqfbcz == "1") { | 653 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 646 | //是 | 654 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 15:18:26 | 4 | * @LastEditTime: 2023-08-04 15:54:00 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -340,6 +340,14 @@ | ... | @@ -340,6 +340,14 @@ |
| 340 | } | 340 | } |
| 341 | this.ruleForm.qlrList[0].sfczr = "1"; | 341 | this.ruleForm.qlrList[0].sfczr = "1"; |
| 342 | } else { | 342 | } else { |
| 343 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 344 | this.$message({ | ||
| 345 | showClose: true, | ||
| 346 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 347 | type: "error", | ||
| 348 | }); | ||
| 349 | return false; | ||
| 350 | } | ||
| 343 | //是否分别持证 | 351 | //是否分别持证 |
| 344 | if (this.ruleForm.sldy.sqfbcz == "1") { | 352 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 345 | //是 | 353 | //是 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 15:46:30 | 4 | * @LastEditTime: 2023-08-04 15:51:27 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -430,6 +430,7 @@ | ... | @@ -430,6 +430,7 @@ |
| 430 | * @author: renchao | 430 | * @author: renchao |
| 431 | */ | 431 | */ |
| 432 | onSubmit () { | 432 | onSubmit () { |
| 433 | let that = this | ||
| 433 | let arr = this.ruleForm.tdytqxList.filter(item => !item.yt) | 434 | let arr = this.ruleForm.tdytqxList.filter(item => !item.yt) |
| 434 | if (arr.length > 0) { | 435 | if (arr.length > 0) { |
| 435 | this.$message({ | 436 | this.$message({ |
| ... | @@ -459,6 +460,14 @@ | ... | @@ -459,6 +460,14 @@ |
| 459 | } | 460 | } |
| 460 | this.ruleForm.qlrList[0].sfczr = "1"; | 461 | this.ruleForm.qlrList[0].sfczr = "1"; |
| 461 | } else { | 462 | } else { |
| 463 | if (this.ruleForm.qlrList.length <= 1) { | ||
| 464 | this.$message({ | ||
| 465 | showClose: true, | ||
| 466 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 467 | type: "error", | ||
| 468 | }); | ||
| 469 | return false; | ||
| 470 | } | ||
| 462 | //是否分别持证 | 471 | //是否分别持证 |
| 463 | if (this.ruleForm.sldy.sqfbcz == "1") { | 472 | if (this.ruleForm.sldy.sqfbcz == "1") { |
| 464 | //是 | 473 | //是 | ... | ... |
-
Please register or sign in to post a comment