--no commit message
Showing
11 changed files
with
362 additions
and
385 deletions
| ... | @@ -53,7 +53,20 @@ | ... | @@ -53,7 +53,20 @@ |
| 53 | font-weight: 500; | 53 | font-weight: 500; |
| 54 | color: #4a4a4a; | 54 | color: #4a4a4a; |
| 55 | } | 55 | } |
| 56 | .bdcqk { | ||
| 57 | margin-top: 15px; | ||
| 58 | position: relative; | ||
| 59 | .count { | ||
| 60 | color: blue!important; | ||
| 61 | width: 874px; | ||
| 62 | font-size: 14px; | ||
| 63 | position: absolute; | ||
| 64 | left:200px; | ||
| 65 | top: -3px; | ||
| 66 | height: 30px; | ||
| 56 | 67 | ||
| 68 | } | ||
| 69 | } | ||
| 57 | .btn { | 70 | .btn { |
| 58 | text-align: center; | 71 | text-align: center; |
| 59 | padding-top: 10px; | 72 | padding-top: 10px; | ... | ... |
| ... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | :show-message="false" | 4 | :show-message="false" |
| 5 | * @LastEditTime: 2023-08-01 18:19:44 | 5 | * @LastEditTime: 2023-08-01 18:19:44 |
| 6 | 610102123666GS00001F00010008 | ||
| 6 | --> | 7 | --> |
| 7 | <template> | 8 | <template> |
| 8 | <!-- 受理信息 --> | 9 | <!-- 受理信息 --> |
| ... | @@ -41,12 +42,9 @@ | ... | @@ -41,12 +42,9 @@ |
| 41 | </el-form-item> | 42 | </el-form-item> |
| 42 | </el-col> | 43 | </el-col> |
| 43 | </el-row> | 44 | </el-row> |
| 44 | <div class="slxx_title title-block"> | 45 | <div class="slxx_title title-block bdcqk"> |
| 45 | 查封登记不动产情况 | 46 | 查封登记不动产情况 |
| 46 | <div class="triangle"></div> | 47 | <div class="count"> |
| 47 | </div> | ||
| 48 | <el-row :gutter="10"> | ||
| 49 | <el-col :span="8"> | ||
| 50 | <el-form-item | 48 | <el-form-item |
| 51 | label="查封不动产权信息:" | 49 | label="查封不动产权信息:" |
| 52 | prop="ztQlxx.bdcqzh" | 50 | prop="ztQlxx.bdcqzh" |
| ... | @@ -54,7 +52,7 @@ | ... | @@ -54,7 +52,7 @@ |
| 54 | > | 52 | > |
| 55 | <select-table | 53 | <select-table |
| 56 | v-model="ruleForm.ztQlxx" | 54 | v-model="ruleForm.ztQlxx" |
| 57 | :table-width="550" | 55 | :table-width="730" |
| 58 | :tableData="ztQlxxList" | 56 | :tableData="ztQlxxList" |
| 59 | :props="props" | 57 | :props="props" |
| 60 | @change="ztQlxxchange" | 58 | @change="ztQlxxchange" |
| ... | @@ -78,38 +76,13 @@ | ... | @@ -78,38 +76,13 @@ |
| 78 | <el-table-column prop="zl" label="坐落"></el-table-column> | 76 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 79 | </select-table> | 77 | </select-table> |
| 80 | </el-form-item> | 78 | </el-form-item> |
| 81 | </el-col> | 79 | </div> |
| 80 | |||
| 81 | <div class="triangle"></div> | ||
| 82 | </div> | ||
| 83 | |||
| 84 | <el-row :gutter="10"> | ||
| 82 | 85 | ||
| 83 | <el-col :span="8" v-if="ruleForm.cfdj.sfbxf == '1'"> | ||
| 84 | <el-form-item | ||
| 85 | label="上手权利信息:" | ||
| 86 | prop="ssQlxx.bdcqzh" | ||
| 87 | :rules="rules.ssQlxxrules" | ||
| 88 | > | ||
| 89 | <select-table | ||
| 90 | v-model="ruleForm.ssQlxx" | ||
| 91 | :table-width="550" | ||
| 92 | :tableData="ssQlxxList" | ||
| 93 | :props="props" | ||
| 94 | @change="ssQlxxchange" | ||
| 95 | > | ||
| 96 | <el-table-column | ||
| 97 | prop="qllxmc" | ||
| 98 | width="130" | ||
| 99 | label="权利类型" | ||
| 100 | ></el-table-column> | ||
| 101 | <el-table-column | ||
| 102 | prop="bdcqzh" | ||
| 103 | width="160" | ||
| 104 | label="不动产权证书" | ||
| 105 | ></el-table-column> | ||
| 106 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 107 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 108 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 109 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 110 | </select-table> | ||
| 111 | </el-form-item> | ||
| 112 | </el-col> | ||
| 113 | </el-row> | 86 | </el-row> |
| 114 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> | 87 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> |
| 115 | <el-col :span="8"> | 88 | <el-col :span="8"> |
| ... | @@ -162,8 +135,39 @@ | ... | @@ -162,8 +135,39 @@ |
| 162 | </el-form-item> | 135 | </el-form-item> |
| 163 | </el-col> | 136 | </el-col> |
| 164 | </el-row> | 137 | </el-row> |
| 165 | <div class="slxx_title title-block"> | 138 | <div class="slxx_title title-block bdcqk"> |
| 166 | 查封登记信息 | 139 | 查封登记信息 |
| 140 | <div class="count"> | ||
| 141 | <el-form-item | ||
| 142 | label="上手权利信息:" | ||
| 143 | prop="ssQlxx.bdcqzh" | ||
| 144 | :rules="rules.ssQlxxrules" | ||
| 145 | v-if="ruleForm.cfdj.sfbxf == '1'" | ||
| 146 | > | ||
| 147 | <select-table | ||
| 148 | v-model="ruleForm.ssQlxx" | ||
| 149 | :table-width="730" | ||
| 150 | :tableData="ssQlxxList" | ||
| 151 | :props="props" | ||
| 152 | @change="ssQlxxchange" | ||
| 153 | > | ||
| 154 | <el-table-column | ||
| 155 | prop="qllxmc" | ||
| 156 | width="130" | ||
| 157 | label="权利类型" | ||
| 158 | ></el-table-column> | ||
| 159 | <el-table-column | ||
| 160 | prop="bdcqzh" | ||
| 161 | width="160" | ||
| 162 | label="不动产权证书" | ||
| 163 | ></el-table-column> | ||
| 164 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 165 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 166 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 167 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 168 | </select-table> | ||
| 169 | </el-form-item> | ||
| 170 | </div> | ||
| 167 | <div class="triangle"></div> | 171 | <div class="triangle"></div> |
| 168 | </div> | 172 | </div> |
| 169 | <el-row :gutter="10"> | 173 | <el-row :gutter="10"> |
| ... | @@ -193,20 +197,16 @@ | ... | @@ -193,20 +197,16 @@ |
| 193 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> | 197 | <el-input disabled v-model="ruleForm.qlxx.qllxmc"></el-input> |
| 194 | </el-form-item> | 198 | </el-form-item> |
| 195 | </el-col> | 199 | </el-col> |
| 196 | <el-col :span="8"> | 200 | <el-col :span="8"> |
| 197 | <el-form-item | 201 | <el-form-item |
| 198 | label="是否被续封:" | 202 | label="是否被续封:" |
| 199 | prop="cfdj.sfbxf" | 203 | prop="cfdj.sfbxf" |
| 200 | :rules="rules.sfbxfrules" | 204 | :rules="rules.sfbxfrules" |
| 201 | > | 205 | > |
| 202 | <el-select v-model="ruleForm.cfdj.sfbxf" @change="djlxchange"> | 206 | <el-radio-group v-model="ruleForm.cfdj.sfbxf"> |
| 203 | <el-option | 207 | <el-radio label="1">是</el-radio> |
| 204 | v-for="item in sfbxflist" | 208 | <el-radio label="2">否</el-radio> |
| 205 | :key="item.dcode" | 209 | </el-radio-group> |
| 206 | :label="item.dname" | ||
| 207 | :value="item.dcode" | ||
| 208 | ></el-option> | ||
| 209 | </el-select> | ||
| 210 | </el-form-item> | 210 | </el-form-item> |
| 211 | </el-col> | 211 | </el-col> |
| 212 | <el-col :span="8"> | 212 | <el-col :span="8"> |
| ... | @@ -529,7 +529,6 @@ export default { | ... | @@ -529,7 +529,6 @@ export default { |
| 529 | }, | 529 | }, |
| 530 | // 弹框事件 | 530 | // 弹框事件 |
| 531 | ssQlxxchangediolog(val) { | 531 | ssQlxxchangediolog(val) { |
| 532 | console.log("确定了", this.ruleForm); | ||
| 533 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 532 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 534 | iconClass: "el-icon-question", //自定义图标样式 | 533 | iconClass: "el-icon-question", //自定义图标样式 |
| 535 | confirmButtonText: "确认", //确认按钮文字更换 | 534 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -540,8 +539,6 @@ export default { | ... | @@ -540,8 +539,6 @@ export default { |
| 540 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 539 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 541 | if (res.code == 200) { | 540 | if (res.code == 200) { |
| 542 | this.nowlist = res.result; | 541 | this.nowlist = res.result; |
| 543 | console.log("his.nowlist", this.nowlist); | ||
| 544 | console.log("this.ruleForm", this.ruleForm); | ||
| 545 | for (var key in this.ruleForm.cfdj) { | 542 | for (var key in this.ruleForm.cfdj) { |
| 546 | if ( | 543 | if ( |
| 547 | this.ruleForm.cfdj[key] == "" || | 544 | this.ruleForm.cfdj[key] == "" || |
| ... | @@ -551,17 +548,12 @@ export default { | ... | @@ -551,17 +548,12 @@ export default { |
| 551 | } | 548 | } |
| 552 | } | 549 | } |
| 553 | for (var key in this.ruleForm.qlxx) { | 550 | for (var key in this.ruleForm.qlxx) { |
| 554 | if ( | 551 | if (this.ruleForm.qlxx[key] == null && key != "ywh"&& key != "dbr"&& key != "djsj"&& key != "ssywh") { |
| 555 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | ||
| 556 | this.ruleForm.qlxx[key] == null | ||
| 557 | ) { | ||
| 558 | console.log("this.ruleForm.qlxx[key]", key); | ||
| 559 | if (key != "ywh") { | 552 | if (key != "ywh") { |
| 560 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 553 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; |
| 561 | } | 554 | } |
| 562 | } | 555 | } |
| 563 | } | 556 | } |
| 564 | console.log("this.ruleForm", this.ruleForm); | ||
| 565 | this.$message({ | 557 | this.$message({ |
| 566 | type: "success", | 558 | type: "success", |
| 567 | message: "同步成功!", | 559 | message: "同步成功!", | ... | ... |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | ref="ruleForm" | 14 | ref="ruleForm" |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | label-width="169px" | 17 | label-width="170px" |
| 18 | inline-message | 18 | inline-message |
| 19 | :show-message="false" | 19 | :show-message="false" |
| 20 | > | 20 | > |
| ... | @@ -40,12 +40,9 @@ | ... | @@ -40,12 +40,9 @@ |
| 40 | </el-form-item> | 40 | </el-form-item> |
| 41 | </el-col> | 41 | </el-col> |
| 42 | </el-row> | 42 | </el-row> |
| 43 | <div class="slxx_title title-block"> | 43 | <div class="slxx_title title-block bdcqk"> |
| 44 | 抵押不动产情况 | 44 | 抵押不动产情况 |
| 45 | <div class="triangle"></div> | 45 | <div class="count"> |
| 46 | </div> | ||
| 47 | <el-row :gutter="10"> | ||
| 48 | <el-col :span="8"> | ||
| 49 | <el-form-item | 46 | <el-form-item |
| 50 | label="抵押不动产信息:" | 47 | label="抵押不动产信息:" |
| 51 | prop="ztQlxx.bdcqzh" | 48 | prop="ztQlxx.bdcqzh" |
| ... | @@ -53,7 +50,7 @@ | ... | @@ -53,7 +50,7 @@ |
| 53 | > | 50 | > |
| 54 | <select-table | 51 | <select-table |
| 55 | v-model="ruleForm.ztQlxx" | 52 | v-model="ruleForm.ztQlxx" |
| 56 | :table-width="550" | 53 | :table-width="730" |
| 57 | :tableData="ztQlxxList" | 54 | :tableData="ztQlxxList" |
| 58 | :props="props" | 55 | :props="props" |
| 59 | @change="ztQlxxchange" | 56 | @change="ztQlxxchange" |
| ... | @@ -68,46 +65,18 @@ | ... | @@ -68,46 +65,18 @@ |
| 68 | width="160" | 65 | width="160" |
| 69 | label="不动产权证书" | 66 | label="不动产权证书" |
| 70 | ></el-table-column> | 67 | ></el-table-column> |
| 71 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 72 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 73 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 74 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 75 | </select-table> | ||
| 76 | </el-form-item> | ||
| 77 | </el-col> | ||
| 78 | |||
| 79 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 80 | <el-form-item | ||
| 81 | label="上手权利信息:" | ||
| 82 | prop="ssQlxx.bdcqzh" | ||
| 83 | :rules="rules.ssQlxxrules" | ||
| 84 | > | ||
| 85 | <select-table | ||
| 86 | v-model="ruleForm.ssQlxx" | ||
| 87 | :table-width="550" | ||
| 88 | :tableData="ssQlxxList" | ||
| 89 | :props="props" | ||
| 90 | @change="ssQlxxchange" | ||
| 91 | > | ||
| 92 | <el-table-column | ||
| 93 | prop="qllxmc" | ||
| 94 | width="130" | ||
| 95 | label="权利类型" | ||
| 96 | ></el-table-column> | ||
| 97 | <el-table-column | 68 | <el-table-column |
| 98 | prop="bdcqzh" | 69 | prop="qlrmc" |
| 99 | width="160" | 70 | label="被执行人" |
| 100 | label="不动产权证书" | ||
| 101 | ></el-table-column> | 71 | ></el-table-column> |
| 102 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 103 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 72 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 104 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 73 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| 105 | <el-table-column prop="zl" label="坐落"></el-table-column> | 74 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 106 | </select-table> | 75 | </select-table> |
| 107 | </el-form-item> | 76 | </el-form-item> |
| 108 | </el-col> | 77 | </div> |
| 109 | </el-row> | 78 | <div class="triangle"></div> |
| 110 | 79 | </div> | |
| 111 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> | 80 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> |
| 112 | <el-col :span="8"> | 81 | <el-col :span="8"> |
| 113 | <el-form-item label="权利人:"> | 82 | <el-form-item label="权利人:"> |
| ... | @@ -159,8 +128,38 @@ | ... | @@ -159,8 +128,38 @@ |
| 159 | </el-form-item> | 128 | </el-form-item> |
| 160 | </el-col> | 129 | </el-col> |
| 161 | </el-row> | 130 | </el-row> |
| 162 | <div class="slxx_title title-block"> | 131 | <div class="slxx_title title-block bdcqk"> |
| 163 | 抵押权信息 | 132 | 抵押权信息 |
| 133 | <div class="count" v-if="ssqlxxshow"> | ||
| 134 | <el-form-item | ||
| 135 | label="上手权利信息:" | ||
| 136 | prop="ssQlxx.bdcqzh" | ||
| 137 | :rules="rules.ssQlxxrules" | ||
| 138 | > | ||
| 139 | <select-table | ||
| 140 | v-model="ruleForm.ssQlxx" | ||
| 141 | :table-width="730" | ||
| 142 | :tableData="ssQlxxList" | ||
| 143 | :props="props" | ||
| 144 | @change="ssQlxxchange" | ||
| 145 | > | ||
| 146 | <el-table-column | ||
| 147 | prop="qllxmc" | ||
| 148 | width="130" | ||
| 149 | label="权利类型" | ||
| 150 | ></el-table-column> | ||
| 151 | <el-table-column | ||
| 152 | prop="bdcqzh" | ||
| 153 | width="160" | ||
| 154 | label="不动产权证书" | ||
| 155 | ></el-table-column> | ||
| 156 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 157 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 158 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 159 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 160 | </select-table> | ||
| 161 | </el-form-item> | ||
| 162 | </div> | ||
| 164 | <div class="triangle"></div> | 163 | <div class="triangle"></div> |
| 165 | </div> | 164 | </div> |
| 166 | 165 | ||
| ... | @@ -717,7 +716,6 @@ export default { | ... | @@ -717,7 +716,6 @@ export default { |
| 717 | }, | 716 | }, |
| 718 | // 弹框事件 | 717 | // 弹框事件 |
| 719 | ssQlxxchangediolog(val) { | 718 | ssQlxxchangediolog(val) { |
| 720 | console.log("确定了", this.ruleForm); | ||
| 721 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 719 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 722 | iconClass: "el-icon-question", //自定义图标样式 | 720 | iconClass: "el-icon-question", //自定义图标样式 |
| 723 | confirmButtonText: "确认", //确认按钮文字更换 | 721 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -728,8 +726,6 @@ export default { | ... | @@ -728,8 +726,6 @@ export default { |
| 728 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 726 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 729 | if (res.code == 200) { | 727 | if (res.code == 200) { |
| 730 | this.nowlist = res.result; | 728 | this.nowlist = res.result; |
| 731 | console.log("his.nowlist", this.nowlist); | ||
| 732 | console.log("this.ruleForm", this.ruleForm); | ||
| 733 | for (var key in this.ruleForm.diyaq) { | 729 | for (var key in this.ruleForm.diyaq) { |
| 734 | if ( | 730 | if ( |
| 735 | this.ruleForm.diyaq[key] == "" || | 731 | this.ruleForm.diyaq[key] == "" || |
| ... | @@ -739,15 +735,18 @@ export default { | ... | @@ -739,15 +735,18 @@ export default { |
| 739 | } | 735 | } |
| 740 | } | 736 | } |
| 741 | for (var key in this.ruleForm.qlxx) { | 737 | for (var key in this.ruleForm.qlxx) { |
| 742 | if ( | 738 | if ( |
| 743 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 739 | this.ruleForm.qlxx[key] == ""|| |
| 744 | this.ruleForm.qlxx[key] == null | 740 | this.ruleForm.qlxx[key] == null && |
| 745 | ) { | 741 | key != "ywh" && |
| 746 | console.log("this.ruleForm.qlxx[key]", key); | 742 | key != "dbr" && |
| 747 | if (key != "ywh") { | 743 | key != "djsj" && |
| 748 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 744 | key != "ssywh" && |
| 745 | key != "ssywh" && | ||
| 746 | key != "bdcqzh") { | ||
| 747 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 748 | |||
| 749 | } | 749 | } |
| 750 | } | ||
| 751 | } | 750 | } |
| 752 | if (!this.ruleForm.tdytqxList.length) { | 751 | if (!this.ruleForm.tdytqxList.length) { |
| 753 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 752 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; |
| ... | @@ -758,7 +757,6 @@ export default { | ... | @@ -758,7 +757,6 @@ export default { |
| 758 | if (!this.ruleForm.ywrData.length) { | 757 | if (!this.ruleForm.ywrData.length) { |
| 759 | this.ruleForm.ywrData = this.nowlist.ywrData; | 758 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 760 | } | 759 | } |
| 761 | console.log("this.ruleForm", this.ruleForm); | ||
| 762 | this.$message({ | 760 | this.$message({ |
| 763 | type: "success", | 761 | type: "success", |
| 764 | message: "同步成功!", | 762 | message: "同步成功!", | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | :show-message="false" | 17 | :show-message="false" |
| 18 | label-width="150px"> | 18 | label-width="145px"> |
| 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 20 | <div class="slxx_title title-block"> | 20 | <div class="slxx_title title-block"> |
| 21 | 补录信息 | 21 | 补录信息 |
| ... | @@ -38,63 +38,43 @@ | ... | @@ -38,63 +38,43 @@ |
| 38 | </el-form-item> | 38 | </el-form-item> |
| 39 | </el-col> | 39 | </el-col> |
| 40 | </el-row> | 40 | </el-row> |
| 41 | <div class="slxx_title title-block"> | 41 | <div class="slxx_title title-block bdcqk"> |
| 42 | 地役权不动产情况 | 42 | 地役权不动产情况 |
| 43 | <div class="triangle"></div> | 43 | <div class="count"> |
| 44 | </div> | ||
| 45 | <el-row :gutter="10"> | ||
| 46 | <el-col :span="8"> | ||
| 47 | <el-form-item | 44 | <el-form-item |
| 48 | label="地役权不动产信息:" | 45 | label="地役权不动产情况" |
| 49 | prop="ztQlxx.bdcqzh" | 46 | prop="ztQlxx.bdcqzh" |
| 50 | :rules="rules.ztQlxxrules"> | 47 | :rules="rules.ztQlxxrules" |
| 48 | > | ||
| 51 | <select-table | 49 | <select-table |
| 52 | v-model="ruleForm.ztQlxx" | 50 | v-model="ruleForm.ztQlxx" |
| 53 | :table-width="550" | 51 | :table-width="730" |
| 54 | :tableData="ztQlxxList" | 52 | :tableData="ztQlxxList" |
| 55 | :props="props" | 53 | :props="props" |
| 56 | @change="ztQlxxchange"> | 54 | @change="ztQlxxchange" |
| 55 | > | ||
| 57 | <el-table-column | 56 | <el-table-column |
| 58 | prop="qllxmc" | 57 | prop="qllxmc" |
| 59 | width="130" | 58 | width="130" |
| 60 | label="权利类型"></el-table-column> | 59 | label="权利类型" |
| 60 | ></el-table-column> | ||
| 61 | <el-table-column | 61 | <el-table-column |
| 62 | prop="bdcqzh" | 62 | prop="bdcqzh" |
| 63 | width="160" | 63 | width="160" |
| 64 | label="不动产权证书"></el-table-column> | 64 | label="不动产权证书" |
| 65 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | 65 | ></el-table-column> |
| 66 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 67 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 68 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 69 | </select-table> | ||
| 70 | </el-form-item> | ||
| 71 | </el-col> | ||
| 72 | |||
| 73 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 74 | <el-form-item label="上手权利信息:" prop="ssQlxx.bdcqzh" :rules="rules.ssQlxxrules"> | ||
| 75 | <select-table | ||
| 76 | v-model="ruleForm.ssQlxx" | ||
| 77 | :table-width="550" | ||
| 78 | :tableData="ssQlxxList" | ||
| 79 | :props="props" | ||
| 80 | @change="ssQlxxchange"> | ||
| 81 | <el-table-column | ||
| 82 | prop="qllxmc" | ||
| 83 | width="130" | ||
| 84 | label="权利类型"></el-table-column> | ||
| 85 | <el-table-column | 66 | <el-table-column |
| 86 | prop="bdcqzh" | 67 | prop="qlrmc" |
| 87 | width="160" | 68 | label="被执行人" |
| 88 | label="不动产权证书"></el-table-column> | 69 | ></el-table-column> |
| 89 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 90 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 70 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 91 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 71 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| 92 | <el-table-column prop="zl" label="坐落"></el-table-column> | 72 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 93 | </select-table> | 73 | </select-table> |
| 94 | </el-form-item> | 74 | </el-form-item> |
| 95 | </el-col> | 75 | </div> |
| 96 | </el-row> | 76 | <div class="triangle"></div> |
| 97 | 77 | </div> | |
| 98 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> | 78 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> |
| 99 | <el-col :span="8"> | 79 | <el-col :span="8"> |
| 100 | <el-form-item label="权利人:"> | 80 | <el-form-item label="权利人:"> |
| ... | @@ -146,8 +126,38 @@ | ... | @@ -146,8 +126,38 @@ |
| 146 | </el-form-item> | 126 | </el-form-item> |
| 147 | </el-col> | 127 | </el-col> |
| 148 | </el-row> | 128 | </el-row> |
| 149 | <div class="slxx_title title-block"> | 129 | <div class="slxx_title title-block bdcqk"> |
| 150 | 地役权信息 | 130 | 地役权信息 |
| 131 | <div class="count" v-if="ssqlxxshow"> | ||
| 132 | <el-form-item | ||
| 133 | label="上手权利信息:" | ||
| 134 | prop="ssQlxx.bdcqzh" | ||
| 135 | :rules="rules.ssQlxxrules" | ||
| 136 | > | ||
| 137 | <select-table | ||
| 138 | v-model="ruleForm.ssQlxx" | ||
| 139 | :table-width="730" | ||
| 140 | :tableData="ssQlxxList" | ||
| 141 | :props="props" | ||
| 142 | @change="ssQlxxchange" | ||
| 143 | > | ||
| 144 | <el-table-column | ||
| 145 | prop="qllxmc" | ||
| 146 | width="130" | ||
| 147 | label="权利类型" | ||
| 148 | ></el-table-column> | ||
| 149 | <el-table-column | ||
| 150 | prop="bdcqzh" | ||
| 151 | width="160" | ||
| 152 | label="不动产权证书" | ||
| 153 | ></el-table-column> | ||
| 154 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 155 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 156 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 157 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 158 | </select-table> | ||
| 159 | </el-form-item> | ||
| 160 | </div> | ||
| 151 | <div class="triangle"></div> | 161 | <div class="triangle"></div> |
| 152 | </div> | 162 | </div> |
| 153 | <el-row :gutter="10"> | 163 | <el-row :gutter="10"> |
| ... | @@ -553,7 +563,6 @@ | ... | @@ -553,7 +563,6 @@ |
| 553 | }, | 563 | }, |
| 554 | // 弹框事件 | 564 | // 弹框事件 |
| 555 | ssQlxxchangediolog (val) { | 565 | ssQlxxchangediolog (val) { |
| 556 | console.log("确定了",this.ruleForm) | ||
| 557 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 566 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 558 | iconClass: "el-icon-question", //自定义图标样式 | 567 | iconClass: "el-icon-question", //自定义图标样式 |
| 559 | confirmButtonText: "确认", //确认按钮文字更换 | 568 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -564,8 +573,6 @@ | ... | @@ -564,8 +573,6 @@ |
| 564 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 573 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 565 | if (res.code == 200) { | 574 | if (res.code == 200) { |
| 566 | this.nowlist = res.result; | 575 | this.nowlist = res.result; |
| 567 | console.log("his.nowlist", this.nowlist); | ||
| 568 | console.log("this.ruleForm", this.ruleForm); | ||
| 569 | for (var key in this.ruleForm.dyiq) { | 576 | for (var key in this.ruleForm.dyiq) { |
| 570 | if ( | 577 | if ( |
| 571 | this.ruleForm.dyiq[key] == "" || | 578 | this.ruleForm.dyiq[key] == "" || |
| ... | @@ -575,15 +582,18 @@ | ... | @@ -575,15 +582,18 @@ |
| 575 | } | 582 | } |
| 576 | } | 583 | } |
| 577 | for (var key in this.ruleForm.qlxx) { | 584 | for (var key in this.ruleForm.qlxx) { |
| 578 | if ( | 585 | if ( |
| 579 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 586 | this.ruleForm.qlxx[key] == ""|| |
| 580 | this.ruleForm.qlxx[key] == null | 587 | this.ruleForm.qlxx[key] == null && |
| 581 | ) { | 588 | key != "ywh" && |
| 582 | console.log("this.ruleForm.qlxx[key]", key); | 589 | key != "dbr" && |
| 583 | if (key != "ywh") { | 590 | key != "djsj" && |
| 584 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 591 | key != "ssywh" && |
| 592 | key != "ssywh" && | ||
| 593 | key != "bdcqzh") { | ||
| 594 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 595 | |||
| 585 | } | 596 | } |
| 586 | } | ||
| 587 | } | 597 | } |
| 588 | if (!this.ruleForm.tdytqxList.length) { | 598 | if (!this.ruleForm.tdytqxList.length) { |
| 589 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 599 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; |
| ... | @@ -594,7 +604,6 @@ | ... | @@ -594,7 +604,6 @@ |
| 594 | if (!this.ruleForm.ywrData.length) { | 604 | if (!this.ruleForm.ywrData.length) { |
| 595 | this.ruleForm.ywrData = this.nowlist.ywrData; | 605 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 596 | } | 606 | } |
| 597 | console.log("this.ruleForm", this.ruleForm); | ||
| 598 | this.$message({ | 607 | this.$message({ |
| 599 | type: "success", | 608 | type: "success", |
| 600 | message: "同步成功!", | 609 | message: "同步成功!", |
| ... | @@ -614,7 +623,6 @@ | ... | @@ -614,7 +623,6 @@ |
| 614 | * @author: renchao | 623 | * @author: renchao |
| 615 | */ | 624 | */ |
| 616 | djlxchange (val) { | 625 | djlxchange (val) { |
| 617 | console.log("val", val); | ||
| 618 | if (val == null || val == 100) { | 626 | if (val == null || val == 100) { |
| 619 | this.ssqlxxshow = false; | 627 | this.ssqlxxshow = false; |
| 620 | } else { | 628 | } else { | ... | ... |
| ... | @@ -40,12 +40,9 @@ | ... | @@ -40,12 +40,9 @@ |
| 40 | </el-form-item> | 40 | </el-form-item> |
| 41 | </el-col> | 41 | </el-col> |
| 42 | </el-row> | 42 | </el-row> |
| 43 | <div class="slxx_title title-block"> | 43 | <div class="slxx_title title-block bdcqk"> |
| 44 | 房地产权(独幢、层、套、间房屋) | 44 | 房地产权信息 |
| 45 | <div class="triangle"></div> | 45 | <div class="count" v-if="ssqlxxshow"> |
| 46 | </div> | ||
| 47 | <el-row :gutter="24"> | ||
| 48 | <el-col :span="24" v-if="ssqlxxshow"> | ||
| 49 | <el-form-item | 46 | <el-form-item |
| 50 | label="上手权利信息:" | 47 | label="上手权利信息:" |
| 51 | prop="ssQlxx.bdcqzh" | 48 | prop="ssQlxx.bdcqzh" |
| ... | @@ -53,7 +50,7 @@ | ... | @@ -53,7 +50,7 @@ |
| 53 | > | 50 | > |
| 54 | <select-table | 51 | <select-table |
| 55 | v-model="ruleForm.ssQlxx" | 52 | v-model="ruleForm.ssQlxx" |
| 56 | :table-width="550" | 53 | :table-width="730" |
| 57 | :tableData="ssQlxxList" | 54 | :tableData="ssQlxxList" |
| 58 | :props="props" | 55 | :props="props" |
| 59 | @change="ssQlxxchange" | 56 | @change="ssQlxxchange" |
| ... | @@ -74,8 +71,9 @@ | ... | @@ -74,8 +71,9 @@ |
| 74 | <el-table-column prop="zl" label="坐落"></el-table-column> | 71 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 75 | </select-table> | 72 | </select-table> |
| 76 | </el-form-item> | 73 | </el-form-item> |
| 77 | </el-col> | 74 | </div> |
| 78 | </el-row> | 75 | <div class="triangle"></div> |
| 76 | </div> | ||
| 79 | <el-row :gutter="10"> | 77 | <el-row :gutter="10"> |
| 80 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 81 | <el-form-item label="不动产单元号:"> | 79 | <el-form-item label="不动产单元号:"> |
| ... | @@ -172,7 +170,7 @@ | ... | @@ -172,7 +170,7 @@ |
| 172 | <!-- 下拉框 --> | 170 | <!-- 下拉框 --> |
| 173 | <el-form-item label="土地性质:" style="margin-bottom: 3px"> | 171 | <el-form-item label="土地性质:" style="margin-bottom: 3px"> |
| 174 | <treeselect | 172 | <treeselect |
| 175 | v-model="tdxz" | 173 | v-model="ruleForm.fdcq2.tdxz" |
| 176 | noOptionsText="暂无数据" | 174 | noOptionsText="暂无数据" |
| 177 | placeholder="" | 175 | placeholder="" |
| 178 | :normalizer="normalizer" | 176 | :normalizer="normalizer" |
| ... | @@ -621,7 +619,6 @@ export default { | ... | @@ -621,7 +619,6 @@ export default { |
| 621 | }, | 619 | }, |
| 622 | // 弹框事件 | 620 | // 弹框事件 |
| 623 | ssQlxxchangediolog(val) { | 621 | ssQlxxchangediolog(val) { |
| 624 | console.log("确定了", this.ruleForm, val); | ||
| 625 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 622 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 626 | iconClass: "el-icon-question", //自定义图标样式 | 623 | iconClass: "el-icon-question", //自定义图标样式 |
| 627 | confirmButtonText: "确认", //确认按钮文字更换 | 624 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -634,8 +631,6 @@ export default { | ... | @@ -634,8 +631,6 @@ export default { |
| 634 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 631 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 635 | if (res.code == 200) { | 632 | if (res.code == 200) { |
| 636 | this.nowlist = res.result; | 633 | this.nowlist = res.result; |
| 637 | console.log("his.nowlist", this.nowlist); | ||
| 638 | console.log("this.ruleForm", this.ruleForm); | ||
| 639 | for (var key in this.ruleForm.fdcq2) { | 634 | for (var key in this.ruleForm.fdcq2) { |
| 640 | if ( | 635 | if ( |
| 641 | this.ruleForm.fdcq2[key] == "" || | 636 | this.ruleForm.fdcq2[key] == "" || |
| ... | @@ -645,15 +640,18 @@ export default { | ... | @@ -645,15 +640,18 @@ export default { |
| 645 | } | 640 | } |
| 646 | } | 641 | } |
| 647 | for (var key in this.ruleForm.qlxx) { | 642 | for (var key in this.ruleForm.qlxx) { |
| 648 | if ( | 643 | if ( |
| 649 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 644 | this.ruleForm.qlxx[key] == ""|| |
| 650 | this.ruleForm.qlxx[key] == null | 645 | this.ruleForm.qlxx[key] == null && |
| 651 | ) { | 646 | key != "ywh" && |
| 652 | console.log("this.ruleForm.qlxx[key]", key); | 647 | key != "dbr" && |
| 653 | if (key != "ywh") { | 648 | key != "djsj" && |
| 654 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 649 | key != "ssywh" && |
| 650 | key != "ssywh" && | ||
| 651 | key != "bdcqzh") { | ||
| 652 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 653 | |||
| 655 | } | 654 | } |
| 656 | } | ||
| 657 | } | 655 | } |
| 658 | if (!this.ruleForm.tdytqxList.length) { | 656 | if (!this.ruleForm.tdytqxList.length) { |
| 659 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 657 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; |
| ... | @@ -664,7 +662,6 @@ export default { | ... | @@ -664,7 +662,6 @@ export default { |
| 664 | if (!this.ruleForm.ywrData.length) { | 662 | if (!this.ruleForm.ywrData.length) { |
| 665 | this.ruleForm.ywrData = this.nowlist.ywrData; | 663 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 666 | } | 664 | } |
| 667 | console.log("this.ruleForm", this.ruleForm); | ||
| 668 | this.$message({ | 665 | this.$message({ |
| 669 | type: "success", | 666 | type: "success", |
| 670 | message: "同步成功!", | 667 | message: "同步成功!", |
| ... | @@ -779,7 +776,7 @@ export default { | ... | @@ -779,7 +776,7 @@ export default { |
| 779 | }); | 776 | }); |
| 780 | return false; | 777 | return false; |
| 781 | } | 778 | } |
| 782 | if (!this.tdxz) { | 779 | if (!this.ruleForm.fdcq2.tdxz) { |
| 783 | this.$message({ | 780 | this.$message({ |
| 784 | showClose: true, | 781 | showClose: true, |
| 785 | message: "请补充土地性质", | 782 | message: "请补充土地性质", |
| ... | @@ -787,12 +784,6 @@ export default { | ... | @@ -787,12 +784,6 @@ export default { |
| 787 | }); | 784 | }); |
| 788 | return false; | 785 | return false; |
| 789 | } | 786 | } |
| 790 | this.ruleForm.tdytqxList = this.ruleForm.tdytqxList.map((item) => { | ||
| 791 | return { | ||
| 792 | ...item, | ||
| 793 | qlxzbm: this.tdxz, | ||
| 794 | }; | ||
| 795 | }); | ||
| 796 | if (this.ruleForm.qlxx.gyfs == "0") { | 787 | if (this.ruleForm.qlxx.gyfs == "0") { |
| 797 | if (this.ruleForm.qlrData.length > 1) { | 788 | if (this.ruleForm.qlrData.length > 1) { |
| 798 | this.$message({ | 789 | this.$message({ | ... | ... |
| ... | @@ -15,6 +15,8 @@ | ... | @@ -15,6 +15,8 @@ |
| 15 | :label-position="flag ? 'top' : ''" | 15 | :label-position="flag ? 'top' : ''" |
| 16 | :inline="flag" | 16 | :inline="flag" |
| 17 | label-width="145px" | 17 | label-width="145px" |
| 18 | inline-message | ||
| 19 | :show-message="false" | ||
| 18 | > | 20 | > |
| 19 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 21 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 20 | <div class="slxx_title title-block"> | 22 | <div class="slxx_title title-block"> |
| ... | @@ -38,12 +40,9 @@ | ... | @@ -38,12 +40,9 @@ |
| 38 | </el-form-item> | 40 | </el-form-item> |
| 39 | </el-col> | 41 | </el-col> |
| 40 | </el-row> | 42 | </el-row> |
| 41 | <div class="slxx_title title-block"> | 43 | <div class="slxx_title title-block bdcqk"> |
| 42 | 建设用地、宅基地使用权信息 | 44 | 建设用地、宅基地使用权信息 |
| 43 | <div class="triangle"></div> | 45 | <div class="count" v-if="ssqlxxshow"> |
| 44 | </div> | ||
| 45 | <el-row :gutter="24"> | ||
| 46 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 47 | <el-form-item | 46 | <el-form-item |
| 48 | label="上手权利信息:" | 47 | label="上手权利信息:" |
| 49 | prop="ssQlxx.bdcqzh" | 48 | prop="ssQlxx.bdcqzh" |
| ... | @@ -51,7 +50,7 @@ | ... | @@ -51,7 +50,7 @@ |
| 51 | > | 50 | > |
| 52 | <select-table | 51 | <select-table |
| 53 | v-model="ruleForm.ssQlxx" | 52 | v-model="ruleForm.ssQlxx" |
| 54 | :table-width="550" | 53 | :table-width="730" |
| 55 | :tableData="ssQlxxList" | 54 | :tableData="ssQlxxList" |
| 56 | :props="props" | 55 | :props="props" |
| 57 | @change="ssQlxxchange" | 56 | @change="ssQlxxchange" |
| ... | @@ -72,8 +71,9 @@ | ... | @@ -72,8 +71,9 @@ |
| 72 | <el-table-column prop="zl" label="坐落"></el-table-column> | 71 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 73 | </select-table> | 72 | </select-table> |
| 74 | </el-form-item> | 73 | </el-form-item> |
| 75 | </el-col> | 74 | </div> |
| 76 | </el-row> | 75 | <div class="triangle"></div> |
| 76 | </div> | ||
| 77 | <el-row :gutter="10"> | 77 | <el-row :gutter="10"> |
| 78 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 79 | <el-form-item label="不动产单元号:"> | 79 | <el-form-item label="不动产单元号:"> |
| ... | @@ -81,7 +81,11 @@ | ... | @@ -81,7 +81,11 @@ |
| 81 | </el-form-item> | 81 | </el-form-item> |
| 82 | </el-col> | 82 | </el-col> |
| 83 | <el-col :span="8"> | 83 | <el-col :span="8"> |
| 84 | <el-form-item label="业务号:"> | 84 | <el-form-item |
| 85 | label="业务号:" | ||
| 86 | prop="qlxx.ywh" | ||
| 87 | :rules="rules.ywhrules" | ||
| 88 | > | ||
| 85 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 89 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> |
| 86 | </el-form-item> | 90 | </el-form-item> |
| 87 | </el-col> | 91 | </el-col> |
| ... | @@ -436,6 +440,7 @@ export default { | ... | @@ -436,6 +440,7 @@ export default { |
| 436 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], | 440 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], |
| 437 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], | 441 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], |
| 438 | djlxrules: [{ required: true, message: "登记类型", trigger: "blur" }], | 442 | djlxrules: [{ required: true, message: "登记类型", trigger: "blur" }], |
| 443 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], | ||
| 439 | }, | 444 | }, |
| 440 | }; | 445 | }; |
| 441 | }, | 446 | }, |
| ... | @@ -458,7 +463,6 @@ export default { | ... | @@ -458,7 +463,6 @@ export default { |
| 458 | }, | 463 | }, |
| 459 | // 弹框事件 | 464 | // 弹框事件 |
| 460 | ssQlxxchangediolog(val) { | 465 | ssQlxxchangediolog(val) { |
| 461 | console.log("确定了", this.ruleForm); | ||
| 462 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 466 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 463 | iconClass: "el-icon-question", //自定义图标样式 | 467 | iconClass: "el-icon-question", //自定义图标样式 |
| 464 | confirmButtonText: "确认", //确认按钮文字更换 | 468 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -469,8 +473,6 @@ export default { | ... | @@ -469,8 +473,6 @@ export default { |
| 469 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 473 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 470 | if (res.code == 200) { | 474 | if (res.code == 200) { |
| 471 | this.nowlist = res.result; | 475 | this.nowlist = res.result; |
| 472 | console.log("his.nowlist", this.nowlist); | ||
| 473 | console.log("this.ruleForm", this.ruleForm); | ||
| 474 | for (var key in this.ruleForm.jsydsyq) { | 476 | for (var key in this.ruleForm.jsydsyq) { |
| 475 | if ( | 477 | if ( |
| 476 | this.ruleForm.jsydsyq[key] == "" || | 478 | this.ruleForm.jsydsyq[key] == "" || |
| ... | @@ -481,14 +483,17 @@ export default { | ... | @@ -481,14 +483,17 @@ export default { |
| 481 | } | 483 | } |
| 482 | for (var key in this.ruleForm.qlxx) { | 484 | for (var key in this.ruleForm.qlxx) { |
| 483 | if ( | 485 | if ( |
| 484 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 486 | this.ruleForm.qlxx[key] == ""|| |
| 485 | this.ruleForm.qlxx[key] == null | 487 | this.ruleForm.qlxx[key] == null && |
| 486 | ) { | 488 | key != "ywh" && |
| 487 | console.log("this.ruleForm.qlxx[key]", key); | 489 | key != "dbr" && |
| 488 | if (key != "ywh") { | 490 | key != "djsj" && |
| 489 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 491 | key != "ssywh" && |
| 492 | key != "ssywh" && | ||
| 493 | key != "bdcqzh") { | ||
| 494 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 495 | |||
| 490 | } | 496 | } |
| 491 | } | ||
| 492 | } | 497 | } |
| 493 | if (!this.ruleForm.tdytqxList.length) { | 498 | if (!this.ruleForm.tdytqxList.length) { |
| 494 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 499 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; |
| ... | @@ -499,7 +504,6 @@ export default { | ... | @@ -499,7 +504,6 @@ export default { |
| 499 | if (!this.ruleForm.ywrData.length) { | 504 | if (!this.ruleForm.ywrData.length) { |
| 500 | this.ruleForm.ywrData = this.nowlist.ywrData; | 505 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 501 | } | 506 | } |
| 502 | console.log("this.ruleForm", this.ruleForm); | ||
| 503 | this.$message({ | 507 | this.$message({ |
| 504 | type: "success", | 508 | type: "success", |
| 505 | message: "同步成功!", | 509 | message: "同步成功!", | ... | ... |
| ... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +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="120px" | 18 | label-width="145px" |
| 19 | > | 19 | > |
| 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> | 20 | <div class="slxx_con" v-if="isShow" :class="flag ? 'formMarginBot0' : ''"> |
| 21 | <div class="slxx_title title-block"> | 21 | <div class="slxx_title title-block"> |
| ... | @@ -39,12 +39,9 @@ | ... | @@ -39,12 +39,9 @@ |
| 39 | </el-form-item> | 39 | </el-form-item> |
| 40 | </el-col> | 40 | </el-col> |
| 41 | </el-row> | 41 | </el-row> |
| 42 | <div class="slxx_title title-block"> | 42 | <div class="slxx_title title-block bdcqk"> |
| 43 | 土地所有权信息 | 43 | 土地所有权信息 |
| 44 | <div class="triangle"></div> | 44 | <div class="count" v-if="ssqlxxshow"> |
| 45 | </div> | ||
| 46 | <el-row :gutter="10"> | ||
| 47 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 48 | <el-form-item | 45 | <el-form-item |
| 49 | label="上手权利信息:" | 46 | label="上手权利信息:" |
| 50 | prop="ssQlxx.bdcqzh" | 47 | prop="ssQlxx.bdcqzh" |
| ... | @@ -52,7 +49,7 @@ | ... | @@ -52,7 +49,7 @@ |
| 52 | > | 49 | > |
| 53 | <select-table | 50 | <select-table |
| 54 | v-model="ruleForm.ssQlxx" | 51 | v-model="ruleForm.ssQlxx" |
| 55 | :table-width="550" | 52 | :table-width="730" |
| 56 | :tableData="ssQlxxList" | 53 | :tableData="ssQlxxList" |
| 57 | :props="props" | 54 | :props="props" |
| 58 | @change="ssQlxxchange" | 55 | @change="ssQlxxchange" |
| ... | @@ -73,7 +70,10 @@ | ... | @@ -73,7 +70,10 @@ |
| 73 | <el-table-column prop="zl" label="坐落"></el-table-column> | 70 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 74 | </select-table> | 71 | </select-table> |
| 75 | </el-form-item> | 72 | </el-form-item> |
| 76 | </el-col> | 73 | </div> |
| 74 | <div class="triangle"></div> | ||
| 75 | </div> | ||
| 76 | <el-row :gutter="10"> | ||
| 77 | <el-col :span="8"> | 77 | <el-col :span="8"> |
| 78 | <el-form-item label="上手业务号:"> | 78 | <el-form-item label="上手业务号:"> |
| 79 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> | 79 | <el-input disabled v-model="ruleForm.qlxx.ssywh"></el-input> |
| ... | @@ -104,7 +104,11 @@ | ... | @@ -104,7 +104,11 @@ |
| 104 | </el-form-item> | 104 | </el-form-item> |
| 105 | </el-col> | 105 | </el-col> |
| 106 | <el-col :span="8"> | 106 | <el-col :span="8"> |
| 107 | <el-form-item label="业务号:"> | 107 | <el-form-item |
| 108 | label="业务号:" | ||
| 109 | prop="qlxx.ywh" | ||
| 110 | :rules="rules.ywhrules" | ||
| 111 | > | ||
| 108 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> | 112 | <el-input v-model="ruleForm.qlxx.ywh"></el-input> |
| 109 | </el-form-item> | 113 | </el-form-item> |
| 110 | </el-col> | 114 | </el-col> |
| ... | @@ -447,7 +451,7 @@ | ... | @@ -447,7 +451,7 @@ |
| 447 | import { mapGetters } from "vuex"; | 451 | import { mapGetters } from "vuex"; |
| 448 | import store from "@/store/index.js"; | 452 | import store from "@/store/index.js"; |
| 449 | import ywmix from "@/views/ywbl/mixin/index"; | 453 | import ywmix from "@/views/ywbl/mixin/index"; |
| 450 | import { init, getSsQlxx,getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; | 454 | import { init, getSsQlxx, getQlxxByQlxxBsm, save } from "@/api/djbRepair.js"; |
| 451 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 455 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 452 | import selectTable from "@/components/selectTable/index.vue"; | 456 | import selectTable from "@/components/selectTable/index.vue"; |
| 453 | import tdytTable from "@/views/workflow/components/tdytTable"; | 457 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| ... | @@ -544,6 +548,7 @@ export default { | ... | @@ -544,6 +548,7 @@ export default { |
| 544 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], | 548 | dbrrules: [{ required: true, message: "登簿人", trigger: "blur" }], |
| 545 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], | 549 | djsjrules: [{ required: true, message: "登记时间", trigger: "blur" }], |
| 546 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], | 550 | djlxrules: [{ required: true, message: "登记类型", trigger: "change" }], |
| 551 | ywhrules: [{ required: true, message: "业务号", trigger: "blur" }], | ||
| 547 | }, | 552 | }, |
| 548 | }; | 553 | }; |
| 549 | }, | 554 | }, |
| ... | @@ -565,60 +570,61 @@ export default { | ... | @@ -565,60 +570,61 @@ export default { |
| 565 | }, | 570 | }, |
| 566 | // 弹框事件 | 571 | // 弹框事件 |
| 567 | ssQlxxchangediolog(val) { | 572 | ssQlxxchangediolog(val) { |
| 568 | console.log("确定了", this.ruleForm); | ||
| 569 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 573 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 570 | iconClass: "el-icon-question", //自定义图标样式 | 574 | iconClass: "el-icon-question", //自定义图标样式 |
| 571 | confirmButtonText: "确认", //确认按钮文字更换 | 575 | confirmButtonText: "确认", //确认按钮文字更换 |
| 572 | cancelButtonText: "取消", //取消按钮文字更换 | 576 | cancelButtonText: "取消", //取消按钮文字更换 |
| 573 | showClose: true, //是否显示右上角关闭按钮 | 577 | showClose: true, //是否显示右上角关闭按钮 |
| 574 | type: "warning", | 578 | type: "warning", |
| 575 | }).then(() => { | 579 | }) |
| 576 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 580 | .then(() => { |
| 577 | if (res.code == 200) { | 581 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 578 | this.nowlist = res.result; | 582 | if (res.code == 200) { |
| 579 | console.log("his.nowlist", this.nowlist); | 583 | this.nowlist = res.result; |
| 580 | console.log("this.ruleForm", this.ruleForm); | 584 | for (var key in this.ruleForm.tdsyq) { |
| 581 | for (var key in this.ruleForm.tdsyq) { | 585 | if ( |
| 582 | if ( | 586 | this.ruleForm.tdsyq[key] == "" || |
| 583 | this.ruleForm.tdsyq[key] == "" || | 587 | this.ruleForm.tdsyq[key] == null |
| 584 | this.ruleForm.tdsyq[key] == null | 588 | ) { |
| 585 | ) { | 589 | this.ruleForm.tdsyq[key] = this.nowlist.tdsyq[key]; |
| 586 | this.ruleForm.tdsyq[key] = this.nowlist.tdsyq[key]; | 590 | } |
| 587 | } | 591 | } |
| 588 | } | 592 | for (var key in this.ruleForm.qlxx) { |
| 589 | for (var key in this.ruleForm.qlxx) { | 593 | if ( |
| 590 | if ( | 594 | this.ruleForm.qlxx[key] == ""|| |
| 591 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 595 | this.ruleForm.qlxx[key] == null && |
| 592 | this.ruleForm.qlxx[key] == null | 596 | key != "ywh" && |
| 593 | ) { | 597 | key != "dbr" && |
| 594 | console.log("this.ruleForm.qlxx[key]", key); | 598 | key != "djsj" && |
| 595 | if (key != "ywh") { | 599 | key != "ssywh" && |
| 596 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 600 | key != "ssywh" && |
| 601 | key != "bdcqzh") { | ||
| 602 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 603 | |||
| 597 | } | 604 | } |
| 598 | } | 605 | } |
| 606 | if (!this.ruleForm.tdytqxList.length) { | ||
| 607 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | ||
| 608 | } | ||
| 609 | if (!this.ruleForm.qlrData.length) { | ||
| 610 | this.ruleForm.qlrData = this.nowlist.qlrData; | ||
| 611 | } | ||
| 612 | if (!this.ruleForm.ywrData.length) { | ||
| 613 | this.ruleForm.ywrData = this.nowlist.ywrData; | ||
| 614 | } | ||
| 615 | this.$message({ | ||
| 616 | type: "success", | ||
| 617 | message: "同步成功!", | ||
| 618 | }); | ||
| 599 | } | 619 | } |
| 600 | if (!this.ruleForm.tdytqxList.length) { | 620 | }); |
| 601 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 621 | }) |
| 602 | } | 622 | .catch(() => { |
| 603 | if (!this.ruleForm.qlrData.length) { | ||
| 604 | this.ruleForm.qlrData = this.nowlist.qlrData; | ||
| 605 | } | ||
| 606 | if (!this.ruleForm.ywrData.length) { | ||
| 607 | this.ruleForm.ywrData = this.nowlist.ywrData; | ||
| 608 | } | ||
| 609 | console.log("this.ruleForm", this.ruleForm); | ||
| 610 | this.$message({ | ||
| 611 | type: "success", | ||
| 612 | message: "同步成功!", | ||
| 613 | }); | ||
| 614 | } | ||
| 615 | }); | ||
| 616 | }).catch(() => { | ||
| 617 | this.$message({ | 623 | this.$message({ |
| 618 | type: "info", | 624 | type: "info", |
| 619 | message: "已取消同步", | 625 | message: "已取消同步", |
| 620 | }); | 626 | }); |
| 621 | }); | 627 | }); |
| 622 | }, | 628 | }, |
| 623 | /** | 629 | /** |
| 624 | * @description: djlxchange | 630 | * @description: djlxchange |
| ... | @@ -626,7 +632,6 @@ export default { | ... | @@ -626,7 +632,6 @@ export default { |
| 626 | * @author: renchao | 632 | * @author: renchao |
| 627 | */ | 633 | */ |
| 628 | djlxchange(val) { | 634 | djlxchange(val) { |
| 629 | console.log("val", val); | ||
| 630 | if (val == null || val == 100) { | 635 | if (val == null || val == 100) { |
| 631 | this.ssqlxxshow = false; | 636 | this.ssqlxxshow = false; |
| 632 | } else { | 637 | } else { | ... | ... |
| ... | @@ -41,20 +41,17 @@ | ... | @@ -41,20 +41,17 @@ |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | </el-row> | 43 | </el-row> |
| 44 | <div class="slxx_title title-block"> | 44 | <div class="slxx_title title-block bdcqk"> |
| 45 | 预告抵押登记信息不动产情况 | 45 | 预告抵押不动产情况 |
| 46 | <div class="triangle"></div> | 46 | <div class="count"> |
| 47 | </div> | ||
| 48 | <el-row :gutter="10"> | ||
| 49 | <el-col :span="8" v-if="ztQlxxList"> | ||
| 50 | <el-form-item | 47 | <el-form-item |
| 51 | label="抵押不动产信息:" | 48 | label="预告抵押不动产情况" |
| 52 | prop="ztQlxx" | 49 | prop="ztQlxx.bdcqzh" |
| 53 | :rules="rules.ztQlxxrules" | 50 | :rules="rules.ztQlxxrules" |
| 54 | > | 51 | > |
| 55 | <select-table | 52 | <select-table |
| 56 | v-model="ruleForm.ztQlxx" | 53 | v-model="ruleForm.ztQlxx" |
| 57 | :table-width="550" | 54 | :table-width="730" |
| 58 | :tableData="ztQlxxList" | 55 | :tableData="ztQlxxList" |
| 59 | :props="props" | 56 | :props="props" |
| 60 | @change="ztQlxxchange" | 57 | @change="ztQlxxchange" |
| ... | @@ -69,46 +66,18 @@ | ... | @@ -69,46 +66,18 @@ |
| 69 | width="160" | 66 | width="160" |
| 70 | label="不动产权证书" | 67 | label="不动产权证书" |
| 71 | ></el-table-column> | 68 | ></el-table-column> |
| 72 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 73 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 74 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 75 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 76 | </select-table> | ||
| 77 | </el-form-item> | ||
| 78 | </el-col> | ||
| 79 | |||
| 80 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 81 | <el-form-item | ||
| 82 | label="上手权利信息:" | ||
| 83 | prop="ssQlxx.bdcqzh" | ||
| 84 | :rules="rules.ssQlxxrules" | ||
| 85 | > | ||
| 86 | <select-table | ||
| 87 | v-model="ruleForm.ssQlxx" | ||
| 88 | :table-width="550" | ||
| 89 | :tableData="ssQlxxList" | ||
| 90 | :props="props" | ||
| 91 | @change="ssQlxxchange" | ||
| 92 | > | ||
| 93 | <el-table-column | 69 | <el-table-column |
| 94 | prop="qllxmc" | 70 | prop="qlrmc" |
| 95 | width="130" | 71 | label="被执行人" |
| 96 | label="权利类型" | ||
| 97 | ></el-table-column> | 72 | ></el-table-column> |
| 98 | <el-table-column | ||
| 99 | prop="bdcqzh" | ||
| 100 | width="160" | ||
| 101 | label="不动产权证书" | ||
| 102 | ></el-table-column> | ||
| 103 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 104 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 73 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 105 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 74 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| 106 | <el-table-column prop="zl" label="坐落"></el-table-column> | 75 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 107 | </select-table> | 76 | </select-table> |
| 108 | </el-form-item> | 77 | </el-form-item> |
| 109 | </el-col> | 78 | </div> |
| 110 | </el-row> | 79 | <div class="triangle"></div> |
| 111 | 80 | </div> | |
| 112 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> | 81 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> |
| 113 | <el-col :span="8"> | 82 | <el-col :span="8"> |
| 114 | <el-form-item label="权利人:"> | 83 | <el-form-item label="权利人:"> |
| ... | @@ -160,8 +129,38 @@ | ... | @@ -160,8 +129,38 @@ |
| 160 | </el-form-item> | 129 | </el-form-item> |
| 161 | </el-col> | 130 | </el-col> |
| 162 | </el-row> | 131 | </el-row> |
| 163 | <div class="slxx_title title-block"> | 132 | <div class="slxx_title title-block bdcqk"> |
| 164 | 预告登记信息 | 133 | 预告登记信息 |
| 134 | <div class="count" v-if="ssqlxxshow"> | ||
| 135 | <el-form-item | ||
| 136 | label="上手权利信息:" | ||
| 137 | prop="ssQlxx.bdcqzh" | ||
| 138 | :rules="rules.ssQlxxrules" | ||
| 139 | > | ||
| 140 | <select-table | ||
| 141 | v-model="ruleForm.ssQlxx" | ||
| 142 | :table-width="730" | ||
| 143 | :tableData="ssQlxxList" | ||
| 144 | :props="props" | ||
| 145 | @change="ssQlxxchange" | ||
| 146 | > | ||
| 147 | <el-table-column | ||
| 148 | prop="qllxmc" | ||
| 149 | width="130" | ||
| 150 | label="权利类型" | ||
| 151 | ></el-table-column> | ||
| 152 | <el-table-column | ||
| 153 | prop="bdcqzh" | ||
| 154 | width="160" | ||
| 155 | label="不动产权证书" | ||
| 156 | ></el-table-column> | ||
| 157 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 158 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 159 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 160 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 161 | </select-table> | ||
| 162 | </el-form-item> | ||
| 163 | </div> | ||
| 165 | <div class="triangle"></div> | 164 | <div class="triangle"></div> |
| 166 | </div> | 165 | </div> |
| 167 | <el-row :gutter="10"> | 166 | <el-row :gutter="10"> |
| ... | @@ -683,7 +682,6 @@ export default { | ... | @@ -683,7 +682,6 @@ export default { |
| 683 | }, | 682 | }, |
| 684 | // 弹框事件 | 683 | // 弹框事件 |
| 685 | ssQlxxchangediolog(val) { | 684 | ssQlxxchangediolog(val) { |
| 686 | console.log("确定了", this.ruleForm); | ||
| 687 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 685 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 688 | iconClass: "el-icon-question", //自定义图标样式 | 686 | iconClass: "el-icon-question", //自定义图标样式 |
| 689 | confirmButtonText: "确认", //确认按钮文字更换 | 687 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -695,8 +693,6 @@ export default { | ... | @@ -695,8 +693,6 @@ export default { |
| 695 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 693 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 696 | if (res.code == 200) { | 694 | if (res.code == 200) { |
| 697 | this.nowlist = res.result; | 695 | this.nowlist = res.result; |
| 698 | console.log("his.nowlist", this.nowlist); | ||
| 699 | console.log("this.ruleForm", this.ruleForm); | ||
| 700 | for (var key in this.ruleForm.ygdj) { | 696 | for (var key in this.ruleForm.ygdj) { |
| 701 | if ( | 697 | if ( |
| 702 | this.ruleForm.ygdj[key] == "" || | 698 | this.ruleForm.ygdj[key] == "" || |
| ... | @@ -706,14 +702,17 @@ export default { | ... | @@ -706,14 +702,17 @@ export default { |
| 706 | } | 702 | } |
| 707 | } | 703 | } |
| 708 | for (var key in this.ruleForm.qlxx) { | 704 | for (var key in this.ruleForm.qlxx) { |
| 709 | if ( | 705 | if ( |
| 710 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 706 | this.ruleForm.qlxx[key] == ""|| |
| 711 | this.ruleForm.qlxx[key] == null | 707 | this.ruleForm.qlxx[key] == null && |
| 712 | ) { | 708 | key != "ywh" && |
| 713 | console.log("this.ruleForm.qlxx[key]", key); | 709 | key != "dbr" && |
| 714 | if (key != "ywh") { | 710 | key != "djsj" && |
| 711 | key != "ssywh" && | ||
| 712 | key != "ssywh" && | ||
| 713 | key != "bdcqzh") { | ||
| 715 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 714 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; |
| 716 | } | 715 | |
| 717 | } | 716 | } |
| 718 | } | 717 | } |
| 719 | if (!this.ruleForm.tdytqxList.length) { | 718 | if (!this.ruleForm.tdytqxList.length) { |
| ... | @@ -725,7 +724,6 @@ export default { | ... | @@ -725,7 +724,6 @@ export default { |
| 725 | if (!this.ruleForm.ywrData.length) { | 724 | if (!this.ruleForm.ywrData.length) { |
| 726 | this.ruleForm.ywrData = this.nowlist.ywrData; | 725 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 727 | } | 726 | } |
| 728 | console.log("this.ruleForm", this.ruleForm); | ||
| 729 | this.$message({ | 727 | this.$message({ |
| 730 | type: "success", | 728 | type: "success", |
| 731 | message: "同步成功!", | 729 | message: "同步成功!", | ... | ... |
| ... | @@ -41,12 +41,9 @@ | ... | @@ -41,12 +41,9 @@ |
| 41 | </el-form-item> | 41 | </el-form-item> |
| 42 | </el-col> | 42 | </el-col> |
| 43 | </el-row> | 43 | </el-row> |
| 44 | <div class="slxx_title title-block"> | 44 | <div class="slxx_title title-block bdcqk"> |
| 45 | 预告买卖登记信息不动产情况 | 45 | 预告买卖不动产情况 |
| 46 | <div class="triangle"></div> | 46 | <div class="count" v-if="ssqlxxshow"> |
| 47 | </div> | ||
| 48 | <el-row :gutter="24"> | ||
| 49 | <el-col :span="24" v-if="ssqlxxshow"> | ||
| 50 | <el-form-item | 47 | <el-form-item |
| 51 | label="上手权利信息:" | 48 | label="上手权利信息:" |
| 52 | prop="ssQlxx.bdcqzh" | 49 | prop="ssQlxx.bdcqzh" |
| ... | @@ -54,7 +51,7 @@ | ... | @@ -54,7 +51,7 @@ |
| 54 | > | 51 | > |
| 55 | <select-table | 52 | <select-table |
| 56 | v-model="ruleForm.ssQlxx" | 53 | v-model="ruleForm.ssQlxx" |
| 57 | :table-width="550" | 54 | :table-width="730" |
| 58 | :tableData="ssQlxxList" | 55 | :tableData="ssQlxxList" |
| 59 | :props="props" | 56 | :props="props" |
| 60 | @change="ssQlxxchange" | 57 | @change="ssQlxxchange" |
| ... | @@ -75,8 +72,9 @@ | ... | @@ -75,8 +72,9 @@ |
| 75 | <el-table-column prop="zl" label="坐落"></el-table-column> | 72 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 76 | </select-table> | 73 | </select-table> |
| 77 | </el-form-item> | 74 | </el-form-item> |
| 78 | </el-col> | 75 | </div> |
| 79 | </el-row> | 76 | <div class="triangle"></div> |
| 77 | </div> | ||
| 80 | <el-row :gutter="10"> | 78 | <el-row :gutter="10"> |
| 81 | <el-col :span="8"> | 79 | <el-col :span="8"> |
| 82 | <el-form-item label="上手业务号:"> | 80 | <el-form-item label="上手业务号:"> |
| ... | @@ -587,8 +585,7 @@ export default { | ... | @@ -587,8 +585,7 @@ export default { |
| 587 | this.ssQlxxchangediolog(val); | 585 | this.ssQlxxchangediolog(val); |
| 588 | }, | 586 | }, |
| 589 | // 弹框事件 | 587 | // 弹框事件 |
| 590 | ssQlxxchangediolog(val) { | 588 | ssQlxxchangediolog(val) { |
| 591 | console.log("确定了", this.ruleForm); | ||
| 592 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 589 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 593 | iconClass: "el-icon-question", //自定义图标样式 | 590 | iconClass: "el-icon-question", //自定义图标样式 |
| 594 | confirmButtonText: "确认", //确认按钮文字更换 | 591 | confirmButtonText: "确认", //确认按钮文字更换 |
| ... | @@ -598,9 +595,7 @@ export default { | ... | @@ -598,9 +595,7 @@ export default { |
| 598 | }).then(() => { | 595 | }).then(() => { |
| 599 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { | 596 | getQlxxByQlxxBsm({ qlxxBsm: val.bsmQlxx }).then((res) => { |
| 600 | if (res.code == 200) { | 597 | if (res.code == 200) { |
| 601 | this.nowlist = res.result; | 598 | this.nowlist = res.result; |
| 602 | console.log("his.nowlist", this.nowlist); | ||
| 603 | console.log("this.ruleForm", this.ruleForm); | ||
| 604 | for (var key in this.ruleForm.ygdj) { | 599 | for (var key in this.ruleForm.ygdj) { |
| 605 | if ( | 600 | if ( |
| 606 | this.ruleForm.ygdj[key] == "" || | 601 | this.ruleForm.ygdj[key] == "" || |
| ... | @@ -610,15 +605,18 @@ export default { | ... | @@ -610,15 +605,18 @@ export default { |
| 610 | } | 605 | } |
| 611 | } | 606 | } |
| 612 | for (var key in this.ruleForm.qlxx) { | 607 | for (var key in this.ruleForm.qlxx) { |
| 613 | if ( | 608 | if ( |
| 614 | (this.ruleForm.qlxx[key] == null && key != "ywh") || | 609 | this.ruleForm.qlxx[key] == ""|| |
| 615 | this.ruleForm.qlxx[key] == null | 610 | this.ruleForm.qlxx[key] == null && |
| 616 | ) { | 611 | key != "ywh" && |
| 617 | console.log("this.ruleForm.qlxx[key]", key); | 612 | key != "dbr" && |
| 618 | if (key != "ywh") { | 613 | key != "djsj" && |
| 619 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | 614 | key != "ssywh" && |
| 615 | key != "ssywh" && | ||
| 616 | key != "bdcqzh") { | ||
| 617 | this.ruleForm.qlxx[key] = this.nowlist.qlxx[key]; | ||
| 618 | |||
| 620 | } | 619 | } |
| 621 | } | ||
| 622 | } | 620 | } |
| 623 | if (!this.ruleForm.tdytqxList.length) { | 621 | if (!this.ruleForm.tdytqxList.length) { |
| 624 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; | 622 | this.ruleForm.tdytqxList = this.nowlist.tdytqxList; |
| ... | @@ -628,8 +626,7 @@ export default { | ... | @@ -628,8 +626,7 @@ export default { |
| 628 | } | 626 | } |
| 629 | if (!this.ruleForm.ywrData.length) { | 627 | if (!this.ruleForm.ywrData.length) { |
| 630 | this.ruleForm.ywrData = this.nowlist.ywrData; | 628 | this.ruleForm.ywrData = this.nowlist.ywrData; |
| 631 | } | 629 | } |
| 632 | console.log("this.ruleForm", this.ruleForm); | ||
| 633 | this.$message({ | 630 | this.$message({ |
| 634 | type: "success", | 631 | type: "success", |
| 635 | message: "同步成功!", | 632 | message: "同步成功!", | ... | ... |
| ... | @@ -40,20 +40,17 @@ | ... | @@ -40,20 +40,17 @@ |
| 40 | </el-form-item> | 40 | </el-form-item> |
| 41 | </el-col> | 41 | </el-col> |
| 42 | </el-row> | 42 | </el-row> |
| 43 | <div class="slxx_title title-block"> | 43 | <div class="slxx_title title-block bdcqk"> |
| 44 | 异议登记不动产情况 | 44 | 异议登记不动产情况 |
| 45 | <div class="triangle"></div> | 45 | <div class="count"> |
| 46 | </div> | ||
| 47 | <el-row :gutter="10"> | ||
| 48 | <el-col :span="8"> | ||
| 49 | <el-form-item | 46 | <el-form-item |
| 50 | label="抵押不动产信息:" | 47 | label="异议登记信息:" |
| 51 | prop="ztQlxx.bdcqzh" | 48 | prop="ztQlxx.bdcqzh" |
| 52 | :rules="rules.ztQlxxrules" | 49 | :rules="rules.ztQlxxrules" |
| 53 | > | 50 | > |
| 54 | <select-table | 51 | <select-table |
| 55 | v-model="ruleForm.ztQlxx" | 52 | v-model="ruleForm.ztQlxx" |
| 56 | :table-width="550" | 53 | :table-width="730" |
| 57 | :tableData="ztQlxxList" | 54 | :tableData="ztQlxxList" |
| 58 | :props="props" | 55 | :props="props" |
| 59 | @change="ztQlxxchange" | 56 | @change="ztQlxxchange" |
| ... | @@ -68,46 +65,18 @@ | ... | @@ -68,46 +65,18 @@ |
| 68 | width="160" | 65 | width="160" |
| 69 | label="不动产权证书" | 66 | label="不动产权证书" |
| 70 | ></el-table-column> | 67 | ></el-table-column> |
| 71 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 72 | <el-table-column prop="mjmc" label="面积"></el-table-column> | ||
| 73 | <el-table-column prop="ytmc" label="用途"></el-table-column> | ||
| 74 | <el-table-column prop="zl" label="坐落"></el-table-column> | ||
| 75 | </select-table> | ||
| 76 | </el-form-item> | ||
| 77 | </el-col> | ||
| 78 | |||
| 79 | <el-col :span="8" v-if="ssqlxxshow"> | ||
| 80 | <el-form-item | ||
| 81 | label="上手权利信息:" | ||
| 82 | prop="ssQlxx.bdcqzh" | ||
| 83 | :rules="rules.ssQlxxrules" | ||
| 84 | > | ||
| 85 | <select-table | ||
| 86 | v-model="ruleForm.ssQlxx" | ||
| 87 | :table-width="550" | ||
| 88 | :tableData="ssQlxxList" | ||
| 89 | :props="props" | ||
| 90 | @change="ssQlxxchange" | ||
| 91 | > | ||
| 92 | <el-table-column | 68 | <el-table-column |
| 93 | prop="qllxmc" | 69 | prop="qlrmc" |
| 94 | width="130" | 70 | label="被执行人" |
| 95 | label="权利类型" | ||
| 96 | ></el-table-column> | 71 | ></el-table-column> |
| 97 | <el-table-column | ||
| 98 | prop="bdcqzh" | ||
| 99 | width="160" | ||
| 100 | label="不动产权证书" | ||
| 101 | ></el-table-column> | ||
| 102 | <el-table-column prop="qlrmc" label="权利人"></el-table-column> | ||
| 103 | <el-table-column prop="mjmc" label="面积"></el-table-column> | 72 | <el-table-column prop="mjmc" label="面积"></el-table-column> |
| 104 | <el-table-column prop="ytmc" label="用途"></el-table-column> | 73 | <el-table-column prop="ytmc" label="用途"></el-table-column> |
| 105 | <el-table-column prop="zl" label="坐落"></el-table-column> | 74 | <el-table-column prop="zl" label="坐落"></el-table-column> |
| 106 | </select-table> | 75 | </select-table> |
| 107 | </el-form-item> | 76 | </el-form-item> |
| 108 | </el-col> | 77 | </div> |
| 109 | </el-row> | 78 | <div class="triangle"></div> |
| 110 | 79 | </div> | |
| 111 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> | 80 | <el-row :gutter="10" v-if="ruleForm.ztQlxx != null"> |
| 112 | <el-col :span="8"> | 81 | <el-col :span="8"> |
| 113 | <el-form-item label="权利人:"> | 82 | <el-form-item label="权利人:"> |
| ... | @@ -529,7 +498,6 @@ export default { | ... | @@ -529,7 +498,6 @@ export default { |
| 529 | }, | 498 | }, |
| 530 | // 弹框事件 | 499 | // 弹框事件 |
| 531 | ssQlxxchangediolog(val) { | 500 | ssQlxxchangediolog(val) { |
| 532 | console.log("确定了", this.ruleForm); | ||
| 533 | this.$confirm("是否将上手权利信息同步到表单", "提示", { | 501 | this.$confirm("是否将上手权利信息同步到表单", "提示", { |
| 534 | iconClass: "el-icon-question", //自定义图标样式 | 502 | iconClass: "el-icon-question", //自定义图标样式 |
| 535 | confirmButtonText: "确认", //确认按钮文字更换 | 503 | confirmButtonText: "确认", //确认按钮文字更换 | ... | ... |
| ... | @@ -90,16 +90,19 @@ export default { | ... | @@ -90,16 +90,19 @@ export default { |
| 90 | tableData: [{ jdmc: "初审" }, { jdmc: "复审" }, { jdmc: "核定" }], | 90 | tableData: [{ jdmc: "初审" }, { jdmc: "复审" }, { jdmc: "核定" }], |
| 91 | falg: false, | 91 | falg: false, |
| 92 | falg1: false, | 92 | falg1: false, |
| 93 | monitor:true | ||
| 93 | }; | 94 | }; |
| 94 | }, | 95 | }, |
| 95 | 96 | ||
| 96 | watch: { | 97 | watch: { |
| 97 | yjsqOptions: { | 98 | yjsqOptions: { |
| 98 | handler(val) { | 99 | handler(val) { |
| 99 | console.log("val", val); | 100 | if(this.monitor){ |
| 100 | console.log("this.tableData[this.currentindex]",this.tableData[this.currentindex]); | 101 | this.add(val); |
| 101 | 102 | this.monitor=false | |
| 102 | this.add(val); | 103 | }else{ |
| 104 | this.add(val); | ||
| 105 | } | ||
| 103 | }, | 106 | }, |
| 104 | deep: true, | 107 | deep: true, |
| 105 | immediate: true, | 108 | immediate: true, | ... | ... |
-
Please register or sign in to post a comment