323f2f97 by renchao@pashanhoo.com

style:持证人

1 parent a716ef02
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:29:10 4 * @LastEditTime: 2023-08-04 16:43:56
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -59,12 +59,10 @@ ...@@ -59,12 +59,10 @@
59 <el-table-column 59 <el-table-column
60 prop="bdcqzh" 60 prop="bdcqzh"
61 width="160" 61 width="160"
62 label="不动产权证书" 62 label="不动产权证书"></el-table-column>
63 ></el-table-column>
64 <el-table-column 63 <el-table-column
65 prop="qlrmc" 64 prop="qlrmc"
66 label="被执行人" 65 label="被执行人"></el-table-column>
67 ></el-table-column>
68 <el-table-column prop="mjmc" label="面积"></el-table-column> 66 <el-table-column prop="mjmc" label="面积"></el-table-column>
69 <el-table-column prop="ytmc" label="用途"></el-table-column> 67 <el-table-column prop="ytmc" label="用途"></el-table-column>
70 <el-table-column prop="zl" label="坐落"></el-table-column> 68 <el-table-column prop="zl" label="坐落"></el-table-column>
...@@ -130,25 +128,21 @@ ...@@ -130,25 +128,21 @@
130 <el-form-item 128 <el-form-item
131 label="上手权利信息:" 129 label="上手权利信息:"
132 prop="ssQlxx.bdcqzh" 130 prop="ssQlxx.bdcqzh"
133 :rules="rules.ssQlxxrules" 131 :rules="rules.ssQlxxrules">
134 >
135 <select-table 132 <select-table
136 v-model="ruleForm.ssQlxx" 133 v-model="ruleForm.ssQlxx"
137 :table-width="730" 134 :table-width="730"
138 :tableData="ssQlxxList" 135 :tableData="ssQlxxList"
139 :props="props" 136 :props="props"
140 @change="ssQlxxchange" 137 @change="ssQlxxchange">
141 >
142 <el-table-column 138 <el-table-column
143 prop="qllxmc" 139 prop="qllxmc"
144 width="130" 140 width="130"
145 label="权利类型" 141 label="权利类型"></el-table-column>
146 ></el-table-column>
147 <el-table-column 142 <el-table-column
148 prop="bdcqzh" 143 prop="bdcqzh"
149 width="160" 144 width="160"
150 label="不动产权证书" 145 label="不动产权证书"></el-table-column>
151 ></el-table-column>
152 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 146 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
153 <el-table-column prop="mjmc" label="面积"></el-table-column> 147 <el-table-column prop="mjmc" label="面积"></el-table-column>
154 <el-table-column prop="ytmc" label="用途"></el-table-column> 148 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -679,7 +673,7 @@ ...@@ -679,7 +673,7 @@
679 this.ssQlxxchangediolog(val); 673 this.ssQlxxchangediolog(val);
680 }, 674 },
681 // 弹框事件 675 // 弹框事件
682 ssQlxxchangediolog(val) { 676 ssQlxxchangediolog (val) {
683 this.$confirm("是否将上手权利信息同步到表单", "提示", { 677 this.$confirm("是否将上手权利信息同步到表单", "提示", {
684 iconClass: "el-icon-question", //自定义图标样式 678 iconClass: "el-icon-question", //自定义图标样式
685 confirmButtonText: "确认", //确认按钮文字更换 679 confirmButtonText: "确认", //确认按钮文字更换
...@@ -700,7 +694,7 @@ ...@@ -700,7 +694,7 @@
700 } 694 }
701 for (var key in this.ruleForm.qlxx) { 695 for (var key in this.ruleForm.qlxx) {
702 if ( 696 if (
703 this.ruleForm.qlxx[key] == ""|| 697 this.ruleForm.qlxx[key] == "" ||
704 this.ruleForm.qlxx[key] == null && 698 this.ruleForm.qlxx[key] == null &&
705 key != "ywh" && 699 key != "ywh" &&
706 key != "dbr" && 700 key != "dbr" &&
...@@ -752,9 +746,11 @@ ...@@ -752,9 +746,11 @@
752 init(this.propsParam).then((res) => { 746 init(this.propsParam).then((res) => {
753 if (res.code == 200) { 747 if (res.code == 200) {
754 this.ruleForm = res.result; 748 this.ruleForm = res.result;
755 749 this.ruleForm.qlrList.forEach((item, index) => {
756 750 if (item.sfczr == 1) {
757 751 this.ruleForm.czr = item.zjh
752 }
753 })
758 this.$endLoading(); 754 this.$endLoading();
759 this.isShow = true; 755 this.isShow = true;
760 let djlx = this.ruleForm.qlxx.djlx; 756 let djlx = this.ruleForm.qlxx.djlx;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:35:32 4 * @LastEditTime: 2023-08-04 16:44:07
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -44,29 +44,24 @@ ...@@ -44,29 +44,24 @@
44 <el-form-item 44 <el-form-item
45 label="地役权不动产情况" 45 label="地役权不动产情况"
46 prop="ztQlxx.bdcqzh" 46 prop="ztQlxx.bdcqzh"
47 :rules="rules.ztQlxxrules" 47 :rules="rules.ztQlxxrules">
48 >
49 <select-table 48 <select-table
50 v-model="ruleForm.ztQlxx" 49 v-model="ruleForm.ztQlxx"
51 :table-width="730" 50 :table-width="730"
52 :tableData="ztQlxxList" 51 :tableData="ztQlxxList"
53 :props="props" 52 :props="props"
54 @change="ztQlxxchange" 53 @change="ztQlxxchange">
55 >
56 <el-table-column 54 <el-table-column
57 prop="qllxmc" 55 prop="qllxmc"
58 width="130" 56 width="130"
59 label="权利类型" 57 label="权利类型"></el-table-column>
60 ></el-table-column>
61 <el-table-column 58 <el-table-column
62 prop="bdcqzh" 59 prop="bdcqzh"
63 width="160" 60 width="160"
64 label="不动产权证书" 61 label="不动产权证书"></el-table-column>
65 ></el-table-column>
66 <el-table-column 62 <el-table-column
67 prop="qlrmc" 63 prop="qlrmc"
68 label="被执行人" 64 label="被执行人"></el-table-column>
69 ></el-table-column>
70 <el-table-column prop="mjmc" label="面积"></el-table-column> 65 <el-table-column prop="mjmc" label="面积"></el-table-column>
71 <el-table-column prop="ytmc" label="用途"></el-table-column> 66 <el-table-column prop="ytmc" label="用途"></el-table-column>
72 <el-table-column prop="zl" label="坐落"></el-table-column> 67 <el-table-column prop="zl" label="坐落"></el-table-column>
...@@ -132,25 +127,21 @@ ...@@ -132,25 +127,21 @@
132 <el-form-item 127 <el-form-item
133 label="上手权利信息:" 128 label="上手权利信息:"
134 prop="ssQlxx.bdcqzh" 129 prop="ssQlxx.bdcqzh"
135 :rules="rules.ssQlxxrules" 130 :rules="rules.ssQlxxrules">
136 >
137 <select-table 131 <select-table
138 v-model="ruleForm.ssQlxx" 132 v-model="ruleForm.ssQlxx"
139 :table-width="730" 133 :table-width="730"
140 :tableData="ssQlxxList" 134 :tableData="ssQlxxList"
141 :props="props" 135 :props="props"
142 @change="ssQlxxchange" 136 @change="ssQlxxchange">
143 >
144 <el-table-column 137 <el-table-column
145 prop="qllxmc" 138 prop="qllxmc"
146 width="130" 139 width="130"
147 label="权利类型" 140 label="权利类型"></el-table-column>
148 ></el-table-column>
149 <el-table-column 141 <el-table-column
150 prop="bdcqzh" 142 prop="bdcqzh"
151 width="160" 143 width="160"
152 label="不动产权证书" 144 label="不动产权证书"></el-table-column>
153 ></el-table-column>
154 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 145 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
155 <el-table-column prop="mjmc" label="面积"></el-table-column> 146 <el-table-column prop="mjmc" label="面积"></el-table-column>
156 <el-table-column prop="ytmc" label="用途"></el-table-column> 147 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -443,7 +434,7 @@ ...@@ -443,7 +434,7 @@
443 <script> 434 <script>
444 import { mapGetters } from "vuex"; 435 import { mapGetters } from "vuex";
445 import ywmix from "@/views/ywbl/mixin/index" 436 import ywmix from "@/views/ywbl/mixin/index"
446 import { init, getSsQlxx, getZtQlxx, getQlxxByQlxxBsm,save } from "@/api/djbRepair.js"; 437 import { init, getSsQlxx, getZtQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js";
447 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 438 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
448 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; 439 import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable";
449 import tdytTable from "@/views/workflow/components/tdytTable"; 440 import tdytTable from "@/views/workflow/components/tdytTable";
...@@ -537,7 +528,6 @@ ...@@ -537,7 +528,6 @@
537 }, 528 },
538 }; 529 };
539 }, 530 },
540 created () { },
541 mounted () { 531 mounted () {
542 this.loadData(); 532 this.loadData();
543 this.ableOperation = this.$parent.ableOperation; 533 this.ableOperation = this.$parent.ableOperation;
...@@ -559,7 +549,7 @@ ...@@ -559,7 +549,7 @@
559 ssQlxxchange (val) { 549 ssQlxxchange (val) {
560 this.ruleForm.ssQlxx = val; 550 this.ruleForm.ssQlxx = val;
561 this.ruleForm.qlxx.ssywh = val.ywh; 551 this.ruleForm.qlxx.ssywh = val.ywh;
562 this.ssQlxxchangediolog (val) 552 this.ssQlxxchangediolog(val)
563 }, 553 },
564 // 弹框事件 554 // 弹框事件
565 ssQlxxchangediolog (val) { 555 ssQlxxchangediolog (val) {
...@@ -583,7 +573,7 @@ ...@@ -583,7 +573,7 @@
583 } 573 }
584 for (var key in this.ruleForm.qlxx) { 574 for (var key in this.ruleForm.qlxx) {
585 if ( 575 if (
586 this.ruleForm.qlxx[key] == ""|| 576 this.ruleForm.qlxx[key] == "" ||
587 this.ruleForm.qlxx[key] == null && 577 this.ruleForm.qlxx[key] == null &&
588 key != "ywh" && 578 key != "ywh" &&
589 key != "dbr" && 579 key != "dbr" &&
...@@ -639,6 +629,11 @@ ...@@ -639,6 +629,11 @@
639 init(this.propsParam).then((res) => { 629 init(this.propsParam).then((res) => {
640 if (res.code == 200) { 630 if (res.code == 200) {
641 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 })
642 let djlx = this.ruleForm.qlxx.djlx; 637 let djlx = this.ruleForm.qlxx.djlx;
643 if (djlx == null || djlx == 100) { 638 if (djlx == null || djlx == 100) {
644 this.ssqlxxshow = false; 639 this.ssqlxxshow = false;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:29 4 * @LastEditTime: 2023-08-04 16:44:30
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -562,8 +562,7 @@ ...@@ -562,8 +562,7 @@
562 }, 562 },
563 }; 563 };
564 }, 564 },
565 created() {}, 565 mounted () {
566 mounted() {
567 this.loadData(); 566 this.loadData();
568 this.ableOperation = this.$parent.ableOperation; 567 this.ableOperation = this.$parent.ableOperation;
569 }, 568 },
...@@ -573,13 +572,13 @@ ...@@ -573,13 +572,13 @@
573 * @param {*} val 572 * @param {*} val
574 * @author: renchao 573 * @author: renchao
575 */ 574 */
576 ssQlxxchange(val) { 575 ssQlxxchange (val) {
577 this.ruleForm.ssQlxx = val; 576 this.ruleForm.ssQlxx = val;
578 this.ruleForm.qlxx.ssywh = val.ywh; 577 this.ruleForm.qlxx.ssywh = val.ywh;
579 this.ssQlxxchangediolog(val); 578 this.ssQlxxchangediolog(val);
580 }, 579 },
581 // 弹框事件 580 // 弹框事件
582 ssQlxxchangediolog(val) { 581 ssQlxxchangediolog (val) {
583 this.$confirm("是否将上手权利信息同步到表单", "提示", { 582 this.$confirm("是否将上手权利信息同步到表单", "提示", {
584 iconClass: "el-icon-question", //自定义图标样式 583 iconClass: "el-icon-question", //自定义图标样式
585 confirmButtonText: "确认", //确认按钮文字更换 584 confirmButtonText: "确认", //确认按钮文字更换
...@@ -602,7 +601,7 @@ ...@@ -602,7 +601,7 @@
602 } 601 }
603 for (var key in this.ruleForm.qlxx) { 602 for (var key in this.ruleForm.qlxx) {
604 if ( 603 if (
605 this.ruleForm.qlxx[key] == ""|| 604 this.ruleForm.qlxx[key] == "" ||
606 this.ruleForm.qlxx[key] == null && 605 this.ruleForm.qlxx[key] == null &&
607 key != "ywh" && 606 key != "ywh" &&
608 key != "dbr" && 607 key != "dbr" &&
...@@ -641,7 +640,7 @@ ...@@ -641,7 +640,7 @@
641 * @param {*} val 640 * @param {*} val
642 * @author: renchao 641 * @author: renchao
643 */ 642 */
644 djlxchange(val) { 643 djlxchange (val) {
645 if (val == null || val == 100) { 644 if (val == null || val == 100) {
646 this.ssqlxxshow = false; 645 this.ssqlxxshow = false;
647 } else { 646 } else {
...@@ -652,12 +651,17 @@ djlxchange(val) { ...@@ -652,12 +651,17 @@ djlxchange(val) {
652 * @description: loadData 651 * @description: loadData
653 * @author: renchao 652 * @author: renchao
654 */ 653 */
655 loadData() { 654 loadData () {
656 this.$startLoading(); 655 this.$startLoading();
657 this.propsParam.isEdit = this.$parent.isEdit; 656 this.propsParam.isEdit = this.$parent.isEdit;
658 init(this.propsParam).then((res) => { 657 init(this.propsParam).then((res) => {
659 if (res.code == 200) { 658 if (res.code == 200) {
660 this.ruleForm = res.result; 659 this.ruleForm = res.result;
660 this.ruleForm.qlrList.forEach((item, index) => {
661 if (item.sfczr == 1) {
662 this.ruleForm.czr = item.zjh
663 }
664 })
661 let djlx = this.ruleForm.qlxx.djlx; 665 let djlx = this.ruleForm.qlxx.djlx;
662 if (djlx == null || djlx == 100) { 666 if (djlx == null || djlx == 100) {
663 this.ssqlxxshow = false; 667 this.ssqlxxshow = false;
...@@ -689,7 +693,7 @@ djlxchange(val) { ...@@ -689,7 +693,7 @@ djlxchange(val) {
689 * @param {*} val 693 * @param {*} val
690 * @author: renchao 694 * @author: renchao
691 */ 695 */
692 upDateTdytxxList(val) { 696 upDateTdytxxList (val) {
693 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 697 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
694 this.key++; 698 this.key++;
695 }, 699 },
...@@ -699,7 +703,7 @@ djlxchange(val) { ...@@ -699,7 +703,7 @@ djlxchange(val) {
699 * @param {*} val 703 * @param {*} val
700 * @author: renchao 704 * @author: renchao
701 */ 705 */
702 upDateQlrxxList(val) { 706 upDateQlrxxList (val) {
703 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); 707 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
704 this.czrOptions = this.ruleForm.qlrData; 708 this.czrOptions = this.ruleForm.qlrData;
705 this.key++; 709 this.key++;
...@@ -710,7 +714,7 @@ djlxchange(val) { ...@@ -710,7 +714,7 @@ djlxchange(val) {
710 * @param {*} val 714 * @param {*} val
711 * @author: renchao 715 * @author: renchao
712 */ 716 */
713 upDateYwrxxList(val) { 717 upDateYwrxxList (val) {
714 this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val)); 718 this.ruleForm.ywrData && (this.ruleForm.ywrData = _.cloneDeep(val));
715 this.key++; 719 this.key++;
716 }, 720 },
...@@ -718,7 +722,7 @@ djlxchange(val) { ...@@ -718,7 +722,7 @@ djlxchange(val) {
718 * @description: onSubmit 722 * @description: onSubmit
719 * @author: renchao 723 * @author: renchao
720 */ 724 */
721 onSubmit() { 725 onSubmit () {
722 this.$refs.ruleForm.validate((valid) => { 726 this.$refs.ruleForm.validate((valid) => {
723 if (valid) { 727 if (valid) {
724 if (this.ruleForm.qlrData.length == 0) { 728 if (this.ruleForm.qlrData.length == 0) {
...@@ -828,7 +832,7 @@ djlxchange(val) { ...@@ -828,7 +832,7 @@ djlxchange(val) {
828 }); 832 });
829 }, 833 },
830 }, 834 },
831 }; 835 };
832 </script> 836 </script>
833 <style scoped lang="scss"> 837 <style scoped lang="scss">
834 @import "~@/styles/public.scss"; 838 @import "~@/styles/public.scss";
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:36 4 * @LastEditTime: 2023-08-04 16:45:02
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
16 :inline="flag" 16 :inline="flag"
17 label-width="145px" 17 label-width="145px"
18 inline-message 18 inline-message
19 :show-message="false" 19 :show-message="false">
20 >
21 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> 20 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
22 <div class="slxx_title title-block"> 21 <div class="slxx_title title-block">
23 补录信息 22 补录信息
...@@ -80,8 +79,7 @@ ...@@ -80,8 +79,7 @@
80 <el-form-item 79 <el-form-item
81 label="业务号:" 80 label="业务号:"
82 prop="qlxx.ywh" 81 prop="qlxx.ywh"
83 :rules="rules.ywhrules" 82 :rules="rules.ywhrules">
84 >
85 <el-input v-model="ruleForm.qlxx.ywh"></el-input> 83 <el-input v-model="ruleForm.qlxx.ywh"></el-input>
86 </el-form-item> 84 </el-form-item>
87 </el-col> 85 </el-col>
...@@ -313,20 +311,20 @@ ...@@ -313,20 +311,20 @@
313 </div> 311 </div>
314 </template> 312 </template>
315 <script> 313 <script>
316 import { mapGetters } from "vuex"; 314 import { mapGetters } from "vuex";
317 import store from "@/store/index.js"; 315 import store from "@/store/index.js";
318 import ywmix from "@/views/ywbl/mixin/index"; 316 import ywmix from "@/views/ywbl/mixin/index";
319 import { init, getSsQlxx,getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; 317 import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js";
320 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 318 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
321 import tdytTable from "@/views/workflow/components/tdytTable"; 319 import tdytTable from "@/views/workflow/components/tdytTable";
322 import selectTable from "@/components/selectTable/index.vue"; 320 import selectTable from "@/components/selectTable/index.vue";
323 export default { 321 export default {
324 mixins: [ywmix], 322 mixins: [ywmix],
325 components: { qlrCommonTable, tdytTable, selectTable }, 323 components: { qlrCommonTable, tdytTable, selectTable },
326 computed: { 324 computed: {
327 ...mapGetters(["dictData", "flag"]), 325 ...mapGetters(["dictData", "flag"]),
328 // 根据流程判断表单是否为只读 326 // 根据流程判断表单是否为只读
329 editDisabled() { 327 editDisabled () {
330 if (!this.ableOperation) { 328 if (!this.ableOperation) {
331 //只读状态 329 //只读状态
332 return true; 330 return true;
...@@ -334,7 +332,7 @@ export default { ...@@ -334,7 +332,7 @@ export default {
334 return false; 332 return false;
335 }, 333 },
336 }, 334 },
337 data() { 335 data () {
338 return { 336 return {
339 mjdw: "1", 337 mjdw: "1",
340 ssqlxxshow: true, 338 ssqlxxshow: true,
...@@ -343,7 +341,7 @@ export default { ...@@ -343,7 +341,7 @@ export default {
343 value: "bdcdyid", 341 value: "bdcdyid",
344 }, 342 },
345 // 键名转换,方法默认是label和children进行树状渲染 343 // 键名转换,方法默认是label和children进行树状渲染
346 normalizer(node) { 344 normalizer (node) {
347 //方法 345 //方法
348 if (node.children == null || node.children == "null") { 346 if (node.children == null || node.children == "null") {
349 delete node.children; 347 delete node.children;
...@@ -419,10 +417,10 @@ export default { ...@@ -419,10 +417,10 @@ export default {
419 }, 417 },
420 }; 418 };
421 }, 419 },
422 created() { 420 created () {
423 this.loadData(); 421 this.loadData();
424 }, 422 },
425 mounted() { 423 mounted () {
426 this.ableOperation = this.$parent.ableOperation; 424 this.ableOperation = this.$parent.ableOperation;
427 }, 425 },
428 methods: { 426 methods: {
...@@ -431,13 +429,13 @@ export default { ...@@ -431,13 +429,13 @@ export default {
431 * @param {*} val 429 * @param {*} val
432 * @author: renchao 430 * @author: renchao
433 */ 431 */
434 ssQlxxchange(val) { 432 ssQlxxchange (val) {
435 this.ruleForm.ssQlxx = val; 433 this.ruleForm.ssQlxx = val;
436 this.ruleForm.qlxx.ssywh = val.ywh; 434 this.ruleForm.qlxx.ssywh = val.ywh;
437 this.ssQlxxchangediolog(val); 435 this.ssQlxxchangediolog(val);
438 }, 436 },
439 // 弹框事件 437 // 弹框事件
440 ssQlxxchangediolog(val) { 438 ssQlxxchangediolog (val) {
441 this.$confirm("是否将上手权利信息同步到表单", "提示", { 439 this.$confirm("是否将上手权利信息同步到表单", "提示", {
442 iconClass: "el-icon-question", //自定义图标样式 440 iconClass: "el-icon-question", //自定义图标样式
443 confirmButtonText: "确认", //确认按钮文字更换 441 confirmButtonText: "确认", //确认按钮文字更换
...@@ -458,7 +456,7 @@ export default { ...@@ -458,7 +456,7 @@ export default {
458 } 456 }
459 for (var key in this.ruleForm.qlxx) { 457 for (var key in this.ruleForm.qlxx) {
460 if ( 458 if (
461 this.ruleForm.qlxx[key] == ""|| 459 this.ruleForm.qlxx[key] == "" ||
462 this.ruleForm.qlxx[key] == null && 460 this.ruleForm.qlxx[key] == null &&
463 key != "ywh" && 461 key != "ywh" &&
464 key != "dbr" && 462 key != "dbr" &&
...@@ -523,6 +521,11 @@ export default { ...@@ -523,6 +521,11 @@ export default {
523 init(this.propsParam).then((res) => { 521 init(this.propsParam).then((res) => {
524 if (res.code == 200) { 522 if (res.code == 200) {
525 this.ruleForm = res.result; 523 this.ruleForm = res.result;
524 this.ruleForm.qlrList.forEach((item, index) => {
525 if (item.sfczr == 1) {
526 this.ruleForm.czr = item.zjh
527 }
528 })
526 let djlx = this.ruleForm.qlxx.djlx; 529 let djlx = this.ruleForm.qlxx.djlx;
527 if (djlx == null || djlx == 100) { 530 if (djlx == null || djlx == 100) {
528 this.ssqlxxshow = false; 531 this.ssqlxxshow = false;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:54:51 4 * @LastEditTime: 2023-08-04 16:45:13
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -15,8 +15,7 @@ ...@@ -15,8 +15,7 @@
15 :show-message="false" 15 :show-message="false"
16 :label-position="flag ? 'top' : ''" 16 :label-position="flag ? 'top' : ''"
17 :inline="flag" 17 :inline="flag"
18 label-width="145px" 18 label-width="145px">
19 >
20 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> 19 <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''">
21 <div class="slxx_title title-block"> 20 <div class="slxx_title title-block">
22 补录信息 21 补录信息
...@@ -101,8 +100,7 @@ ...@@ -101,8 +100,7 @@
101 <el-form-item 100 <el-form-item
102 label="业务号:" 101 label="业务号:"
103 prop="qlxx.ywh" 102 prop="qlxx.ywh"
104 :rules="rules.ywhrules" 103 :rules="rules.ywhrules">
105 >
106 <el-input v-model="ruleForm.qlxx.ywh"></el-input> 104 <el-input v-model="ruleForm.qlxx.ywh"></el-input>
107 </el-form-item> 105 </el-form-item>
108 </el-col> 106 </el-col>
...@@ -408,20 +406,20 @@ ...@@ -408,20 +406,20 @@
408 </div> 406 </div>
409 </template> 407 </template>
410 <script> 408 <script>
411 import { mapGetters } from "vuex"; 409 import { mapGetters } from "vuex";
412 import store from "@/store/index.js"; 410 import store from "@/store/index.js";
413 import ywmix from "@/views/ywbl/mixin/index"; 411 import ywmix from "@/views/ywbl/mixin/index";
414 import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; 412 import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js";
415 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; 413 import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable";
416 import selectTable from "@/components/selectTable/index.vue"; 414 import selectTable from "@/components/selectTable/index.vue";
417 import tdytTable from "@/views/workflow/components/tdytTable"; 415 import tdytTable from "@/views/workflow/components/tdytTable";
418 export default { 416 export default {
419 mixins: [ywmix], 417 mixins: [ywmix],
420 components: { qlrCommonTable, tdytTable, selectTable }, 418 components: { qlrCommonTable, tdytTable, selectTable },
421 computed: { 419 computed: {
422 ...mapGetters(["dictData", "flag"]), 420 ...mapGetters(["dictData", "flag"]),
423 // 根据流程判断表单是否为只读 421 // 根据流程判断表单是否为只读
424 editDisabled() { 422 editDisabled () {
425 if (!this.ableOperation) { 423 if (!this.ableOperation) {
426 //只读状态 424 //只读状态
427 return true; 425 return true;
...@@ -429,7 +427,7 @@ export default { ...@@ -429,7 +427,7 @@ export default {
429 return false; 427 return false;
430 }, 428 },
431 }, 429 },
432 data() { 430 data () {
433 return { 431 return {
434 ssqlxxshow: true, 432 ssqlxxshow: true,
435 props: { 433 props: {
...@@ -437,7 +435,7 @@ export default { ...@@ -437,7 +435,7 @@ export default {
437 value: "bdcdyid", 435 value: "bdcdyid",
438 }, 436 },
439 // 键名转换,方法默认是label和children进行树状渲染 437 // 键名转换,方法默认是label和children进行树状渲染
440 normalizer(node) { 438 normalizer (node) {
441 //方法 439 //方法
442 if (node.children == null || node.children == "null") { 440 if (node.children == null || node.children == "null") {
443 delete node.children; 441 delete node.children;
...@@ -512,8 +510,8 @@ export default { ...@@ -512,8 +510,8 @@ export default {
512 }, 510 },
513 }; 511 };
514 }, 512 },
515 created() {}, 513 created () { },
516 mounted() { 514 mounted () {
517 this.loadData(); 515 this.loadData();
518 this.ableOperation = this.$parent.ableOperation; 516 this.ableOperation = this.$parent.ableOperation;
519 }, 517 },
...@@ -523,13 +521,13 @@ export default { ...@@ -523,13 +521,13 @@ export default {
523 * @param {*} val 521 * @param {*} val
524 * @author: renchao 522 * @author: renchao
525 */ 523 */
526 ssQlxxchange(val) { 524 ssQlxxchange (val) {
527 this.ruleForm.ssQlxx = val; 525 this.ruleForm.ssQlxx = val;
528 this.ruleForm.qlxx.ssywh = val.ywh; 526 this.ruleForm.qlxx.ssywh = val.ywh;
529 this.ssQlxxchangediolog(val); 527 this.ssQlxxchangediolog(val);
530 }, 528 },
531 // 弹框事件 529 // 弹框事件
532 ssQlxxchangediolog(val) { 530 ssQlxxchangediolog (val) {
533 this.$confirm("是否将上手权利信息同步到表单", "提示", { 531 this.$confirm("是否将上手权利信息同步到表单", "提示", {
534 iconClass: "el-icon-question", //自定义图标样式 532 iconClass: "el-icon-question", //自定义图标样式
535 confirmButtonText: "确认", //确认按钮文字更换 533 confirmButtonText: "确认", //确认按钮文字更换
...@@ -551,7 +549,7 @@ export default { ...@@ -551,7 +549,7 @@ export default {
551 } 549 }
552 for (var key in this.ruleForm.qlxx) { 550 for (var key in this.ruleForm.qlxx) {
553 if ( 551 if (
554 this.ruleForm.qlxx[key] == ""|| 552 this.ruleForm.qlxx[key] == "" ||
555 this.ruleForm.qlxx[key] == null && 553 this.ruleForm.qlxx[key] == null &&
556 key != "ywh" && 554 key != "ywh" &&
557 key != "dbr" && 555 key != "dbr" &&
...@@ -591,7 +589,7 @@ export default { ...@@ -591,7 +589,7 @@ export default {
591 * @param {*} val 589 * @param {*} val
592 * @author: renchao 590 * @author: renchao
593 */ 591 */
594 djlxchange(val) { 592 djlxchange (val) {
595 if (val == null || val == 100) { 593 if (val == null || val == 100) {
596 this.ssqlxxshow = false; 594 this.ssqlxxshow = false;
597 } else { 595 } else {
...@@ -605,19 +603,24 @@ export default { ...@@ -605,19 +603,24 @@ export default {
605 * @param {*} val 603 * @param {*} val
606 * @author: renchao 604 * @author: renchao
607 */ 605 */
608 getDictData(val) { 606 getDictData (val) {
609 return store.getters.dictData[val]; 607 return store.getters.dictData[val];
610 }, 608 },
611 /** 609 /**
612 * @description: loadData 610 * @description: loadData
613 * @author: renchao 611 * @author: renchao
614 */ 612 */
615 loadData() { 613 loadData () {
616 this.$startLoading(); 614 this.$startLoading();
617 this.propsParam.isEdit = this.$parent.isEdit; 615 this.propsParam.isEdit = this.$parent.isEdit;
618 init(this.propsParam).then((res) => { 616 init(this.propsParam).then((res) => {
619 if (res.code == 200) { 617 if (res.code == 200) {
620 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 })
621 let djlx = this.ruleForm.qlxx.djlx; 624 let djlx = this.ruleForm.qlxx.djlx;
622 if (djlx == null || djlx == 100) { 625 if (djlx == null || djlx == 100) {
623 this.ssqlxxshow = false; 626 this.ssqlxxshow = false;
...@@ -643,7 +646,7 @@ export default { ...@@ -643,7 +646,7 @@ export default {
643 * @param {*} val 646 * @param {*} val
644 * @author: renchao 647 * @author: renchao
645 */ 648 */
646 upDateTdytxxList(val) { 649 upDateTdytxxList (val) {
647 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 650 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
648 this.key++; 651 this.key++;
649 }, 652 },
...@@ -653,7 +656,7 @@ export default { ...@@ -653,7 +656,7 @@ export default {
653 * @param {*} val 656 * @param {*} val
654 * @author: renchao 657 * @author: renchao
655 */ 658 */
656 upDateQlrxxList(val) { 659 upDateQlrxxList (val) {
657 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); 660 this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val));
658 this.czrOptions = this.ruleForm.qlrData; 661 this.czrOptions = this.ruleForm.qlrData;
659 this.key++; 662 this.key++;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:44 4 * @LastEditTime: 2023-08-04 16:45:23
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -46,8 +46,7 @@ ...@@ -46,8 +46,7 @@
46 <el-form-item 46 <el-form-item
47 label="预告抵押不动产情况" 47 label="预告抵押不动产情况"
48 prop="ztQlxx.bdcqzh" 48 prop="ztQlxx.bdcqzh"
49 :rules="rules.ztQlxxrules" 49 :rules="rules.ztQlxxrules">
50 >
51 <select-table 50 <select-table
52 v-model="ruleForm.ztQlxx" 51 v-model="ruleForm.ztQlxx"
53 :table-width="730" 52 :table-width="730"
...@@ -61,12 +60,10 @@ ...@@ -61,12 +60,10 @@
61 <el-table-column 60 <el-table-column
62 prop="bdcqzh" 61 prop="bdcqzh"
63 width="160" 62 width="160"
64 label="不动产权证书" 63 label="不动产权证书"></el-table-column>
65 ></el-table-column>
66 <el-table-column 64 <el-table-column
67 prop="qlrmc" 65 prop="qlrmc"
68 label="被执行人" 66 label="被执行人"></el-table-column>
69 ></el-table-column>
70 <el-table-column prop="mjmc" label="面积"></el-table-column> 67 <el-table-column prop="mjmc" label="面积"></el-table-column>
71 <el-table-column prop="ytmc" label="用途"></el-table-column> 68 <el-table-column prop="ytmc" label="用途"></el-table-column>
72 <el-table-column prop="zl" label="坐落"></el-table-column> 69 <el-table-column prop="zl" label="坐落"></el-table-column>
...@@ -132,25 +129,21 @@ ...@@ -132,25 +129,21 @@
132 <el-form-item 129 <el-form-item
133 label="上手权利信息:" 130 label="上手权利信息:"
134 prop="ssQlxx.bdcqzh" 131 prop="ssQlxx.bdcqzh"
135 :rules="rules.ssQlxxrules" 132 :rules="rules.ssQlxxrules">
136 >
137 <select-table 133 <select-table
138 v-model="ruleForm.ssQlxx" 134 v-model="ruleForm.ssQlxx"
139 :table-width="730" 135 :table-width="730"
140 :tableData="ssQlxxList" 136 :tableData="ssQlxxList"
141 :props="props" 137 :props="props"
142 @change="ssQlxxchange" 138 @change="ssQlxxchange">
143 >
144 <el-table-column 139 <el-table-column
145 prop="qllxmc" 140 prop="qllxmc"
146 width="130" 141 width="130"
147 label="权利类型" 142 label="权利类型"></el-table-column>
148 ></el-table-column>
149 <el-table-column 143 <el-table-column
150 prop="bdcqzh" 144 prop="bdcqzh"
151 width="160" 145 width="160"
152 label="不动产权证书" 146 label="不动产权证书"></el-table-column>
153 ></el-table-column>
154 <el-table-column prop="qlrmc" label="权利人"></el-table-column> 147 <el-table-column prop="qlrmc" label="权利人"></el-table-column>
155 <el-table-column prop="mjmc" label="面积"></el-table-column> 148 <el-table-column prop="mjmc" label="面积"></el-table-column>
156 <el-table-column prop="ytmc" label="用途"></el-table-column> 149 <el-table-column prop="ytmc" label="用途"></el-table-column>
...@@ -618,10 +611,10 @@ ...@@ -618,10 +611,10 @@
618 ableOperation: false, 611 ableOperation: false,
619 }; 612 };
620 }, 613 },
621 created() { 614 created () {
622 this.loadData(); 615 this.loadData();
623 }, 616 },
624 mounted() { 617 mounted () {
625 this.ableOperation = this.$parent.ableOperation; 618 this.ableOperation = this.$parent.ableOperation;
626 }, 619 },
627 methods: { 620 methods: {
...@@ -630,7 +623,7 @@ created() { ...@@ -630,7 +623,7 @@ created() {
630 * @param {*} val 623 * @param {*} val
631 * @author: renchao 624 * @author: renchao
632 */ 625 */
633 ztQlxxchange(val) { 626 ztQlxxchange (val) {
634 this.ruleForm.ztQlxx = val; 627 this.ruleForm.ztQlxx = val;
635 }, 628 },
636 /** 629 /**
...@@ -638,13 +631,13 @@ created() { ...@@ -638,13 +631,13 @@ created() {
638 * @param {*} val 631 * @param {*} val
639 * @author: renchao 632 * @author: renchao
640 */ 633 */
641 ssQlxxchange(val) { 634 ssQlxxchange (val) {
642 this.ruleForm.ssQlxx = val; 635 this.ruleForm.ssQlxx = val;
643 this.ruleForm.qlxx.ssywh = val.ywh; 636 this.ruleForm.qlxx.ssywh = val.ywh;
644 this.ssQlxxchangediolog(val); 637 this.ssQlxxchangediolog(val);
645 }, 638 },
646 // 弹框事件 639 // 弹框事件
647 ssQlxxchangediolog(val) { 640 ssQlxxchangediolog (val) {
648 this.$confirm("是否将上手权利信息同步到表单", "提示", { 641 this.$confirm("是否将上手权利信息同步到表单", "提示", {
649 iconClass: "el-icon-question", //自定义图标样式 642 iconClass: "el-icon-question", //自定义图标样式
650 confirmButtonText: "确认", //确认按钮文字更换 643 confirmButtonText: "确认", //确认按钮文字更换
...@@ -666,7 +659,7 @@ created() { ...@@ -666,7 +659,7 @@ created() {
666 } 659 }
667 for (var key in this.ruleForm.qlxx) { 660 for (var key in this.ruleForm.qlxx) {
668 if ( 661 if (
669 this.ruleForm.qlxx[key] == ""|| 662 this.ruleForm.qlxx[key] == "" ||
670 this.ruleForm.qlxx[key] == null && 663 this.ruleForm.qlxx[key] == null &&
671 key != "ywh" && 664 key != "ywh" &&
672 key != "dbr" && 665 key != "dbr" &&
...@@ -724,6 +717,11 @@ created() { ...@@ -724,6 +717,11 @@ created() {
724 init(this.propsParam).then((res) => { 717 init(this.propsParam).then((res) => {
725 if (res.code == 200) { 718 if (res.code == 200) {
726 this.ruleForm = res.result; 719 this.ruleForm = res.result;
720 this.ruleForm.qlrList.forEach((item, index) => {
721 if (item.sfczr == 1) {
722 this.ruleForm.czr = item.zjh
723 }
724 })
727 let djlx = this.ruleForm.qlxx.djlx; 725 let djlx = this.ruleForm.qlxx.djlx;
728 if (djlx == null || djlx == 100) { 726 if (djlx == null || djlx == 100) {
729 this.ssqlxxshow = false; 727 this.ssqlxxshow = false;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:53:48 4 * @LastEditTime: 2023-08-04 16:45:37
5 :show-message="false" 5 :show-message="false"
6 --> 6 -->
7 <template> 7 <template>
...@@ -533,10 +533,10 @@ ...@@ -533,10 +533,10 @@
533 ableOperation: false, 533 ableOperation: false,
534 }; 534 };
535 }, 535 },
536 created() { 536 created () {
537 this.loadData(); 537 this.loadData();
538 }, 538 },
539 mounted() { 539 mounted () {
540 this.ableOperation = this.$parent.ableOperation; 540 this.ableOperation = this.$parent.ableOperation;
541 }, 541 },
542 methods: { 542 methods: {
...@@ -545,7 +545,7 @@ created() { ...@@ -545,7 +545,7 @@ created() {
545 * @param {*} val 545 * @param {*} val
546 * @author: renchao 546 * @author: renchao
547 */ 547 */
548 ztQlxxchange(val) { 548 ztQlxxchange (val) {
549 this.ruleForm.ztQlxx = val; 549 this.ruleForm.ztQlxx = val;
550 }, 550 },
551 /** 551 /**
...@@ -553,13 +553,13 @@ created() { ...@@ -553,13 +553,13 @@ created() {
553 * @param {*} val 553 * @param {*} val
554 * @author: renchao 554 * @author: renchao
555 */ 555 */
556 ssQlxxchange(val) { 556 ssQlxxchange (val) {
557 this.ruleForm.ssQlxx = val; 557 this.ruleForm.ssQlxx = val;
558 this.ruleForm.qlxx.ssywh = val.ywh; 558 this.ruleForm.qlxx.ssywh = val.ywh;
559 this.ssQlxxchangediolog(val); 559 this.ssQlxxchangediolog(val);
560 }, 560 },
561 // 弹框事件 561 // 弹框事件
562 ssQlxxchangediolog(val) { 562 ssQlxxchangediolog (val) {
563 this.$confirm("是否将上手权利信息同步到表单", "提示", { 563 this.$confirm("是否将上手权利信息同步到表单", "提示", {
564 iconClass: "el-icon-question", //自定义图标样式 564 iconClass: "el-icon-question", //自定义图标样式
565 confirmButtonText: "确认", //确认按钮文字更换 565 confirmButtonText: "确认", //确认按钮文字更换
...@@ -581,7 +581,7 @@ created() { ...@@ -581,7 +581,7 @@ created() {
581 } 581 }
582 for (var key in this.ruleForm.qlxx) { 582 for (var key in this.ruleForm.qlxx) {
583 if ( 583 if (
584 this.ruleForm.qlxx[key] == ""|| 584 this.ruleForm.qlxx[key] == "" ||
585 this.ruleForm.qlxx[key] == null && 585 this.ruleForm.qlxx[key] == null &&
586 key != "ywh" && 586 key != "ywh" &&
587 key != "dbr" && 587 key != "dbr" &&
...@@ -638,6 +638,11 @@ created() { ...@@ -638,6 +638,11 @@ created() {
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 })
641 let djlx = this.ruleForm.qlxx.djlx; 646 let djlx = this.ruleForm.qlxx.djlx;
642 if (djlx == null || djlx == 100) { 647 if (djlx == null || djlx == 100) {
643 this.ssqlxxshow = false; 648 this.ssqlxxshow = false;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 08:38:11 4 * @LastEditTime: 2023-08-04 16:45:57
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -658,6 +658,11 @@ ...@@ -658,6 +658,11 @@
658 init(this.propsParam).then((res) => { 658 init(this.propsParam).then((res) => {
659 if (res.code == 200) { 659 if (res.code == 200) {
660 this.ruleForm = res.result; 660 this.ruleForm = res.result;
661 this.ruleForm.qlrList.forEach((item, index) => {
662 if (item.sfczr == 1) {
663 this.ruleForm.czr = item.zjh
664 }
665 })
661 let djlx = this.ruleForm.qlxx.djlx; 666 let djlx = this.ruleForm.qlxx.djlx;
662 if (djlx == null || djlx == 100) { 667 if (djlx == null || djlx == 100) {
663 this.ssqlxxshow = false; 668 this.ssqlxxshow = false;
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-02 09:31:38 4 * @LastEditTime: 2023-08-04 16:46:12
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -289,6 +289,11 @@ ...@@ -289,6 +289,11 @@
289 Init(formdata).then((res) => { 289 Init(formdata).then((res) => {
290 if (res.code === 200 && res.result) { 290 if (res.code === 200 && res.result) {
291 this.ruleForm = res.result; 291 this.ruleForm = res.result;
292 this.ruleForm.qlrList.forEach((item, index) => {
293 if (item.sfczr == 1) {
294 this.ruleForm.czr = item.zjh
295 }
296 })
292 this.ruleForm.diyaq.sfczjzhxz = "0"; 297 this.ruleForm.diyaq.sfczjzhxz = "0";
293 } 298 }
294 this.$endLoading(); 299 this.$endLoading();
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:32:05 4 * @LastEditTime: 2023-08-04 16:46:25
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -278,6 +278,11 @@ ...@@ -278,6 +278,11 @@
278 ...res.result, 278 ...res.result,
279 ...res.result.qlxxdatas, 279 ...res.result.qlxxdatas,
280 } 280 }
281 this.ruleForm.qlrList.forEach((item, index) => {
282 if (item.sfczr == 1) {
283 this.ruleForm.czr = item.zjh
284 }
285 })
281 //初始化发证方式,1:小证,2:大正 286 //初始化发证方式,1:小证,2:大正
282 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs; 287 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
283 } 288 }
......
1 <!-- 1 <!--
2 * @Description: 受理信息 2 * @Description: 受理信息
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:32:08 4 * @LastEditTime: 2023-08-04 16:46:32
5 --> 5 -->
6 <template> 6 <template>
7 <div class="slxx"> 7 <div class="slxx">
...@@ -277,6 +277,11 @@ ...@@ -277,6 +277,11 @@
277 ...res.result.qlxxdatas, 277 ...res.result.qlxxdatas,
278 ...res.result.jsydsyqdatas, 278 ...res.result.jsydsyqdatas,
279 }; 279 };
280 this.ruleForm.qlrList.forEach((item, index) => {
281 if (item.sfczr == 1) {
282 this.ruleForm.czr = item.zjh
283 }
284 })
280 //初始化发证方式,1:小证,2:大正 285 //初始化发证方式,1:小证,2:大正
281 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs; 286 this.ruleForm.slsq.fzfs == null ? this.ruleForm.slsq.fzfs = '1' : this.ruleForm.slsq.fzfs;
282 } 287 }
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:31:38 4 * @LastEditTime: 2023-08-04 16:40:27
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -89,11 +89,6 @@ ...@@ -89,11 +89,6 @@
89 </div> 89 </div>
90 </el-form-item> 90 </el-form-item>
91 </el-col> 91 </el-col>
92 <!-- <el-col :span="8">
93 <el-form-item label="土地用途:">
94 <el-input v-model="ruleForm.zdjbxx.ghytmc"></el-input>
95 </el-form-item>
96 </el-col> -->
97 <el-col :span="8"> 92 <el-col :span="8">
98 <el-form-item label="权利设定方式:"> 93 <el-form-item label="权利设定方式:">
99 <el-input v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input> 94 <el-input v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input>
...@@ -117,19 +112,6 @@ ...@@ -117,19 +112,6 @@
117 </el-form-item> 112 </el-form-item>
118 </el-col> 113 </el-col>
119 </el-row> 114 </el-row>
120 <!-- <el-row :gutter="10">
121 <el-col :span="8">
122 <el-form-item label="使用期限:">
123 <el-input v-model="ruleForm.jsydsyq.tdsyqx"></el-input>
124 </el-form-item>
125 </el-col>
126
127 <el-col :span="16">
128 <el-form-item label="使用权起止时间:">
129 <el-input v-model="ruleForm.jsydsyq.syqqzsj"></el-input>
130 </el-form-item>
131 </el-col>
132 </el-row> -->
133 <el-row :gutter="10"> 115 <el-row :gutter="10">
134 <el-col> 116 <el-col>
135 <el-form-item label="附记:" prop="fj"> 117 <el-form-item label="附记:" prop="fj">
...@@ -242,6 +224,11 @@ ...@@ -242,6 +224,11 @@
242 Init(formdata).then((res) => { 224 Init(formdata).then((res) => {
243 this.$nextTick(() => { 225 this.$nextTick(() => {
244 that.ruleForm = res.result; 226 that.ruleForm = res.result;
227 this.ruleForm.qlrList.forEach((item, index) => {
228 if (item.sfczr == 1) {
229 this.ruleForm.czr = item.zjh
230 }
231 })
245 that.$endLoading(); 232 that.$endLoading();
246 that.isShow = true; 233 that.isShow = true;
247 this.czrOptions = this.ruleForm.qlrList; 234 this.czrOptions = this.ruleForm.qlrList;
...@@ -285,7 +272,6 @@ ...@@ -285,7 +272,6 @@
285 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); 272 this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val));
286 this.key++; 273 this.key++;
287 }, 274 },
288 // 更新权利人信息
289 /** 275 /**
290 * @description: 更新权利人信息 276 * @description: 更新权利人信息
291 * @param {*} val 277 * @param {*} val
...@@ -296,7 +282,6 @@ ...@@ -296,7 +282,6 @@
296 this.czrOptions = this.ruleForm.qlrList; 282 this.czrOptions = this.ruleForm.qlrList;
297 this.key++ 283 this.key++
298 }, 284 },
299 // 更新义务人信息
300 /** 285 /**
301 * @description: 更新义务人信息 286 * @description: 更新义务人信息
302 * @param {*} val 287 * @param {*} val
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 <!-- 2 <!--
3 * @Description: 3 * @Description:
4 * @Autor: renchao 4 * @Autor: renchao
5 * @LastEditTime: 2023-08-04 16:32:14 5 * @LastEditTime: 2023-08-04 16:46:55
6 --> 6 -->
7 <template> 7 <template>
8 <!-- 受理信息 --> 8 <!-- 受理信息 -->
...@@ -232,6 +232,11 @@ ...@@ -232,6 +232,11 @@
232 Init(formdata).then((res) => { 232 Init(formdata).then((res) => {
233 if (res.code === 200 && res.result) { 233 if (res.code === 200 && res.result) {
234 this.ruleForm = res.result; 234 this.ruleForm = res.result;
235 this.ruleForm.qlrList.forEach((item, index) => {
236 if (item.sfczr == 1) {
237 this.ruleForm.czr = item.zjh
238 }
239 })
235 } 240 }
236 this.$endLoading(); 241 this.$endLoading();
237 }); 242 });
......
...@@ -258,6 +258,11 @@ ...@@ -258,6 +258,11 @@
258 formdata.append("isEdit", this.ableOperation); 258 formdata.append("isEdit", this.ableOperation);
259 Init(formdata).then((res) => { 259 Init(formdata).then((res) => {
260 this.ruleForm = res.result; 260 this.ruleForm = res.result;
261 this.ruleForm.qlrList.forEach((item, index) => {
262 if (item.sfczr == 1) {
263 this.ruleForm.czr = item.zjh
264 }
265 })
261 this.$endLoading(); 266 this.$endLoading();
262 if (res.code === 200) { 267 if (res.code === 200) {
263 } 268 }
......
...@@ -263,6 +263,11 @@ ...@@ -263,6 +263,11 @@
263 formdata.append("isEdit", this.ableOperation); 263 formdata.append("isEdit", this.ableOperation);
264 Init(formdata).then((res) => { 264 Init(formdata).then((res) => {
265 this.ruleForm = res.result; 265 this.ruleForm = res.result;
266 this.ruleForm.qlrList.forEach((item, index) => {
267 if (item.sfczr == 1) {
268 this.ruleForm.czr = item.zjh
269 }
270 })
266 this.$endLoading(); 271 this.$endLoading();
267 if (res.code === 200) { 272 if (res.code === 200) {
268 } 273 }
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 15:51:27 4 * @LastEditTime: 2023-08-04 16:47:29
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -358,6 +358,11 @@ ...@@ -358,6 +358,11 @@
358 Init(formdata).then((res) => { 358 Init(formdata).then((res) => {
359 this.$nextTick(() => { 359 this.$nextTick(() => {
360 that.ruleForm = res.result; 360 that.ruleForm = res.result;
361 this.ruleForm.qlrList.forEach((item, index) => {
362 if (item.sfczr == 1) {
363 this.ruleForm.czr = item.zjh
364 }
365 })
361 that.$endLoading(); 366 that.$endLoading();
362 that.isShow = true; 367 that.isShow = true;
363 this.czrOptions = this.ruleForm.qlrList; 368 this.czrOptions = this.ruleForm.qlrList;
......
...@@ -228,8 +228,12 @@ ...@@ -228,8 +228,12 @@
228 formdata.append("isEdit", this.ableOperation); 228 formdata.append("isEdit", this.ableOperation);
229 Init(formdata).then(res => { 229 Init(formdata).then(res => {
230 if (res.code === 200 && res.result) { 230 if (res.code === 200 && res.result) {
231 console.log(res.result.ygdj.ygdjzlmc);
232 this.ruleForm = res.result; 231 this.ruleForm = res.result;
232 this.ruleForm.qlrList.forEach((item, index) => {
233 if (item.sfczr == 1) {
234 this.ruleForm.czr = item.zjh
235 }
236 })
233 this.$endLoading(); 237 this.$endLoading();
234 } 238 }
235 }) 239 })
......
...@@ -198,6 +198,11 @@ ...@@ -198,6 +198,11 @@
198 if (res.code === 200 && res.result) { 198 if (res.code === 200 && res.result) {
199 this.$endLoading(); 199 this.$endLoading();
200 this.ruleForm = res.result; 200 this.ruleForm = res.result;
201 this.ruleForm.qlrList.forEach((item, index) => {
202 if (item.sfczr == 1) {
203 this.ruleForm.czr = item.zjh
204 }
205 })
201 } 206 }
202 }); 207 });
203 }, 208 },
......
...@@ -260,6 +260,11 @@ ...@@ -260,6 +260,11 @@
260 Init(formdata).then((res) => { 260 Init(formdata).then((res) => {
261 if (res.code === 200 && res.result) { 261 if (res.code === 200 && res.result) {
262 that.ruleForm = res.result; 262 that.ruleForm = res.result;
263 this.ruleForm.qlrList.forEach((item, index) => {
264 if (item.sfczr == 1) {
265 this.ruleForm.czr = item.zjh
266 }
267 })
263 setTimeout(() => { 268 setTimeout(() => {
264 that.loading = false 269 that.loading = false
265 }, 300) 270 }, 300)
......
...@@ -274,6 +274,11 @@ ...@@ -274,6 +274,11 @@
274 Init(formdata).then((res) => { 274 Init(formdata).then((res) => {
275 if (res.code === 200 && res.result) { 275 if (res.code === 200 && res.result) {
276 this.ruleForm = res.result; 276 this.ruleForm = res.result;
277 this.ruleForm.qlrList.forEach((item, index) => {
278 if (item.sfczr == 1) {
279 this.ruleForm.czr = item.zjh
280 }
281 })
277 this.$endLoading(); 282 this.$endLoading();
278 //this.ruleForm.diyaq.sfczjzhxz = "0"; 283 //this.ruleForm.diyaq.sfczjzhxz = "0";
279 } 284 }
......