宗地表单输入框顺序调整
Showing
1 changed file
with
14 additions
and
13 deletions
| ... | @@ -182,19 +182,6 @@ | ... | @@ -182,19 +182,6 @@ |
| 182 | </td> | 182 | </td> |
| 183 | </tr> | 183 | </tr> |
| 184 | <tr> | 184 | <tr> |
| 185 | <td colspan="2" rowspan="2">所在图幅号</td> | ||
| 186 | <td colspan="2">比例尺</td> | ||
| 187 | <td colspan="8" class="psr"> | ||
| 188 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.blc"/> | ||
| 189 | </td> | ||
| 190 | </tr> | ||
| 191 | <tr> | ||
| 192 | <td colspan="2">图幅号</td> | ||
| 193 | <td colspan="8" class="psr"> | ||
| 194 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.tfh"/> | ||
| 195 | </td> | ||
| 196 | </tr> | ||
| 197 | <tr> | ||
| 198 | <td colspan="2">容积率</td> | 185 | <td colspan="2">容积率</td> |
| 199 | <td colspan="2"> | 186 | <td colspan="2"> |
| 200 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyrjl"> | 187 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyrjl"> |
| ... | @@ -291,6 +278,20 @@ | ... | @@ -291,6 +278,20 @@ |
| 291 | </td> | 278 | </td> |
| 292 | </tr> | 279 | </tr> |
| 293 | <tr> | 280 | <tr> |
| 281 | <td colspan="2" rowspan="2">所在图幅号</td> | ||
| 282 | <td colspan="2">比例尺</td> | ||
| 283 | <td colspan="8" class="psr"> | ||
| 284 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.blc"/> | ||
| 285 | </td> | ||
| 286 | </tr> | ||
| 287 | <tr> | ||
| 288 | <td colspan="2">图幅号</td> | ||
| 289 | <td colspan="8" class="psr"> | ||
| 290 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.tfh"/> | ||
| 291 | </td> | ||
| 292 | </tr> | ||
| 293 | |||
| 294 | <tr> | ||
| 294 | <td colspan="2" rowspan="4">宗地四至</td> | 295 | <td colspan="2" rowspan="4">宗地四至</td> |
| 295 | <td colspan="2">北至<i class="requisite">*</i></td> | 296 | <td colspan="2">北至<i class="requisite">*</i></td> |
| 296 | <td colspan="8" class="psr"> | 297 | <td colspan="8" class="psr"> | ... | ... |
-
Please register or sign in to post a comment