去掉表单中默认‘请输入’
Showing
3 changed files
with
31 additions
and
31 deletions
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | type="text" | 134 | type="text" |
135 | style="top: -1px;" | 135 | style="top: -1px;" |
136 | :disabled="formData.qszt!='0'" | 136 | :disabled="formData.qszt!='0'" |
137 | placeholder="请输入" | 137 | |
138 | v-model="childItem.pzytdm" | 138 | v-model="childItem.pzytdm" |
139 | class="formInput" | 139 | class="formInput" |
140 | /> | 140 | /> |
... | @@ -143,7 +143,7 @@ | ... | @@ -143,7 +143,7 @@ |
143 | <input | 143 | <input |
144 | type="text" | 144 | type="text" |
145 | :disabled="formData.qszt!='0'" | 145 | :disabled="formData.qszt!='0'" |
146 | placeholder="请输入" | 146 | |
147 | v-model="childItem.sjytdm" | 147 | v-model="childItem.sjytdm" |
148 | class="formInput" | 148 | class="formInput" |
149 | /> | 149 | /> |
... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
152 | <input | 152 | <input |
153 | type="text" | 153 | type="text" |
154 | :disabled="formData.qszt!='0'" | 154 | :disabled="formData.qszt!='0'" |
155 | placeholder="请输入" | 155 | |
156 | v-model="childItem.syqx" | 156 | v-model="childItem.syqx" |
157 | class="formInput" | 157 | class="formInput" |
158 | /> | 158 | /> | ... | ... |
... | @@ -130,7 +130,7 @@ | ... | @@ -130,7 +130,7 @@ |
130 | <input | 130 | <input |
131 | type="text" | 131 | type="text" |
132 | style="top: -1px;" | 132 | style="top: -1px;" |
133 | placeholder="请输入" | 133 | |
134 | v-model="childItem.pzytdm" | 134 | v-model="childItem.pzytdm" |
135 | class="formInput" | 135 | class="formInput" |
136 | /> | 136 | /> |
... | @@ -138,7 +138,7 @@ | ... | @@ -138,7 +138,7 @@ |
138 | <li> | 138 | <li> |
139 | <input | 139 | <input |
140 | type="text" | 140 | type="text" |
141 | placeholder="请输入" | 141 | |
142 | v-model="childItem.sjytdm" | 142 | v-model="childItem.sjytdm" |
143 | class="formInput" | 143 | class="formInput" |
144 | /> | 144 | /> | ... | ... |
... | @@ -108,7 +108,7 @@ | ... | @@ -108,7 +108,7 @@ |
108 | <td colspan="2">宗地代码<i class="requisite">*</i></td> | 108 | <td colspan="2">宗地代码<i class="requisite">*</i></td> |
109 | <td colspan="4" class="psr"> | 109 | <td colspan="4" class="psr"> |
110 | <input :disabled="formData.qszt!='0'" maxlength="19" | 110 | <input :disabled="formData.qszt!='0'" maxlength="19" |
111 | type="text" placeholder="请输入" | 111 | type="text" |
112 | class="formInput percent80" | 112 | class="formInput percent80" |
113 | v-model="formData.zddm" | 113 | v-model="formData.zddm" |
114 | /> | 114 | /> |
... | @@ -120,7 +120,7 @@ | ... | @@ -120,7 +120,7 @@ |
120 | <tr> | 120 | <tr> |
121 | <td colspan="2">地籍号</td> | 121 | <td colspan="2">地籍号</td> |
122 | <td colspan="4"> | 122 | <td colspan="4"> |
123 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.djh" /> | 123 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.djh" /> |
124 | </td> | 124 | </td> |
125 | 125 | ||
126 | <td colspan="2">不动产单元号<i class="requisite">*</i></td> | 126 | <td colspan="2">不动产单元号<i class="requisite">*</i></td> |
... | @@ -136,12 +136,12 @@ | ... | @@ -136,12 +136,12 @@ |
136 | <tr> | 136 | <tr> |
137 | <td colspan="2">坐落<i class="requisite">*</i></td> | 137 | <td colspan="2">坐落<i class="requisite">*</i></td> |
138 | <td colspan="4"> | 138 | <td colspan="4"> |
139 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.zl" /> | 139 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zl" /> |
140 | </td> | 140 | </td> |
141 | <td colspan="2">项目名称</td> | 141 | <td colspan="2">项目名称</td> |
142 | <td colspan="4" class="psr"> | 142 | <td colspan="4" class="psr"> |
143 | <input :disabled="formData.qszt!='0'" | 143 | <input :disabled="formData.qszt!='0'" |
144 | type="text" placeholder="请输入" | 144 | type="text" |
145 | class="formInput " | 145 | class="formInput " |
146 | v-model="formData.xmmc" | 146 | v-model="formData.xmmc" |
147 | /> | 147 | /> |
... | @@ -162,20 +162,20 @@ | ... | @@ -162,20 +162,20 @@ |
162 | </td> | 162 | </td> |
163 | <td colspan="2">价格(元)</td> | 163 | <td colspan="2">价格(元)</td> |
164 | <td colspan="4" class="psr"> | 164 | <td colspan="4" class="psr"> |
165 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.jg" /> | 165 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jg" /> |
166 | </td> | 166 | </td> |
167 | </tr> | 167 | </tr> |
168 | <tr> | 168 | <tr> |
169 | <td colspan="2" rowspan="2">所在图幅号</td> | 169 | <td colspan="2" rowspan="2">所在图幅号</td> |
170 | <td colspan="2">比例尺</td> | 170 | <td colspan="2">比例尺</td> |
171 | <td colspan="8" class="psr"> | 171 | <td colspan="8" class="psr"> |
172 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.blc" /> | 172 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.blc" /> |
173 | </td> | 173 | </td> |
174 | </tr> | 174 | </tr> |
175 | <tr> | 175 | <tr> |
176 | <td colspan="2">图幅号</td> | 176 | <td colspan="2">图幅号</td> |
177 | <td colspan="8" class="psr"> | 177 | <td colspan="8" class="psr"> |
178 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.tfh" /> | 178 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.tfh" /> |
179 | </td> | 179 | </td> |
180 | </tr> | 180 | </tr> |
181 | <tr> | 181 | <tr> |
... | @@ -193,21 +193,21 @@ | ... | @@ -193,21 +193,21 @@ |
193 | </td> | 193 | </td> |
194 | <td colspan="2"> | 194 | <td colspan="2"> |
195 | <input | 195 | <input |
196 | type="text" placeholder="请输入" :disabled="formData.qszt!='0'" | 196 | type="text" :disabled="formData.qszt!='0'" |
197 | v-model="rjl" | 197 | v-model="rjl" |
198 | v-show="isInterval(formData.jyrjl)" | 198 | v-show="isInterval(formData.jyrjl)" |
199 | class="formInput percent47" | 199 | class="formInput percent47" |
200 | /> | 200 | /> |
201 | <span class="percent4" v-show="isInterval(formData.jyrjl)">-</span> | 201 | <span class="percent4" v-show="isInterval(formData.jyrjl)">-</span> |
202 | <input | 202 | <input |
203 | type="text" placeholder="请输入" :disabled="formData.qszt!='0'" | 203 | type="text" :disabled="formData.qszt!='0'" |
204 | v-model="formData.rjl" | 204 | v-model="formData.rjl" |
205 | :class="isInterval(formData.jyrjl) ? 'formInput percent47' : 'formInput'" | 205 | :class="isInterval(formData.jyrjl) ? 'formInput percent47' : 'formInput'" |
206 | /> | 206 | /> |
207 | </td> | 207 | </td> |
208 | <td colspan="2">容积说明</td> | 208 | <td colspan="2">容积说明</td> |
209 | <td colspan="4" class="psr"> | 209 | <td colspan="4" class="psr"> |
210 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.rjsm" /> | 210 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.rjsm" /> |
211 | </td> | 211 | </td> |
212 | </tr> | 212 | </tr> |
213 | <tr> | 213 | <tr> |
... | @@ -225,21 +225,21 @@ | ... | @@ -225,21 +225,21 @@ |
225 | </td> | 225 | </td> |
226 | <td colspan="2"> | 226 | <td colspan="2"> |
227 | <input | 227 | <input |
228 | type="text" placeholder="请输入" | 228 | type="text" |
229 | v-model="jzmd" :disabled="formData.qszt!='0'" | 229 | v-model="jzmd" :disabled="formData.qszt!='0'" |
230 | v-show="isInterval(formData.jyjzmd)" | 230 | v-show="isInterval(formData.jyjzmd)" |
231 | class="formInput percent47" | 231 | class="formInput percent47" |
232 | /> | 232 | /> |
233 | <span class="percent4" v-show="isInterval(formData.jyjzmd)">-</span> | 233 | <span class="percent4" v-show="isInterval(formData.jyjzmd)">-</span> |
234 | <input | 234 | <input |
235 | type="text" placeholder="请输入" | 235 | type="text" |
236 | v-model="formData.jzmd" :disabled="formData.qszt!='0'" | 236 | v-model="formData.jzmd" :disabled="formData.qszt!='0'" |
237 | :class="isInterval(formData.jyjzmd) ? 'formInput percent47' : 'formInput'" | 237 | :class="isInterval(formData.jyjzmd) ? 'formInput percent47' : 'formInput'" |
238 | /> | 238 | /> |
239 | </td> | 239 | </td> |
240 | <td colspan="2">建筑密度说明</td> | 240 | <td colspan="2">建筑密度说明</td> |
241 | <td colspan="4" class="psr"> | 241 | <td colspan="4" class="psr"> |
242 | <input type="text" :disabled="formData.qszt!='0'" placeholder="请输入" class="formInput" v-model="formData.jzmdsm" /> | 242 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzmdsm" /> |
243 | </td> | 243 | </td> |
244 | </tr> | 244 | </tr> |
245 | <tr> | 245 | <tr> |
... | @@ -257,46 +257,46 @@ | ... | @@ -257,46 +257,46 @@ |
257 | </td> | 257 | </td> |
258 | <td colspan="2"> | 258 | <td colspan="2"> |
259 | <input | 259 | <input |
260 | type="text" placeholder="请输入" :disabled="formData.qszt!='0'" | 260 | type="text" :disabled="formData.qszt!='0'" |
261 | v-model="jzxg" | 261 | v-model="jzxg" |
262 | v-show="isInterval(formData.jyjzxg)" | 262 | v-show="isInterval(formData.jyjzxg)" |
263 | class="formInput percent47" | 263 | class="formInput percent47" |
264 | /> | 264 | /> |
265 | <span class="percent4" v-show="isInterval(formData.jyjzxg)">-</span> | 265 | <span class="percent4" v-show="isInterval(formData.jyjzxg)">-</span> |
266 | <input | 266 | <input |
267 | type="text" placeholder="请输入" :disabled="formData.qszt!='0'" | 267 | type="text" :disabled="formData.qszt!='0'" |
268 | v-model="formData.jzxg" | 268 | v-model="formData.jzxg" |
269 | :class="isInterval(formData.jyjzxg) ? 'formInput percent47' : 'formInput'" | 269 | :class="isInterval(formData.jyjzxg) ? 'formInput percent47' : 'formInput'" |
270 | /> | 270 | /> |
271 | </td> | 271 | </td> |
272 | <td colspan="2">建筑限高说明</td> | 272 | <td colspan="2">建筑限高说明</td> |
273 | <td colspan="4" class="psr"> | 273 | <td colspan="4" class="psr"> |
274 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzxgsm" /> | 274 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzxgsm" /> |
275 | </td> | 275 | </td> |
276 | </tr> | 276 | </tr> |
277 | <tr> | 277 | <tr> |
278 | <td colspan="2" rowspan="4">宗地四至</td> | 278 | <td colspan="2" rowspan="4">宗地四至</td> |
279 | <td colspan="2">北至<i class="requisite">*</i></td> | 279 | <td colspan="2">北至<i class="requisite">*</i></td> |
280 | <td colspan="8" class="psr"> | 280 | <td colspan="8" class="psr"> |
281 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszb" /> | 281 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszb" /> |
282 | </td> | 282 | </td> |
283 | </tr> | 283 | </tr> |
284 | <tr> | 284 | <tr> |
285 | <td colspan="2">东至<i class="requisite">*</i></td> | 285 | <td colspan="2">东至<i class="requisite">*</i></td> |
286 | <td colspan="8" class="psr"> | 286 | <td colspan="8" class="psr"> |
287 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszd" /> | 287 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszd" /> |
288 | </td> | 288 | </td> |
289 | </tr> | 289 | </tr> |
290 | <tr> | 290 | <tr> |
291 | <td colspan="2">南至<i class="requisite">*</i></td> | 291 | <td colspan="2">南至<i class="requisite">*</i></td> |
292 | <td colspan="8" class="psr"> | 292 | <td colspan="8" class="psr"> |
293 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszn" /> | 293 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszn" /> |
294 | </td> | 294 | </td> |
295 | </tr> | 295 | </tr> |
296 | <tr> | 296 | <tr> |
297 | <td colspan="2">西至<i class="requisite">*</i></td> | 297 | <td colspan="2">西至<i class="requisite">*</i></td> |
298 | <td colspan="8" class="psr"> | 298 | <td colspan="8" class="psr"> |
299 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszx" /> | 299 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdszx" /> |
300 | </td> | 300 | </td> |
301 | </tr> | 301 | </tr> |
302 | <tr> | 302 | <tr> |
... | @@ -307,33 +307,33 @@ | ... | @@ -307,33 +307,33 @@ |
307 | <tr> | 307 | <tr> |
308 | <td colspan="2" rowspan="2">批准面积(㎡)</td> | 308 | <td colspan="2" rowspan="2">批准面积(㎡)</td> |
309 | <td colspan="2" rowspan="2"> | 309 | <td colspan="2" rowspan="2"> |
310 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.pzmj" /> | 310 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.pzmj" /> |
311 | </td> | 311 | </td> |
312 | <td colspan="2" rowspan="2">宗地面积(㎡)</td> | 312 | <td colspan="2" rowspan="2">宗地面积(㎡)</td> |
313 | <td colspan="2" rowspan="2"> | 313 | <td colspan="2" rowspan="2"> |
314 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdmj" /> | 314 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.zdmj" /> |
315 | </td> | 315 | </td> |
316 | <td colspan="2">建筑占地总面积</td> | 316 | <td colspan="2">建筑占地总面积</td> |
317 | <td colspan="2"> | 317 | <td colspan="2"> |
318 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzzdzmj" /> | 318 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzzdzmj" /> |
319 | </td> | 319 | </td> |
320 | </tr> | 320 | </tr> |
321 | <tr> | 321 | <tr> |
322 | <td colspan="2">建筑面积(㎡)</td> | 322 | <td colspan="2">建筑面积(㎡)</td> |
323 | <td colspan="2"> | 323 | <td colspan="2"> |
324 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzzmj" /> | 324 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzzmj" /> |
325 | </td> | 325 | </td> |
326 | </tr> | 326 | </tr> |
327 | <tr> | 327 | <tr> |
328 | <td colspan="2">共有/共用权利人情况</td> | 328 | <td colspan="2">共有/共用权利人情况</td> |
329 | <td colspan="10"> | 329 | <td colspan="10"> |
330 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.gygyqlrqk" /> | 330 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.gygyqlrqk" /> |
331 | </td> | 331 | </td> |
332 | </tr> | 332 | </tr> |
333 | <tr> | 333 | <tr> |
334 | <td colspan="2" rowspan="2">说明</td> | 334 | <td colspan="2" rowspan="2">说明</td> |
335 | <td colspan="10" rowspan="2"> | 335 | <td colspan="10" rowspan="2"> |
336 | <input type="text" placeholder="请输入" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.sm" /> | 336 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.sm" /> |
337 | </td> | 337 | </td> |
338 | </tr> | 338 | </tr> |
339 | </table> | 339 | </table> | ... | ... |
-
Please register or sign in to post a comment