不动产档案明细
Showing
2 changed files
with
79 additions
and
40 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2024-03-29 13:26:04 | 4 | * @LastEditTime: 2024-03-29 15:40:58 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="jtfccx-edit-con"> | 7 | <div class="jtfccx-edit-con dydjbInfo"> |
8 | <b class="title"></b> | 8 | <h3>不动产档案明细</h3> |
9 | <b class="title">房屋状况</b> | 9 | <div class="dydjbInfo-item"> |
10 | <lb-table :column="fwColumns" key="fwzk" :data="resultData.hdetailList" | 10 | <b class="title">土地信息</b> |
11 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 11 | <lb-table :column="tdColumns" key="tdzk" :data="resultData.zdjbxxDetail" |
12 | :pagination="false"> | 12 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
13 | </lb-table> | 13 | :pagination="false"> |
14 | <b class="title">土地状况</b> | 14 | </lb-table> |
15 | <lb-table :column="tdColumns" key="tdzk" :data="resultData.zdjbxxDetail" | 15 | </div> |
16 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 16 | <div class="dydjbInfo-item"> |
17 | :pagination="false"> | 17 | <b class="title">房屋信息</b> |
18 | </lb-table> | 18 | <lb-table :column="fwColumns" key="fwzk" :data="resultData.hdetailList" |
19 | <b class="title">权属状况</b> | 19 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
20 | <lb-table :column="qszkColumns" key="qszk" :data="resultData.qsxxDetail" | 20 | :pagination="false"> |
21 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 21 | </lb-table> |
22 | :pagination="false"> | 22 | </div> |
23 | </lb-table> | 23 | <div class="dydjbInfo-item"> |
24 | <b class="title">抵押登记</b> | 24 | <b class="title">权属状况</b> |
25 | <lb-table :column="diyaColumns" key="dydj" :data="resultData.dyaqDetail" | 25 | <lb-table :column="qszkColumns" key="qszk" :data="resultData.qsxxDetail" |
26 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 26 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
27 | :pagination="false"> | 27 | :pagination="false"> |
28 | </lb-table> | 28 | </lb-table> |
29 | <b class="title">预告登记</b> | 29 | </div> |
30 | <lb-table :column="ygdjColumns" key="ygdj" :data="resultData.ygdjDetail" | 30 | <div class="dydjbInfo-item"> |
31 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 31 | <b class="title">抵押登记</b> |
32 | :pagination="false"> | 32 | <lb-table :column="diyaColumns" key="dydj" :data="resultData.dyaqDetail" |
33 | </lb-table> | 33 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
34 | <b class="title">查封状况</b> | 34 | :pagination="false"> |
35 | <lb-table :column="cfdjColumns" key="cfdj" :data="resultData.cfdjDetail" | 35 | </lb-table> |
36 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 36 | </div> |
37 | :pagination="false"> | 37 | <div class="dydjbInfo-item"> |
38 | </lb-table> | 38 | <b class="title">预告登记</b> |
39 | <b class="title">异议登记</b> | 39 | <lb-table :column="ygdjColumns" key="ygdj" :data="resultData.ygdjDetail" |
40 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" | 40 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" |
41 | :heightNumSetting="true" :minHeight="150" :rowStyleHeight='25' | 41 | :pagination="false"> |
42 | :pagination="false"> | 42 | </lb-table> |
43 | </lb-table> | 43 | </div> |
44 | <div class="dydjbInfo-item"> | ||
45 | <b class="title">查封状况</b> | ||
46 | <lb-table :column="cfdjColumns" key="cfdj" :data="resultData.cfdjDetail" | ||
47 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" | ||
48 | :pagination="false"> | ||
49 | </lb-table> | ||
50 | </div> | ||
51 | <div class="dydjbInfo-item"> | ||
52 | <b class="title">异议登记</b> | ||
53 | <lb-table :column="yydjColumns" key="yydj" :data="resultData.yydjDetail" | ||
54 | :heightNumSetting="true" :minHeight="115" :rowStyleHeight='25' :maxHeight="115" | ||
55 | :pagination="false"> | ||
56 | </lb-table> | ||
57 | </div> | ||
44 | </div> | 58 | </div> |
45 | </template> | 59 | </template> |
46 | 60 | ||
... | @@ -87,4 +101,29 @@ | ... | @@ -87,4 +101,29 @@ |
87 | border: 1px solid #acbed1; | 101 | border: 1px solid #acbed1; |
88 | height: 30px; | 102 | height: 30px; |
89 | } | 103 | } |
104 | .dydjbInfo { | ||
105 | overflow-x: hidden; | ||
106 | h3 { | ||
107 | text-align: center; | ||
108 | } | ||
109 | &-item { | ||
110 | display: flex; | ||
111 | } | ||
112 | .title { | ||
113 | white-space: nowrap; | ||
114 | border: 1px solid #dfe6ec; | ||
115 | color: #4a4a4a; | ||
116 | width: 80px; | ||
117 | display: inline-block; | ||
118 | height: 115px; | ||
119 | display: flex; | ||
120 | align-items: center; | ||
121 | justify-content: center; | ||
122 | border-right: none; | ||
123 | margin-top: 1px; | ||
124 | } | ||
125 | /deep/.lb-table { | ||
126 | width: 100%; | ||
127 | } | ||
128 | } | ||
90 | </style> | 129 | </style> | ... | ... |
... | @@ -115,7 +115,7 @@ | ... | @@ -115,7 +115,7 @@ |
115 | dydjbClick (scope) { | 115 | dydjbClick (scope) { |
116 | this.$popupDialog("明细详情", "sqcx/dydjb/components/addDydjb", { | 116 | this.$popupDialog("明细详情", "sqcx/dydjb/components/addDydjb", { |
117 | sqcxBsm: scope.row.bsmSqcx, | 117 | sqcxBsm: scope.row.bsmSqcx, |
118 | }) | 118 | }, "80%") |
119 | }, | 119 | }, |
120 | /** | 120 | /** |
121 | * @description: handleSort | 121 | * @description: handleSort |
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | this.$popupDialog("房屋明细查询", "sqcx/dydjb/components/addDydjb", { | 134 | this.$popupDialog("房屋明细查询", "sqcx/dydjb/components/addDydjb", { |
135 | sqcxBsm: '', | 135 | sqcxBsm: '', |
136 | isAdd: true | 136 | isAdd: true |
137 | }) | 137 | }, "80%") |
138 | } | 138 | } |
139 | }, | 139 | }, |
140 | }; | 140 | }; | ... | ... |
-
Please register or sign in to post a comment