Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
8 changed files
with
130 additions
and
138 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-16 16:34:10 | 4 | * @LastEditTime: 2023-08-16 16:36:31 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -37,16 +37,12 @@ | ... | @@ -37,16 +37,12 @@ |
| 37 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 37 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 38 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> | 38 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> |
| 39 | <el-form-item label="权利类型:"> | 39 | <el-form-item label="权利类型:"> |
| 40 | <el-input | 40 | <el-input disabled v-model="ruleForm.sldyList[0].qllxmc"></el-input> |
| 41 | disabled | ||
| 42 | v-model="ruleForm.sldyList[0].qllxmc"></el-input> | ||
| 43 | </el-form-item> | 41 | </el-form-item> |
| 44 | </el-col> | 42 | </el-col> |
| 45 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> | 43 | <el-col :span="8" v-if="ruleForm.sldyList.length > 0"> |
| 46 | <el-form-item label="登记类型:"> | 44 | <el-form-item label="登记类型:"> |
| 47 | <el-input | 45 | <el-input disabled v-model="ruleForm.sldyList[0].djlxmc"></el-input> |
| 48 | disabled | ||
| 49 | v-model="ruleForm.sldyList[0].djlxmc"></el-input> | ||
| 50 | </el-form-item> | 46 | </el-form-item> |
| 51 | </el-col> | 47 | </el-col> |
| 52 | <el-col :span="8"> | 48 | <el-col :span="8"> |
| ... | @@ -56,34 +52,60 @@ | ... | @@ -56,34 +52,60 @@ |
| 56 | </el-col> | 52 | </el-col> |
| 57 | </el-row> | 53 | </el-row> |
| 58 | <div class="slxx_title title-block"> | 54 | <div class="slxx_title title-block"> |
| 59 | 房屋概况 | 55 | 房屋批量情况 |
| 60 | <div class="triangle"></div> | 56 | <div class="triangle"></div> |
| 61 | </div> | 57 | </div> |
| 62 | <el-row :gutter="10" v-if="ruleForm.zdjbxx"> | 58 | <el-row :gutter="10" v-if="ruleForm.zdjbxx"> |
| 63 | <el-col :span="8"> | 59 | <el-col :span="8"> |
| 64 | <el-form-item label="规划用途名称:"> | 60 | <el-form-item label="宗地面积:"> |
| 61 | <div class="flex"> | ||
| 62 | <el-input disabled v-model="ruleForm.zdjbxx.zdmj"></el-input> | ||
| 63 | <el-select disabled v-model="ruleForm.zdjbxx.mjdw" style="width: 68px"> | ||
| 64 | <el-option | ||
| 65 | v-for="item in dictData['A7']" | ||
| 66 | :key="item.dcode" | ||
| 67 | :label="item.dname" | ||
| 68 | :value="item.dcode"></el-option> | ||
| 69 | </el-select> | ||
| 70 | </div> | ||
| 71 | </el-form-item> | ||
| 72 | </el-col> | ||
| 73 | <el-col :span="8"> | ||
| 74 | <el-form-item label="土地性质:"> | ||
| 65 | <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input> | 75 | <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input> |
| 66 | </el-form-item> | 76 | </el-form-item> |
| 67 | </el-col> | 77 | </el-col> |
| 68 | <el-col :span="8"> | 78 | <el-col :span="8"> |
| 69 | <el-form-item label="权利设定方式名称:"> | 79 | <el-form-item label="土地用途:"> |
| 70 | <el-input disabled v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input> | 80 | <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input> |
| 71 | </el-form-item> | 81 | </el-form-item> |
| 72 | </el-col> | 82 | </el-col> |
| 83 | </el-row> | ||
| 84 | <el-row :gutter="10" v-if="ruleForm.zdjbxx"> | ||
| 73 | <el-col :span="8"> | 85 | <el-col :span="8"> |
| 74 | <el-form-item label="房屋性质:"> | 86 | <el-form-item label="房屋性质:"> |
| 87 | <el-input disabled v-model="ruleForm.zdjbxx.qlsdfsmc"></el-input> | ||
| 88 | </el-form-item> | ||
| 89 | </el-col> | ||
| 90 | <el-col :span="8"> | ||
| 91 | <el-form-item label="房屋用途:"> | ||
| 75 | <el-input disabled v-model="splicingFdcq2.fwxz"></el-input> | 92 | <el-input disabled v-model="splicingFdcq2.fwxz"></el-input> |
| 76 | </el-form-item> | 93 | </el-form-item> |
| 77 | </el-col> | 94 | </el-col> |
| 78 | </el-row> | ||
| 79 | <el-row :gutter="10" v-if="ruleForm.zdjbxx"> | ||
| 80 | <el-col :span="8"> | 95 | <el-col :span="8"> |
| 81 | <el-form-item label="房屋结构:"> | 96 | <el-form-item label="房屋结构:"> |
| 82 | <el-input disabled v-model="splicingFdcq2.fwjg"></el-input> | 97 | <el-input disabled v-model="splicingFdcq2.fwjg"></el-input> |
| 83 | </el-form-item> | 98 | </el-form-item> |
| 84 | </el-col> | 99 | </el-col> |
| 100 | </el-row> | ||
| 101 | <el-row :gutter="10" v-if="ruleForm.zdjbxx"> | ||
| 85 | <el-col :span="8"> | 102 | <el-col :span="8"> |
| 86 | <el-form-item label="建筑总面积:"> | 103 | <el-form-item label="房屋总层数:"> |
| 104 | <el-input disabled v-model="ruleForm.fdcq2List[0].zcs"></el-input> | ||
| 105 | </el-form-item> | ||
| 106 | </el-col> | ||
| 107 | <el-col :span="8"> | ||
| 108 | <el-form-item label="房屋总建筑面积:"> | ||
| 87 | <el-input disabled v-model="splicingFdcq2.jzmj"></el-input> | 109 | <el-input disabled v-model="splicingFdcq2.jzmj"></el-input> |
| 88 | </el-form-item> | 110 | </el-form-item> |
| 89 | </el-col> | 111 | </el-col> |
| ... | @@ -94,8 +116,13 @@ | ... | @@ -94,8 +116,13 @@ |
| 94 | </el-col> | 116 | </el-col> |
| 95 | </el-row> | 117 | </el-row> |
| 96 | <el-row :gutter="10" v-if="ruleForm.slsq"> | 118 | <el-row :gutter="10" v-if="ruleForm.slsq"> |
| 119 | <el-col :span="8"> | ||
| 120 | <el-form-item label="竣工时间:"> | ||
| 121 | <el-input disabled v-model="splicingFdcq2.jzmj"></el-input> | ||
| 122 | </el-form-item> | ||
| 123 | </el-col> | ||
| 97 | <el-col :span="5"> | 124 | <el-col :span="5"> |
| 98 | <el-form-item label="发证方式:"> | 125 | <el-form-item label="发证方式:" :disabled="!viewEdit"> |
| 99 | <el-radio-group v-model="ruleForm.slsq.fzfs"> | 126 | <el-radio-group v-model="ruleForm.slsq.fzfs"> |
| 100 | <el-radio label="1">小证</el-radio> | 127 | <el-radio label="1">小证</el-radio> |
| 101 | <el-radio label="2">大证</el-radio> | 128 | <el-radio label="2">大证</el-radio> |
| ... | @@ -132,8 +159,7 @@ | ... | @@ -132,8 +159,7 @@ |
| 132 | </el-radio-group> | 159 | </el-radio-group> |
| 133 | </el-form-item> | 160 | </el-form-item> |
| 134 | </el-col> | 161 | </el-col> |
| 135 | <el-col | 162 | <el-col :span="6" v-if="ruleForm.sldyList[0].gyfs!=0"> |
| 136 | :span="6" v-if="ruleForm.sldyList[0].gyfs!=0"> | ||
| 137 | <el-form-item label="持证人:"> | 163 | <el-form-item label="持证人:"> |
| 138 | <el-select | 164 | <el-select |
| 139 | v-model="ruleForm.czr" | 165 | v-model="ruleForm.czr" |
| ... | @@ -143,12 +169,10 @@ | ... | @@ -143,12 +169,10 @@ |
| 143 | v-for="item in czrOptions" | 169 | v-for="item in czrOptions" |
| 144 | :key="item.zjh" | 170 | :key="item.zjh" |
| 145 | :label="item.sqrmc" | 171 | :label="item.sqrmc" |
| 146 | :value="item.zjh"> | 172 | :value="item.zjh"></el-option> |
| 147 | </el-option> | ||
| 148 | </el-select> | 173 | </el-select> |
| 149 | </el-form-item> | 174 | </el-form-item> |
| 150 | </el-col> | 175 | </el-col> |
| 151 | |||
| 152 | </el-row> | 176 | </el-row> |
| 153 | <qlrCommonTable | 177 | <qlrCommonTable |
| 154 | :disabled="viewEdit" | 178 | :disabled="viewEdit" |
| ... | @@ -183,9 +207,14 @@ | ... | @@ -183,9 +207,14 @@ |
| 183 | </div> | 207 | </div> |
| 184 | </template> | 208 | </template> |
| 185 | <script> | 209 | <script> |
| 186 | import ywmix from "@/views/ywbl/mixin/index" | 210 | import ywmix from "@/views/ywbl/mixin/index"; |
| 187 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; | 211 | import qlrCommonTable from "@/views/workflow/components/qlrCommonTable"; |
| 188 | import { BatchInit, Init, saveBatchData, saveData } from "@/api/workflow/fwsyqFlow.js"; | 212 | import { |
| 213 | BatchInit, | ||
| 214 | Init, | ||
| 215 | saveBatchData, | ||
| 216 | saveData, | ||
| 217 | } from "@/api/workflow/fwsyqFlow.js"; | ||
| 189 | import { mapGetters } from "vuex"; | 218 | import { mapGetters } from "vuex"; |
| 190 | export default { | 219 | export default { |
| 191 | mixins: [ywmix], | 220 | mixins: [ywmix], |
| ... | @@ -208,19 +237,19 @@ | ... | @@ -208,19 +237,19 @@ |
| 208 | disabled: true, | 237 | disabled: true, |
| 209 | tdytOption: [], | 238 | tdytOption: [], |
| 210 | ruleForm: { | 239 | ruleForm: { |
| 211 | cfdjList: []//查封登记 | 240 | cfdjList: [], //查封登记 |
| 212 | , diyaqList: []//抵押权 | 241 | diyaqList: [], //抵押权 |
| 213 | , fdcq2List: []//房屋信息集合 | 242 | fdcq2List: [], //房屋信息集合 |
| 214 | , qlrList: []//权利人 | 243 | qlrList: [], //权利人 |
| 215 | , ywrList: []//义务人 | 244 | ywrList: [], //义务人 |
| 216 | , qlxxList: []//权利信息集合 | 245 | qlxxList: [], //权利信息集合 |
| 217 | , sldyList: []//受理不动产单元集合 | 246 | sldyList: [], //受理不动产单元集合 |
| 218 | , slsq: {}//受理申请流程明细 | 247 | slsq: {}, //受理申请流程明细 |
| 219 | , flow: {}//受理申请流程明细 | 248 | flow: {}, //受理申请流程明细 |
| 220 | , sqrList: []//申请人 | 249 | sqrList: [], //申请人 |
| 221 | , ssQlxxList: []//上手权利信息 | 250 | ssQlxxList: [], //上手权利信息 |
| 222 | , user: {}//用户 | 251 | user: {}, //用户 |
| 223 | , zdjbxx: {}//宗地基本信息 | 252 | zdjbxx: {}, //宗地基本信息 |
| 224 | }, | 253 | }, |
| 225 | czrOptions: [], | 254 | czrOptions: [], |
| 226 | //传递参数 | 255 | //传递参数 |
| ... | @@ -229,17 +258,19 @@ | ... | @@ -229,17 +258,19 @@ |
| 229 | viewEdit: true, | 258 | viewEdit: true, |
| 230 | rules: {}, | 259 | rules: {}, |
| 231 | gyfs: "", | 260 | gyfs: "", |
| 232 | bsmSlsq: this.$route.query.bsmSlsq,//受理申请标识码 | 261 | bsmSlsq: this.$route.query.bsmSlsq, //受理申请标识码 |
| 233 | splicingFdcq2: {//前端根据后台数组组装展示内容 | 262 | splicingFdcq2: { |
| 234 | fwxz: ''//房屋性质 | 263 | //前端根据后台数组组装展示内容 |
| 235 | , fwjg: ''//房屋结构 | 264 | tdxz: "",//土地性质 |
| 236 | , jzmj: '' //建筑面积 | 265 | fwxz: "", //房屋性质 |
| 237 | , zts: ''//房屋总套数 | 266 | fwjg: "", //房屋结构 |
| 238 | } | 267 | jzmj: "", //建筑面积 |
| 239 | } | 268 | zts: "", //房屋总套数 |
| 269 | }, | ||
| 270 | }; | ||
| 240 | }, | 271 | }, |
| 241 | mounted (callbackfn, thisArg) { | 272 | mounted (callbackfn, thisArg) { |
| 242 | this.viewEdit = this.$parent.currentSelectTab.ableOperation | 273 | this.viewEdit = this.$parent.currentSelectTab.ableOperation; |
| 243 | this.propsParam = this.$attrs; | 274 | this.propsParam = this.$attrs; |
| 244 | var formdata = new FormData(); | 275 | var formdata = new FormData(); |
| 245 | formdata.append("bsmSldy", this.propsParam.bsmSldy); | 276 | formdata.append("bsmSldy", this.propsParam.bsmSldy); |
| ... | @@ -250,10 +281,10 @@ | ... | @@ -250,10 +281,10 @@ |
| 250 | if (res.code == 200) { | 281 | if (res.code == 200) { |
| 251 | this.ruleForm = res.result; | 282 | this.ruleForm = res.result; |
| 252 | this.czrOptions = this.ruleForm.qlrList; | 283 | this.czrOptions = this.ruleForm.qlrList; |
| 253 | this.gyfs = this.ruleForm.sldyList[0].gyfs | 284 | this.gyfs = this.ruleForm.sldyList[0].gyfs; |
| 254 | this.splicingFdcq2Info(); | 285 | this.splicingFdcq2Info(); |
| 255 | } | 286 | } |
| 256 | }) | 287 | }); |
| 257 | }, | 288 | }, |
| 258 | methods: { | 289 | methods: { |
| 259 | //组装房地产权通用信息 | 290 | //组装房地产权通用信息 |
| ... | @@ -266,11 +297,11 @@ | ... | @@ -266,11 +297,11 @@ |
| 266 | let fwxzArr = []; | 297 | let fwxzArr = []; |
| 267 | let fwjgArr = []; | 298 | let fwjgArr = []; |
| 268 | let jzmj = 0; | 299 | let jzmj = 0; |
| 269 | fdcq2List.forEach(fdcq2 => { | 300 | fdcq2List.forEach((fdcq2) => { |
| 270 | fwxzArr.push(fdcq2.fwxzmc); | 301 | fwxzArr.push(fdcq2.fwxzmc); |
| 271 | fwjgArr.push(fdcq2.fwjgmc); | 302 | fwjgArr.push(fdcq2.fwjgmc); |
| 272 | jzmj += parseFloat(fdcq2.jzmj); | 303 | jzmj += parseFloat(fdcq2.jzmj); |
| 273 | }) | 304 | }); |
| 274 | //将数据转为字符串 | 305 | //将数据转为字符串 |
| 275 | //房屋性质 | 306 | //房屋性质 |
| 276 | let fwxz = Array.from(new Set(fwxzArr)).join(","); | 307 | let fwxz = Array.from(new Set(fwxzArr)).join(","); |
| ... | @@ -280,7 +311,6 @@ | ... | @@ -280,7 +311,6 @@ |
| 280 | this.splicingFdcq2.fwjg = fwjg; | 311 | this.splicingFdcq2.fwjg = fwjg; |
| 281 | this.splicingFdcq2.jzmj = jzmj == null ? 0 : jzmj; | 312 | this.splicingFdcq2.jzmj = jzmj == null ? 0 : jzmj; |
| 282 | this.splicingFdcq2.zts = fdcq2List.length; | 313 | this.splicingFdcq2.zts = fdcq2List.length; |
| 283 | |||
| 284 | }, | 314 | }, |
| 285 | /** | 315 | /** |
| 286 | * @description: 更新权利人信息 | 316 | * @description: 更新权利人信息 |
| ... | @@ -325,7 +355,8 @@ | ... | @@ -325,7 +355,8 @@ |
| 325 | if (this.ruleForm.qlrList.length <= 1) { | 355 | if (this.ruleForm.qlrList.length <= 1) { |
| 326 | this.$message({ | 356 | this.$message({ |
| 327 | showClose: true, | 357 | showClose: true, |
| 328 | message: "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | 358 | message: |
| 359 | "共有方式:共同所有,按份所有,其他所有,权利人必须是两个以上", | ||
| 329 | type: "error", | 360 | type: "error", |
| 330 | }); | 361 | }); |
| 331 | return false; | 362 | return false; |
| ... | @@ -338,18 +369,18 @@ | ... | @@ -338,18 +369,18 @@ |
| 338 | message: "保存成功!", | 369 | message: "保存成功!", |
| 339 | type: "success", | 370 | type: "success", |
| 340 | }); | 371 | }); |
| 341 | this.$store.dispatch('user/refreshPage', true); | 372 | this.$store.dispatch("user/refreshPage", true); |
| 342 | } else { | 373 | } else { |
| 343 | this.$message({ | 374 | this.$message({ |
| 344 | showClose: true, | 375 | showClose: true, |
| 345 | message: res.message, | 376 | message: res.message, |
| 346 | type: "error" | 377 | type: "error", |
| 347 | }) | 378 | }); |
| 348 | } | 379 | } |
| 349 | }) | 380 | }); |
| 350 | } | 381 | }, |
| 351 | } | 382 | }, |
| 352 | } | 383 | }; |
| 353 | </script> | 384 | </script> |
| 354 | <style scoped lang="scss"> | 385 | <style scoped lang="scss"> |
| 355 | @import "~@/styles/public.scss"; | 386 | @import "~@/styles/public.scss"; | ... | ... |
| ... | @@ -40,17 +40,6 @@ class data extends filter { | ... | @@ -40,17 +40,6 @@ class data extends filter { |
| 40 | <div> | 40 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 43 | {/* <a icon="el-icon-discover" style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 44 | <span icon="el-icon-discover" v-show={scope.row.zjgcdyzt == 1}>在建工程抵押</span> | ||
| 45 | <span icon="el-icon-discover" v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 46 | <span icon="el-icon-discover" v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 47 | <span icon="el-icon-discover" v-show={scope.row.cfzt == 1}> 已查封</span> | ||
| 48 | <span icon="el-icon-discover" v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 49 | <span icon="el-icon-discover" v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 50 | <span icon="el-icon-discover" v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 51 | <span icon="el-icon-discover" v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 52 | <span icon="el-icon-discover" v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 53 | <span icon="el-icon-discover" v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 54 | </div> | 43 | </div> |
| 55 | ) | 44 | ) |
| 56 | } | 45 | } |
| ... | @@ -92,11 +81,15 @@ class data extends filter { | ... | @@ -92,11 +81,15 @@ class data extends filter { |
| 92 | minWidth: '150' | 81 | minWidth: '150' |
| 93 | }, | 82 | }, |
| 94 | { | 83 | { |
| 95 | prop: "mj", | 84 | prop: "qlxzmc", |
| 85 | label: "权利性质", | ||
| 86 | }, | ||
| 87 | { | ||
| 88 | prop: "qlmjmc", | ||
| 96 | label: "面积", | 89 | label: "面积", |
| 97 | }, | 90 | }, |
| 98 | { | 91 | { |
| 99 | prop: "ytmc", | 92 | prop: "qlytmc", |
| 100 | label: "用途", | 93 | label: "用途", |
| 101 | }, | 94 | }, |
| 102 | { | 95 | { | ... | ... |
| ... | @@ -70,33 +70,29 @@ class data extends filter { | ... | @@ -70,33 +70,29 @@ class data extends filter { |
| 70 | minWidth: '150' | 70 | minWidth: '150' |
| 71 | }, | 71 | }, |
| 72 | { | 72 | { |
| 73 | prop: "fwxz", | 73 | prop: "gyqk", |
| 74 | label: "房屋性质", | 74 | label: "共有情况", |
| 75 | }, | ||
| 76 | { | ||
| 77 | prop: "fwjgmc", | ||
| 78 | label: "房屋结构", | ||
| 79 | }, | 75 | }, |
| 80 | { | 76 | { |
| 81 | prop: "qlrmc", | 77 | prop: "qlrmc", |
| 82 | label: "权利人", | 78 | label: "权利人", |
| 83 | }, | 79 | }, |
| 84 | { | 80 | { |
| 85 | prop: "zjh", | 81 | prop: "qlrzjhm", |
| 86 | label: "证件号", | 82 | label: "证件号", |
| 87 | }, | 83 | }, |
| 88 | { | 84 | { |
| 89 | prop: "mj", | 85 | prop: "qlxzmc", |
| 90 | label: "面积", | 86 | label: "权利性质", |
| 91 | }, | 87 | }, |
| 92 | { | 88 | { |
| 93 | prop: "showTdyt", | 89 | prop: "qlytmc", |
| 94 | label: "用途", | 90 | label: "用途", |
| 95 | }, | 91 | }, |
| 96 | { | 92 | { |
| 97 | prop: "zdmj", | 93 | prop: "qlmjmc", |
| 98 | label: "宗地面积", | 94 | label: "面积", |
| 99 | }, | 95 | }, |
| 100 | { | 96 | { |
| 101 | prop: "zl", | 97 | prop: "zl", |
| 102 | label: "坐落", | 98 | label: "坐落", | ... | ... |
| ... | @@ -77,12 +77,12 @@ class data extends filter { | ... | @@ -77,12 +77,12 @@ class data extends filter { |
| 77 | label: "权利性质", | 77 | label: "权利性质", |
| 78 | }, | 78 | }, |
| 79 | { | 79 | { |
| 80 | prop: "mjmc", | 80 | prop: "qlmjmc", |
| 81 | width: '100', | 81 | width: '100', |
| 82 | label: "使用权面积", | 82 | label: "使用权面积", |
| 83 | }, | 83 | }, |
| 84 | { | 84 | { |
| 85 | prop: "ytmc", | 85 | prop: "qlytmc", |
| 86 | label: "土地用途", | 86 | label: "土地用途", |
| 87 | }, | 87 | }, |
| 88 | { | 88 | { | ... | ... |
| ... | @@ -78,12 +78,12 @@ class data extends filter { | ... | @@ -78,12 +78,12 @@ class data extends filter { |
| 78 | label: "权利性质", | 78 | label: "权利性质", |
| 79 | }, | 79 | }, |
| 80 | { | 80 | { |
| 81 | prop: "mj", | 81 | prop: "qlmjmc", |
| 82 | width: '100', | 82 | width: '100', |
| 83 | label: "使用权面积", | 83 | label: "使用权面积", |
| 84 | }, | 84 | }, |
| 85 | { | 85 | { |
| 86 | prop: "ytmc", | 86 | prop: "qlytmc", |
| 87 | label: "土地用途", | 87 | label: "土地用途", |
| 88 | }, | 88 | }, |
| 89 | { | 89 | { | ... | ... |
| ... | @@ -40,17 +40,6 @@ class data extends filter { | ... | @@ -40,17 +40,6 @@ class data extends filter { |
| 40 | <div> | 40 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 43 | {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 44 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
| 45 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 46 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 47 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
| 48 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 49 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 50 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 51 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 52 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 53 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 54 | </div> | 43 | </div> |
| 55 | ) | 44 | ) |
| 56 | } | 45 | } |
| ... | @@ -87,12 +76,12 @@ class data extends filter { | ... | @@ -87,12 +76,12 @@ class data extends filter { |
| 87 | label: "权利性质", | 76 | label: "权利性质", |
| 88 | }, | 77 | }, |
| 89 | { | 78 | { |
| 90 | prop: "mjmc", | 79 | prop: "qlmjmc", |
| 91 | width: '100', | 80 | width: '100', |
| 92 | label: "使用权面积", | 81 | label: "使用权面积", |
| 93 | }, | 82 | }, |
| 94 | { | 83 | { |
| 95 | prop: "ytmc", | 84 | prop: "qlytmc", |
| 96 | label: "土地用途", | 85 | label: "土地用途", |
| 97 | }, | 86 | }, |
| 98 | { | 87 | { | ... | ... |
| ... | @@ -40,17 +40,6 @@ class data extends filter { | ... | @@ -40,17 +40,6 @@ class data extends filter { |
| 40 | <div> | 40 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 43 | {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 44 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
| 45 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 46 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 47 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
| 48 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 49 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 50 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 51 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 52 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 53 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 54 | </div> | 43 | </div> |
| 55 | ) | 44 | ) |
| 56 | } | 45 | } |
| ... | @@ -66,18 +55,10 @@ class data extends filter { | ... | @@ -66,18 +55,10 @@ class data extends filter { |
| 66 | }, | 55 | }, |
| 67 | { | 56 | { |
| 68 | prop: "bdcqzh", | 57 | prop: "bdcqzh", |
| 69 | label: "不动产权证号", | 58 | label: "不动产登记证明号", |
| 70 | minWidth: '150' | 59 | minWidth: '150' |
| 71 | }, | 60 | }, |
| 72 | { | 61 | { |
| 73 | prop: "fwxz", | ||
| 74 | label: "房屋性质", | ||
| 75 | }, | ||
| 76 | { | ||
| 77 | prop: "fwjgmc", | ||
| 78 | label: "房屋结构", | ||
| 79 | }, | ||
| 80 | { | ||
| 81 | prop: "qlrmc", | 62 | prop: "qlrmc", |
| 82 | label: "权利人", | 63 | label: "权利人", |
| 83 | }, | 64 | }, |
| ... | @@ -86,18 +67,31 @@ class data extends filter { | ... | @@ -86,18 +67,31 @@ class data extends filter { |
| 86 | label: "证件号", | 67 | label: "证件号", |
| 87 | }, | 68 | }, |
| 88 | { | 69 | { |
| 89 | prop: "mj", | 70 | prop: "ywrmc", |
| 90 | label: "面积", | 71 | label: "义务人", |
| 91 | }, | 72 | }, |
| 92 | { | 73 | { |
| 93 | prop: "showTdyt", | 74 | prop: "ywrzjhm", |
| 94 | label: "用途", | 75 | label: "义务人证件号", |
| 76 | minWidth: '150' | ||
| 95 | }, | 77 | }, |
| 96 | { | 78 | { |
| 97 | prop: "zdmj", | 79 | prop: "fwxzmc", |
| 98 | label: "宗地面积", | 80 | label: "房屋性质", |
| 81 | }, | ||
| 82 | { | ||
| 83 | prop: "ytmc", | ||
| 84 | label: "房屋用途", | ||
| 99 | }, | 85 | }, |
| 100 | { | 86 | { |
| 87 | prop: "fwjgmc", | ||
| 88 | label: "房屋结构", | ||
| 89 | }, | ||
| 90 | { | ||
| 91 | prop: "jzmj", | ||
| 92 | label: "房屋面积(㎡)", | ||
| 93 | }, | ||
| 94 | { | ||
| 101 | prop: "zl", | 95 | prop: "zl", |
| 102 | label: "坐落", | 96 | label: "坐落", |
| 103 | minWidth: '130' | 97 | minWidth: '130' | ... | ... |
| ... | @@ -40,24 +40,13 @@ class data extends filter { | ... | @@ -40,24 +40,13 @@ class data extends filter { |
| 40 | <div> | 40 | <div> |
| 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> | 41 | <a style='color:#3498db;' v-show={scope.row.djblzt == 1}>{this.yWstatus(scope.row)}</a> |
| 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> | 42 | <span v-show={scope.row.djblzt != 1}>{this.yWstatus(scope.row)}</span> |
| 43 | {/* <a style='color:#3498db;' v-show={scope.row.djblzt == 1} >正在办理</a> | ||
| 44 | <span v-show={scope.row.zjgcdyzt == 1}>,在建工程抵押</span> | ||
| 45 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 46 | <span v-show={scope.row.ycfzt == 1}>,已预查封</span> | ||
| 47 | <span v-show={scope.row.cfzt == 1}>,已查封</span> | ||
| 48 | <span v-show={scope.row.diyizt == 1}>,已地役</span> | ||
| 49 | <span v-show={scope.row.yyzt == 1}>,异议中</span> | ||
| 50 | <span v-show={scope.row.xzzt == 1}>,已限制</span> | ||
| 51 | <span v-show={scope.row.ygmmzt == 1}>,已预告买卖</span> | ||
| 52 | <span v-show={scope.row.ygdyzt == 1}>,已预告抵押</span> | ||
| 53 | <span v-show={scope.row.dyzt == 1}>,已抵押</span> */} | ||
| 54 | </div> | 43 | </div> |
| 55 | ) | 44 | ) |
| 56 | } | 45 | } |
| 57 | }, | 46 | }, |
| 58 | { | 47 | { |
| 59 | prop: "bdcqzh", | 48 | prop: "bdcqzh", |
| 60 | label: "不动产证明号", | 49 | label: "不动产登记证明号", |
| 61 | minWidth: '150' | 50 | minWidth: '150' |
| 62 | }, | 51 | }, |
| 63 | { | 52 | { | ... | ... |
-
Please register or sign in to post a comment