完善权利性质组件及宗地表单
Showing
2 changed files
with
49 additions
and
14 deletions
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | v-for="(items, index) in countList" | 5 | v-for="(items, index) in countList" |
| 6 | :key="items.id" | 6 | :key="items.id" |
| 7 | > | 7 | > |
| 8 | <el-col :span="2"> | 8 | <el-col :span="2" class="btnCol"> |
| 9 | <el-button | 9 | <el-button |
| 10 | v-if="!items.isInside" | 10 | v-if="!items.isInside" |
| 11 | type="primary" | 11 | type="primary" |
| ... | @@ -25,11 +25,11 @@ | ... | @@ -25,11 +25,11 @@ |
| 25 | v-if="items.isInside" | 25 | v-if="items.isInside" |
| 26 | ></div> | 26 | ></div> |
| 27 | </el-col> | 27 | </el-col> |
| 28 | <el-col :span="2"> | 28 | <el-col :span="2" class="btnCol"> |
| 29 | <span class="qlxz">权利性质</span><br> | 29 | <span class="qlxz">权利性质</span><br> |
| 30 | <el-button | 30 | <el-button |
| 31 | type="primary" | 31 | type="primary" |
| 32 | class="changeBtn mt6" | 32 | class="changeBtn" |
| 33 | @click="handleInClick(items, index, 'add')" | 33 | @click="handleInClick(items, index, 'add')" |
| 34 | >+</el-button | 34 | >+</el-button |
| 35 | > | 35 | > |
| ... | @@ -276,7 +276,6 @@ export default { | ... | @@ -276,7 +276,6 @@ export default { |
| 276 | item.hasNotBorder = item.isInside && !this.countList[index + 1].isInside ? true : false; | 276 | item.hasNotBorder = item.isInside && !this.countList[index + 1].isInside ? true : false; |
| 277 | } | 277 | } |
| 278 | }); | 278 | }); |
| 279 | console.log(this.countList); | ||
| 280 | }, | 279 | }, |
| 281 | getQlxzDataList() { | 280 | getQlxzDataList() { |
| 282 | return this.countList; | 281 | return this.countList; |
| ... | @@ -298,9 +297,6 @@ export default { | ... | @@ -298,9 +297,6 @@ export default { |
| 298 | .qlxz { | 297 | .qlxz { |
| 299 | line-height: 34px; | 298 | line-height: 34px; |
| 300 | } | 299 | } |
| 301 | .mt6 { | ||
| 302 | margin-top: 6px; | ||
| 303 | } | ||
| 304 | ul { | 300 | ul { |
| 305 | margin-top: 34px; | 301 | margin-top: 34px; |
| 306 | li { | 302 | li { |
| ... | @@ -349,16 +345,23 @@ export default { | ... | @@ -349,16 +345,23 @@ export default { |
| 349 | } | 345 | } |
| 350 | } | 346 | } |
| 351 | } | 347 | } |
| 348 | } | ||
| 349 | .btnCol { | ||
| 350 | position: relative; | ||
| 352 | .changeBtn { | 351 | .changeBtn { |
| 353 | width: 46px; | 352 | width: 46px; |
| 354 | height: 46px; | 353 | height: 46px; |
| 355 | margin-top: 40px; | ||
| 356 | font-size: 30px; | 354 | font-size: 30px; |
| 357 | padding: 6px 4px; | 355 | padding: 4px 6px; |
| 356 | position: absolute; | ||
| 357 | top: 50%; | ||
| 358 | left: 50%; | ||
| 359 | margin-top: -38px; | ||
| 360 | margin-left: -23px; | ||
| 358 | } | 361 | } |
| 359 | .el-button + .el-button { | 362 | .el-button + .el-button { |
| 360 | margin-top: 10px; | 363 | margin-left: -23px; |
| 361 | margin-left: 0; | 364 | margin-top: 16px; |
| 362 | } | 365 | } |
| 363 | } | 366 | } |
| 364 | .el-row:nth-last-child(1) { | 367 | .el-row:nth-last-child(1) { | ... | ... |
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| 3 | <div class="formMenu"> | 3 | <div class="formMenu"> |
| 4 | <Qlr ref="qlrxxModule"></Qlr> | 4 | <Qlr ref="qlrxxModule"></Qlr> |
| 5 | 5 | ||
| 6 | <el-button | 6 | <!-- <el-button |
| 7 | type="primary" | 7 | type="primary" |
| 8 | class="changeBtn" | 8 | class="changeBtn" |
| 9 | @click="getQlrxxData" | 9 | @click="getQlrxxData" |
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | class="changeBtn" | 14 | class="changeBtn" |
| 15 | @click="getQlxzData" | 15 | @click="getQlxzData" |
| 16 | >获取权利性质组件数据</el-button | 16 | >获取权利性质组件数据</el-button |
| 17 | > | 17 | > --> |
| 18 | <table class="zdjbxxTable" cellspacing="0" cellpadding="0" border="1"> | 18 | <table class="zdjbxxTable" cellspacing="0" cellpadding="0" border="1"> |
| 19 | <tr> | 19 | <tr> |
| 20 | <th colspan="12">宗地基本信息</th> | 20 | <th colspan="12">宗地基本信息</th> |
| ... | @@ -200,10 +200,42 @@ | ... | @@ -200,10 +200,42 @@ |
| 200 | </td> | 200 | </td> |
| 201 | </tr> | 201 | </tr> |
| 202 | <tr> | 202 | <tr> |
| 203 | <td colspan="12" rowspan="4"> | 203 | <td colspan="12"> |
| 204 | <Qlxz ref="qlxzModule"></Qlxz> | 204 | <Qlxz ref="qlxzModule"></Qlxz> |
| 205 | </td> | 205 | </td> |
| 206 | </tr> | 206 | </tr> |
| 207 | <tr> | ||
| 208 | <td colspan="2" rowspan="2">批准面积(㎡)</td> | ||
| 209 | <td colspan="2" rowspan="2"> | ||
| 210 | <input type="text" class="formInput" /> | ||
| 211 | </td> | ||
| 212 | <td colspan="2" rowspan="2">宗地面积(㎡)</td> | ||
| 213 | <td colspan="2" rowspan="2"> | ||
| 214 | <input type="text" class="formInput" /> | ||
| 215 | </td> | ||
| 216 | <td colspan="2">建筑占地宗面积</td> | ||
| 217 | <td colspan="2"> | ||
| 218 | <input type="text" class="formInput" /> | ||
| 219 | </td> | ||
| 220 | </tr> | ||
| 221 | <tr> | ||
| 222 | <td colspan="2">建筑面积(㎡)</td> | ||
| 223 | <td colspan="2"> | ||
| 224 | <input type="text" class="formInput" /> | ||
| 225 | </td> | ||
| 226 | </tr> | ||
| 227 | <tr> | ||
| 228 | <td colspan="2">共有/共用权利人情况</td> | ||
| 229 | <td colspan="10"> | ||
| 230 | <input type="text" class="formInput" /> | ||
| 231 | </td> | ||
| 232 | </tr> | ||
| 233 | <tr> | ||
| 234 | <td colspan="2" rowspan="2">说明</td> | ||
| 235 | <td colspan="10" rowspan="2"> | ||
| 236 | <input type="text" class="formInput" /> | ||
| 237 | </td> | ||
| 238 | </tr> | ||
| 207 | </table> | 239 | </table> |
| 208 | </div> | 240 | </div> |
| 209 | </div> | 241 | </div> | ... | ... |
-
Please register or sign in to post a comment