index.vue
13.7 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
<template>
<div class="zrz content-form">
<el-form ref="form" :model="form" label-width="160px">
<table border="1" width="100%" cellspacing="1" cellpadding="2">
<tbody>
<tr>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
<td colspan="1" style="width:8.33%"></td>
</tr>
<tr height="30">
<td colspan="12" align="center" bgcolor="#F1F4FC" style="width:8.33%"><font size="5">自然幢基本信息</font></td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">活动名称</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">自然幢号</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name" style="width: 70%"></el-input>
<el-button @click.prevent="" type="primary" style="width:25%;margin-left:3%">生成</el-button>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">项目名称</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">不动产单元号</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name" style="width: 70%"></el-input>
<el-button @click.prevent="" type="primary" style="width:25%;margin-left:3%">生成</el-button>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">建筑物名称</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">建筑物基本用途</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">房屋性质</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-select v-model="value" placeholder="请选择" style="display:block;">
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">竣工日期</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-date-picker
v-model="form.date"
type="date"
placeholder="选择日期">
</el-date-picker>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">建筑物高度(m)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">总套数</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">幢用地面积(㎡)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">幢占用地面积(㎡)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">预测建筑面积(㎡)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">实测建筑面积(㎡)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">地下层数</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">地上层数</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">总层数</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">地下深度(m)</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">产别</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">产权来源</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">项目名称</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">不动产单元号</td>
<td colspan="4" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<el-button type="primary" size="mini" style="margin-right: 10px">添加</el-button>
<span>用途</span>
</td>
<td width="30" colspan="1" align="center" bgcolor="#F1F4FC" style="width:8.33%">规划用途</td>
<td width="30" colspan="4" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<el-select v-model="value" placeholder="请选择" style="display:block;">
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</td>
<td width="30" colspan="1" align="center" bgcolor="#F1F4FC" style="width:8.33%">用途</td>
<td width="30" colspan="4" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<el-select v-model="value" placeholder="请选择" style="display:block;">
<el-option
v-for="item in options"
:key="item.value"
:label="item.label"
:value="item.value">
</el-option>
</el-select>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<el-button type="primary" size="mini" style="margin-right: 10px">添加</el-button>
<span>房屋用途</span>
</td>
<td colspan="10" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<span>坐落</span>
</td>
<td colspan="10" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="2" rowspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<span>附加说明</span>
</td>
<td colspan="10" rowspan="2" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name" type="textarea"></el-input>
</td>
</tr>
<tr height="30">
</tr>
<tr height="30">
<td colspan="2" rowspan="2" align="center" bgcolor="#F1F4FC" style="width:8.33%">
<span>调查意见</span>
</td>
<td colspan="10" bgcolor="#F1F4FC" style="width:8.33%">
<el-input v-model="form.name"></el-input>
</td>
</tr>
<tr height="30">
<td colspan="10" bgcolor="#F1F4FC" style="width:8.33%">
<el-form-item label="审查员" style="margin-left:30%;float: left">
<el-input v-model="form.name" style="width: 100%"></el-input>
</el-form-item>
<el-form-item label="审查日期" style="margin-left: 70%">
<el-date-picker
v-model="form.date"
type="date"
style="width: 100%"
placeholder="选择日期">
</el-date-picker>
</el-form-item>
</td>
</tr>
</tbody>
</table>
</el-form>
</div>
</template>
<script>
export default {
name:'zrz',
data () {
return {
form:{
name:'',
date:'',
},
options: [{
value: '选项1',
label: '黄金糕'
}, {
value: '选项2',
label: '双皮奶'
}, {
value: '选项3',
label: '蚵仔煎'
}, {
value: '选项4',
label: '龙须面'
}, {
value: '选项5',
label: '北京烤鸭'
}],
value: '',
}
},
methods: {
}
}
</script>
<style rel="stylesheet/less" lang="less">
@import './index.less';
</style>