Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web
Showing
10 changed files
with
25 additions
and
71 deletions
... | @@ -2,7 +2,8 @@ | ... | @@ -2,7 +2,8 @@ |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | :show-message="false" | 4 | :show-message="false" |
5 | * @LastEditTime: 2023-08-07 17:31:09 | 5 | * @LastEditTime: 2023-08-07 17:32:31 |
6 | 610102123666GS00003W00000000 | ||
6 | --> | 7 | --> |
7 | <template> | 8 | <template> |
8 | <!-- 受理信息 --> | 9 | <!-- 受理信息 --> | ... | ... |
... | @@ -746,11 +746,6 @@ | ... | @@ -746,11 +746,6 @@ |
746 | init(this.propsParam).then((res) => { | 746 | init(this.propsParam).then((res) => { |
747 | if (res.code == 200) { | 747 | if (res.code == 200) { |
748 | this.ruleForm = res.result; | 748 | this.ruleForm = res.result; |
749 | this.ruleForm.qlrList.forEach((item, index) => { | ||
750 | if (item.sfczr == 1) { | ||
751 | this.ruleForm.czr = item.zjh | ||
752 | } | ||
753 | }) | ||
754 | this.$endLoading(); | 749 | this.$endLoading(); |
755 | this.isShow = true; | 750 | this.isShow = true; |
756 | let djlx = this.ruleForm.qlxx.djlx; | 751 | let djlx = this.ruleForm.qlxx.djlx; | ... | ... |
... | @@ -629,11 +629,6 @@ | ... | @@ -629,11 +629,6 @@ |
629 | init(this.propsParam).then((res) => { | 629 | init(this.propsParam).then((res) => { |
630 | if (res.code == 200) { | 630 | if (res.code == 200) { |
631 | this.ruleForm = res.result; | 631 | this.ruleForm = res.result; |
632 | this.ruleForm.qlrList.forEach((item, index) => { | ||
633 | if (item.sfczr == 1) { | ||
634 | this.ruleForm.czr = item.zjh | ||
635 | } | ||
636 | }) | ||
637 | let djlx = this.ruleForm.qlxx.djlx; | 632 | let djlx = this.ruleForm.qlxx.djlx; |
638 | if (djlx == null || djlx == 100) { | 633 | if (djlx == null || djlx == 100) { |
639 | this.ssqlxxshow = false; | 634 | this.ssqlxxshow = false; |
... | @@ -727,7 +722,7 @@ | ... | @@ -727,7 +722,7 @@ |
727 | return false; | 722 | return false; |
728 | } | 723 | } |
729 | } else { | 724 | } else { |
730 | if (this.ruleForm.qlrList.length <= 1) { | 725 | if (this.ruleForm.qlrData.length <= 1) { |
731 | this.$message({ | 726 | this.$message({ |
732 | showClose: true, | 727 | showClose: true, |
733 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | 728 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ... | ... |
... | @@ -506,7 +506,6 @@ | ... | @@ -506,7 +506,6 @@ |
506 | }, | 506 | }, |
507 | ], | 507 | ], |
508 | key: 0, | 508 | key: 0, |
509 | tdxz: null, | ||
510 | isShow: false, | 509 | isShow: false, |
511 | disabled: true, | 510 | disabled: true, |
512 | czrOptions: [], | 511 | czrOptions: [], |
... | @@ -630,22 +629,12 @@ | ... | @@ -630,22 +629,12 @@ |
630 | init(this.propsParam).then((res) => { | 629 | init(this.propsParam).then((res) => { |
631 | if (res.code == 200) { | 630 | if (res.code == 200) { |
632 | this.ruleForm = res.result; | 631 | this.ruleForm = res.result; |
633 | this.ruleForm.qlrList.forEach((item, index) => { | ||
634 | if (item.sfczr == 1) { | ||
635 | this.ruleForm.czr = item.zjh | ||
636 | } | ||
637 | }) | ||
638 | let djlx = this.ruleForm.qlxx.djlx; | 632 | let djlx = this.ruleForm.qlxx.djlx; |
639 | if (djlx == null || djlx == 100) { | 633 | if (djlx == null || djlx == 100) { |
640 | this.ssqlxxshow = false; | 634 | this.ssqlxxshow = false; |
641 | } | 635 | } |
642 | this.ruleForm.fdcq2.jedw = "1"; | 636 | this.ruleForm.fdcq2.jedw = "1"; |
643 | this.$endLoading(); | 637 | this.$endLoading(); |
644 | if (this.ruleForm.tdytqxList.length > 0) { | ||
645 | this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm; | ||
646 | } else { | ||
647 | this.tdxz = null; | ||
648 | } | ||
649 | this.isShow = true; | 638 | this.isShow = true; |
650 | //获取主体信息 | 639 | //获取主体信息 |
651 | getSsQlxx({ | 640 | getSsQlxx({ |
... | @@ -706,7 +695,7 @@ | ... | @@ -706,7 +695,7 @@ |
706 | }); | 695 | }); |
707 | return false; | 696 | return false; |
708 | } | 697 | } |
709 | if (this.ruleForm.tdytqxList.length == 0 && !this.tdxz) { | 698 | if (this.ruleForm.tdytqxList.length == 0) { |
710 | this.$message({ | 699 | this.$message({ |
711 | showClose: true, | 700 | showClose: true, |
712 | message: "请补充土地用途信息", | 701 | message: "请补充土地用途信息", |
... | @@ -730,14 +719,6 @@ | ... | @@ -730,14 +719,6 @@ |
730 | }); | 719 | }); |
731 | return false; | 720 | return false; |
732 | } | 721 | } |
733 | if (this.ruleForm.tdytqxList.length == 0 && !this.tdxz) { | ||
734 | this.$message({ | ||
735 | showClose: true, | ||
736 | message: "请补充土地用途信息", | ||
737 | type: "error", | ||
738 | }); | ||
739 | return false; | ||
740 | } | ||
741 | } | 722 | } |
742 | if (this.ruleForm.sldy.gyfs == "0") { | 723 | if (this.ruleForm.sldy.gyfs == "0") { |
743 | if (this.ruleForm.qlrData.length > 1) { | 724 | if (this.ruleForm.qlrData.length > 1) { | ... | ... |
... | @@ -368,7 +368,6 @@ | ... | @@ -368,7 +368,6 @@ |
368 | dname: "历史", | 368 | dname: "历史", |
369 | }, | 369 | }, |
370 | ], | 370 | ], |
371 | tdxz: null, | ||
372 | isShow: false, | 371 | isShow: false, |
373 | disabled: true, | 372 | disabled: true, |
374 | czrOptions: [], | 373 | czrOptions: [], |
... | @@ -494,21 +493,12 @@ | ... | @@ -494,21 +493,12 @@ |
494 | init(this.propsParam).then((res) => { | 493 | init(this.propsParam).then((res) => { |
495 | if (res.code == 200) { | 494 | if (res.code == 200) { |
496 | this.ruleForm = res.result; | 495 | this.ruleForm = res.result; |
497 | this.ruleForm.qlrList.forEach((item, index) => { | ||
498 | if (item.sfczr == 1) { | ||
499 | this.ruleForm.czr = item.zjh | ||
500 | } | ||
501 | }) | ||
502 | let djlx = this.ruleForm.qlxx.djlx; | 496 | let djlx = this.ruleForm.qlxx.djlx; |
503 | if (djlx == null || djlx == 100) { | 497 | if (djlx == null || djlx == 100) { |
504 | this.ssqlxxshow = false; | 498 | this.ssqlxxshow = false; |
505 | } | 499 | } |
506 | this.$endLoading(); | 500 | this.$endLoading(); |
507 | if (this.ruleForm.tdytqxList.length > 0) { | 501 | |
508 | this.tdxz = this.ruleForm.tdytqxList[0].qlxzbm; | ||
509 | } else { | ||
510 | this.tdxz = null; | ||
511 | } | ||
512 | this.isShow = true; | 502 | this.isShow = true; |
513 | //获取主体信息 | 503 | //获取主体信息 |
514 | getSsQlxx({ | 504 | getSsQlxx({ | ... | ... |
... | @@ -616,11 +616,6 @@ | ... | @@ -616,11 +616,6 @@ |
616 | init(this.propsParam).then((res) => { | 616 | init(this.propsParam).then((res) => { |
617 | if (res.code == 200) { | 617 | if (res.code == 200) { |
618 | this.ruleForm = res.result; | 618 | this.ruleForm = res.result; |
619 | this.ruleForm.qlrList.forEach((item, index) => { | ||
620 | if (item.sfczr == 1) { | ||
621 | this.ruleForm.czr = item.zjh | ||
622 | } | ||
623 | }) | ||
624 | let djlx = this.ruleForm.qlxx.djlx; | 619 | let djlx = this.ruleForm.qlxx.djlx; |
625 | if (djlx == null || djlx == 100) { | 620 | if (djlx == null || djlx == 100) { |
626 | this.ssqlxxshow = false; | 621 | this.ssqlxxshow = false; | ... | ... |
... | @@ -690,11 +690,6 @@ | ... | @@ -690,11 +690,6 @@ |
690 | init(this.propsParam).then((res) => { | 690 | init(this.propsParam).then((res) => { |
691 | if (res.code == 200) { | 691 | if (res.code == 200) { |
692 | this.ruleForm = res.result; | 692 | this.ruleForm = res.result; |
693 | this.ruleForm.qlrList.forEach((item, index) => { | ||
694 | if (item.sfczr == 1) { | ||
695 | this.ruleForm.czr = item.zjh | ||
696 | } | ||
697 | }) | ||
698 | let djlx = this.ruleForm.qlxx.djlx; | 693 | let djlx = this.ruleForm.qlxx.djlx; |
699 | if (djlx == null || djlx == 100) { | 694 | if (djlx == null || djlx == 100) { |
700 | this.ssqlxxshow = false; | 695 | this.ssqlxxshow = false; | ... | ... |
... | @@ -638,11 +638,6 @@ | ... | @@ -638,11 +638,6 @@ |
638 | init(this.propsParam).then((res) => { | 638 | init(this.propsParam).then((res) => { |
639 | if (res.code == 200) { | 639 | if (res.code == 200) { |
640 | this.ruleForm = res.result; | 640 | this.ruleForm = res.result; |
641 | this.ruleForm.qlrList.forEach((item, index) => { | ||
642 | if (item.sfczr == 1) { | ||
643 | this.ruleForm.czr = item.zjh | ||
644 | } | ||
645 | }) | ||
646 | let djlx = this.ruleForm.qlxx.djlx; | 641 | let djlx = this.ruleForm.qlxx.djlx; |
647 | if (djlx == null || djlx == 100) { | 642 | if (djlx == null || djlx == 100) { |
648 | this.ssqlxxshow = false; | 643 | this.ssqlxxshow = false; |
... | @@ -727,7 +722,7 @@ | ... | @@ -727,7 +722,7 @@ |
727 | return false; | 722 | return false; |
728 | } | 723 | } |
729 | } else { | 724 | } else { |
730 | if (this.ruleForm.qlrList.length <= 1) { | 725 | if (this.ruleForm.qlrData.length <= 1) { |
731 | this.$message({ | 726 | this.$message({ |
732 | showClose: true, | 727 | showClose: true, |
733 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | 728 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-07 17:31:32 | 4 | * @LastEditTime: 2023-08-07 18:12:57 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -602,7 +602,7 @@ export default { | ... | @@ -602,7 +602,7 @@ export default { |
602 | * @param {*} val | 602 | * @param {*} val |
603 | * @author: renchao | 603 | * @author: renchao |
604 | */ | 604 | */ |
605 | djlxchange(val) { | 605 | djlxchange (val) { |
606 | if (val == null || val == 100) { | 606 | if (val == null || val == 100) { |
607 | this.ssqlxxshow = false; | 607 | this.ssqlxxshow = false; |
608 | } else { | 608 | } else { |
... | @@ -613,7 +613,7 @@ export default { | ... | @@ -613,7 +613,7 @@ export default { |
613 | * @description: loadData | 613 | * @description: loadData |
614 | * @author: renchao | 614 | * @author: renchao |
615 | */ | 615 | */ |
616 | loadData() { | 616 | loadData () { |
617 | this.$startLoading(); | 617 | this.$startLoading(); |
618 | this.propsParam.isEdit = this.$parent.isEdit; | 618 | this.propsParam.isEdit = this.$parent.isEdit; |
619 | init(this.propsParam).then((res) => { | 619 | init(this.propsParam).then((res) => { |
... | @@ -623,6 +623,7 @@ export default { | ... | @@ -623,6 +623,7 @@ export default { |
623 | if (djlx == null || djlx == 100) { | 623 | if (djlx == null || djlx == 100) { |
624 | this.ssqlxxshow = false; | 624 | this.ssqlxxshow = false; |
625 | } | 625 | } |
626 | |||
626 | this.$endLoading(); | 627 | this.$endLoading(); |
627 | this.isShow = true; | 628 | this.isShow = true; |
628 | //获取主体信息 | 629 | //获取主体信息 |
... | @@ -635,15 +636,6 @@ export default { | ... | @@ -635,15 +636,6 @@ export default { |
635 | this.ssQlxxList = res.result; | 636 | this.ssQlxxList = res.result; |
636 | } | 637 | } |
637 | }); | 638 | }); |
638 | //获取上手信息 | ||
639 | getZtQlxx({ | ||
640 | bdcdyid: this.propsParam.bdcdyid, | ||
641 | bsmQlxx: this.ruleForm.qlxx.bsmQlxx, | ||
642 | }).then((res) => { | ||
643 | if (res.code == 200) { | ||
644 | this.ztQlxxList = res.result; | ||
645 | } | ||
646 | }); | ||
647 | } | 639 | } |
648 | }); | 640 | }); |
649 | }, | 641 | }, | ... | ... |
... | @@ -223,6 +223,21 @@ | ... | @@ -223,6 +223,21 @@ |
223 | } | 223 | } |
224 | }); | 224 | }); |
225 | }, | 225 | }, |
226 | //选项卡切换事件 | ||
227 | /** | ||
228 | * @description: 右侧表单选项卡事件 | ||
229 | * @param {*} handleClick | ||
230 | * @author: renchao | ||
231 | */ | ||
232 | handleClick(a) { | ||
233 | let p = Object.keys(this.tabList[0]).filter( | ||
234 | (item) => item == "ableOperation" | ||
235 | ); | ||
236 | if (p) { | ||
237 | this.ableOperation = this.tabList[a.index].ableOperation; | ||
238 | } | ||
239 | |||
240 | }, | ||
226 | //右侧表单选项卡事件 | 241 | //右侧表单选项卡事件 |
227 | /** | 242 | /** |
228 | * @description: 右侧表单选项卡事件 | 243 | * @description: 右侧表单选项卡事件 | ... | ... |
-
Please register or sign in to post a comment