openPrintZrzbgView.jsp
6.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<%@ page contentType="text/html;charset=UTF-8" %>
<%@ include file="/WEB-INF/views/include/taglib.jsp"%>
<html>
<head>
<meta name="decorator" content="default"/>
</head>
<body>
<sys:message content="${message}"/>
<div align="left"><label class="control-label" ></label></div><br>
<div align="center" style="font-size: 26px; font-weight: bold" style="font-family:宋体">
<h1>楼 盘 变 更 对 比 表</h1>
</div>
<br>
<div align="right" ></div>
<table class="table-form" width="700" border="1" align="center">
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;"></td>
<td width="30%" style="font-size:24px;">变更前</td>
<td width="30%" style="font-size:24px;">变更后</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">标识码</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzBsm}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgBsm}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">要素代码</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzYsdm}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgYsdm}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">不动产单元号</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzBdcdyh}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgBdcdyh}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">宗地代码</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzZddm}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgZddm}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">自然幢号</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzZrzh}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgZrzh}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">项目名称</td>
<td width="30%" style="font-size:24px;" colspan="2">${ZrzXmmc}</td>
<%-- <td width="30%" style="font-size:24px;">${ZrzbgXmmc}</td> --%>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">建筑物名称</td>
<td width="30%" style="font-size:24px;">${ZrzGzwmc}</td>
<td width="30%" style="font-size:24px;">${ZrzbgGzwmc}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">竣工日期</td>
<td width="30%" style="font-size:24px;">${ZrzJgrq}</td>
<td width="30%" style="font-size:24px;">${ZrzbgJgrq}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">建筑物高度</td>
<td width="30%" style="font-size:24px;">${ZrzJzwgd}</td>
<td width="30%" style="font-size:24px;">${ZrzbgJzwgd}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">幢占地面积</td>
<td width="30%" style="font-size:24px;">${ZrzZzdmj}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZzdmj}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">幢用地面积</td>
<td width="30%" style="font-size:24px;">${ZrzZydmj}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZydmj}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">状态</td>
<td width="30%" style="font-size:24px;">${ZrzZt}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZt}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">建筑面积</td>
<td width="30%" style="font-size:24px;">${ZrzScjzmj}</td>
<td width="30%" style="font-size:24px;">${ZrzbgScjzmj}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">总层数</td>
<td width="30%" style="font-size:24px;">${ZrzZcs}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZcs}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">地上层数</td>
<td width="30%" style="font-size:24px;">${ZrzDscs}</td>
<td width="30%" style="font-size:24px;">${ZrzbgDscs}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">地下层数</td>
<td width="30%" style="font-size:24px;">${ZrzDxcs}</td>
<td width="30%" style="font-size:24px;">${ZrzbgDxcs}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">规划用途</td>
<td width="30%" style="font-size:24px;">${ZrzGhyt}</td>
<td width="30%" style="font-size:24px;">${ZrzbgGhyt}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">房屋结构</td>
<td width="30%" style="font-size:24px;">${ZrzFwjg}</td>
<td width="30%" style="font-size:24px;">${ZrzbgFwjg}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">总套数</td>
<td width="30%" style="font-size:24px;">${ZrzZts}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZts}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">宗地分摊方式</td>
<td width="30%" style="font-size:24px;">${ZrzZdftfs}</td>
<td width="30%" style="font-size:24px;">${ZrzbgZdftfs}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">建筑物基本用途</td>
<td width="30%" style="font-size:24px;">${ZrzJzwjbyt}</td>
<td width="30%" style="font-size:24px;">${ZrzbgJzwjbyt}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">档案号</td>
<td width="30%" style="font-size:24px;">${ZrzDah}</td>
<td width="30%" style="font-size:24px;">${ZrzbgDah}</td>
</tr>
<tr align="center" height="60">
<td width="30%" style="font-size:24px;font-weight:bold;">备注</td>
<td width="30%" style="font-size:24px;">${ZrzBz}</td>
<td width="30%" style="font-size:24px;">${ZrzbgBz}</td>
</tr>
</table>
<br>
<style type="text/css" media=print>.noprint {display : none }</style>
<div width="800" class="noprint" align="center">
<input type=button name=show value="打印" onclick="javascript:window.print(); ">
<input onclick =" javascript:window.close();" type=button value="关闭" name= close>
</div>
</body>
</html>