自然幢字典信息数据整理
Showing
1 changed file
with
5 additions
and
4 deletions
... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
10 | <tr height="30"> | 10 | <tr height="30"> |
11 | <td colspan="2" align="center" >宗地代码</td> | 11 | <td colspan="2" align="center" >宗地代码</td> |
12 | <td colspan="4" > | 12 | <td colspan="4" > |
13 | <el-input v-model="form.zddm"></el-input> | 13 | <el-input v-model="form.zddm" disabled="true"></el-input> |
14 | <el-input v-show="false" v-model="form.zdbsm"></el-input> | 14 | <el-input v-show="false" v-model="form.zdbsm"></el-input> |
15 | </td> | 15 | </td> |
16 | <td colspan="2" align="center" >自然幢号</td> | 16 | <td colspan="2" align="center" >自然幢号</td> |
... | @@ -445,6 +445,8 @@ | ... | @@ -445,6 +445,8 @@ |
445 | fwsjytbsm:'', //房屋实际用途字典标识码 | 445 | fwsjytbsm:'', //房屋实际用途字典标识码 |
446 | }) | 446 | }) |
447 | } | 447 | } |
448 | this.fwjgTitleRowspan=this.form.fwjgList.length; | ||
449 | this.ytTitleRowspan=this.form.fwytList.length; | ||
448 | if(res.result.qjQlxzListVOS.length>0){ | 450 | if(res.result.qjQlxzListVOS.length>0){ |
449 | if(res.result.qjQlxzListVOS[0].list.length<1){ | 451 | if(res.result.qjQlxzListVOS[0].list.length<1){ |
450 | res.result.qjQlxzListVOS[0].list.push({ | 452 | res.result.qjQlxzListVOS[0].list.push({ |
... | @@ -488,12 +490,11 @@ | ... | @@ -488,12 +490,11 @@ |
488 | this.form.zrzbsm=this.$route.query.bsm; | 490 | this.form.zrzbsm=this.$route.query.bsm; |
489 | this.getZrzDetailByBsm(this.$route.query.bsm) | 491 | this.getZrzDetailByBsm(this.$route.query.bsm) |
490 | } | 492 | } |
491 | }, | ||
492 | mounted() { | ||
493 | if(this.source!==1){ | 493 | if(this.source!==1){ |
494 | this.getZrzDetailByBsm(this.$route.query.bsm) | 494 | this.getZrzDetailByBsm(this.$route.query.bsm) |
495 | } | 495 | } |
496 | } | 496 | }, |
497 | mounted() {} | ||
497 | } | 498 | } |
498 | </script> | 499 | </script> |
499 | <style rel="stylesheet/less" lang="less" scoped> | 500 | <style rel="stylesheet/less" lang="less" scoped> | ... | ... |
-
Please register or sign in to post a comment