Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f1e94435
authored
2023-06-28 15:13:23 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:打印模板
1 parent
2583498d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
15 deletions
src/views/sqcx/jtfc/components/printView.vue
src/views/sqcx/jtfc/components/printView.vue
View file @
f1e9443
<!--
* @Description: 不动产查询证明打印模板
* @Autor: renchao
* @LastEditTime: 2023-06-28 15:
03:3
5
* @LastEditTime: 2023-06-28 15:
12:0
5
-->
<
template
>
<div
class=
"printView"
style=
"width:100%;padding:20px"
>
<h1
style=
"color: red;
text-align: center;
font-size: 38px;"
>
城固县不动产登记交易服务中心
</h1>
<hr
style=
" margin-top: 20px;
margin-bottom: 10px;
height: 1px;
width:100%;
border: none;
background-color: red;"
>
<p
style=
"width:100%;border-bottom: 1px solid red;margin-top: 20px;
margin-bottom: 10px;"
></p>
<h2
style=
"font-size: 36px;
text-align: center;"
>
不动产登记信息查询证明
</h2>
<h5
style=
" text-align: center;
...
...
@@ -32,17 +28,17 @@
<thead>
<tr>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
权利人
</th>
text-align: center;
height:36px
"
>
权利人
</th>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
证号
</th>
text-align: center;
height:36px
"
>
证号
</th>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
坐落
</th>
text-align: center;
height:36px
"
>
坐落
</th>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
面积
</th>
text-align: center;
height:36px
"
>
面积
</th>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
共有人
</th>
text-align: center;
height:36px
"
>
共有人
</th>
<th
style=
"background-color: #f2f2f2;
text-align: center;"
>
状态
</th>
text-align: center;
height:36px
"
>
状态
</th>
</tr>
</thead>
<tbody>
...
...
@@ -89,13 +85,13 @@
<img
:src=
"qrcodeImage"
alt=
"QR Code"
>
</div>
<ul
style=
"text-align: right;
line-height:
2
6px;
line-height:
3
6px;
font-size: 18px;"
>
<li
style=
"list-style: none;"
>
城固县不动产登记交易服务中心
</li>
<li
style=
"list-style: none;"
>
{{
newDate
}}
</li>
</ul>
<ol
style=
"margin-left: 20px;
line-height:
2
6px;"
>
line-height:
3
6px;"
>
<p>
说明:
</p>
<li>
该查询结果仅显示权利人在当前查询时间点不动产(房产)登记有关情况(“/”表示未查询到不动产登记信息);
</li>
<li>
该查询结果包含权利人不动产预告登记信息。查询范围为本市中心城区及开发区内的不动产登记信息;
</li>
...
...
Please
register
or
sign in
to post a comment