style:申请查询记录
Showing
5 changed files
with
24 additions
and
21 deletions
... | @@ -323,7 +323,6 @@ | ... | @@ -323,7 +323,6 @@ |
323 | } | 323 | } |
324 | }, | 324 | }, |
325 | methods: { | 325 | methods: { |
326 | // 字典 | ||
327 | /** | 326 | /** |
328 | * @description: 字典 | 327 | * @description: 字典 |
329 | * @param {*} val | 328 | * @param {*} val |
... | @@ -362,7 +361,6 @@ | ... | @@ -362,7 +361,6 @@ |
362 | } | 361 | } |
363 | }); | 362 | }); |
364 | }, | 363 | }, |
365 | //查询结果 | ||
366 | /** | 364 | /** |
367 | * @description: 查询结果 | 365 | * @description: 查询结果 |
368 | * @author: renchao | 366 | * @author: renchao |
... | @@ -378,7 +376,6 @@ | ... | @@ -378,7 +376,6 @@ |
378 | } | 376 | } |
379 | }); | 377 | }); |
380 | }, | 378 | }, |
381 | //重置 | ||
382 | /** | 379 | /** |
383 | * @description: 重置 | 380 | * @description: 重置 |
384 | * @author: renchao | 381 | * @author: renchao |
... | @@ -508,12 +505,14 @@ | ... | @@ -508,12 +505,14 @@ |
508 | display: block; | 505 | display: block; |
509 | border-bottom: 1px solid $borderColor; | 506 | border-bottom: 1px solid $borderColor; |
510 | } | 507 | } |
511 | 508 | .jtfccx-edit-con { | |
509 | max-height: 80vh; | ||
510 | overflow-y: scroll; | ||
511 | } | ||
512 | .jtfccx-edit { | 512 | .jtfccx-edit { |
513 | @include flex; | 513 | @include flex; |
514 | flex-direction: column; | 514 | flex-direction: column; |
515 | overflow-y: hidden; | 515 | overflow-y: hidden; |
516 | max-height: 90vh; | ||
517 | padding: 0 2px; | 516 | padding: 0 2px; |
518 | 517 | ||
519 | .submit-button { | 518 | .submit-button { | ... | ... |
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-06-14 14:48:35 | 4 | * @LastEditTime: 2023-11-15 16:29:28 |
5 | */ | 5 | */ |
6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
7 | class data extends filter { | 7 | class data extends filter { |
... | @@ -16,7 +16,7 @@ class data extends filter { | ... | @@ -16,7 +16,7 @@ class data extends filter { |
16 | }, | 16 | }, |
17 | { | 17 | { |
18 | prop: 'bdcqzh', | 18 | prop: 'bdcqzh', |
19 | width: '110', | 19 | width: 150, |
20 | label: '不动产权证号', | 20 | label: '不动产权证号', |
21 | }, | 21 | }, |
22 | { | 22 | { |
... | @@ -33,7 +33,7 @@ class data extends filter { | ... | @@ -33,7 +33,7 @@ class data extends filter { |
33 | }, | 33 | }, |
34 | { | 34 | { |
35 | prop: 'bdcdyh', | 35 | prop: 'bdcdyh', |
36 | width: '110', | 36 | width: 150, |
37 | label: '不动产单元号', | 37 | label: '不动产单元号', |
38 | }, | 38 | }, |
39 | { | 39 | { |
... | @@ -47,14 +47,16 @@ class data extends filter { | ... | @@ -47,14 +47,16 @@ class data extends filter { |
47 | { | 47 | { |
48 | prop: 'zjhm', | 48 | prop: 'zjhm', |
49 | label: '证件号', | 49 | label: '证件号', |
50 | width: 120, | ||
50 | }, | 51 | }, |
51 | { | 52 | { |
52 | prop: 'fdzl', | 53 | prop: 'fdzl', |
54 | width: 120, | ||
53 | label: '房地坐落', | 55 | label: '房地坐落', |
54 | }, | 56 | }, |
55 | { | 57 | { |
56 | prop: 'fwmj', | 58 | prop: 'fwmj', |
57 | width: '120', | 59 | width: 120, |
58 | label: '建筑面积(㎡)', | 60 | label: '建筑面积(㎡)', |
59 | }, | 61 | }, |
60 | { | 62 | { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-24 11:27:00 | 4 | * @LastEditTime: 2023-11-15 16:28:13 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -106,7 +106,7 @@ | ... | @@ -106,7 +106,7 @@ |
106 | handleAdd () { | 106 | handleAdd () { |
107 | this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", { | 107 | this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", { |
108 | sqcxBsm: '' | 108 | sqcxBsm: '' |
109 | }) | 109 | }, '80%') |
110 | }, | 110 | }, |
111 | /** | 111 | /** |
112 | * @description: handleAdd | 112 | * @description: handleAdd |
... | @@ -116,7 +116,7 @@ | ... | @@ -116,7 +116,7 @@ |
116 | handleViewClick (row) { | 116 | handleViewClick (row) { |
117 | this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", { | 117 | this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", { |
118 | sqcxBsm: row.bsmSqcx | 118 | sqcxBsm: row.bsmSqcx |
119 | }) | 119 | }, '80%') |
120 | } | 120 | } |
121 | } | 121 | } |
122 | } | 122 | } | ... | ... |
File mode changed
... | @@ -100,20 +100,18 @@ | ... | @@ -100,20 +100,18 @@ |
100 | </el-col> | 100 | </el-col> |
101 | </el-row> | 101 | </el-row> |
102 | <el-row> | 102 | <el-row> |
103 | <el-col> | ||
104 | <lb-table :column="dyjlcolumns" :data="form.dyjlList" :maxHeight="200" heightNumSetting :pagination="false"> | 103 | <lb-table :column="dyjlcolumns" :data="form.dyjlList" :maxHeight="200" heightNumSetting :pagination="false"> |
105 | </lb-table> | 104 | </lb-table> |
106 | </el-col> | ||
107 | </el-row> | 105 | </el-row> |
108 | </el-form> | 106 | </el-form> |
109 | </div> | 107 | </div> |
110 | </template> | 108 | </template> |
111 | 109 | ||
112 | <script> | 110 | <script> |
113 | import { getJtfcInfo } from "@/api/jtfc.js"; | 111 | import { getJtfcInfo } from "@/api/jtfc.js"; |
114 | import { datas, sendThis } from "./sqcxjlInfodata"; | 112 | import { datas, sendThis } from "./sqcxjlInfodata"; |
115 | 113 | ||
116 | export default { | 114 | export default { |
117 | props: ["formData"], | 115 | props: ["formData"], |
118 | data () { | 116 | data () { |
119 | return { | 117 | return { |
... | @@ -161,12 +159,16 @@ export default { | ... | @@ -161,12 +159,16 @@ export default { |
161 | }); | 159 | }); |
162 | }, | 160 | }, |
163 | methods: {}, | 161 | methods: {}, |
164 | }; | 162 | }; |
165 | </script> | 163 | </script> |
166 | <style scoped lang="scss"> | 164 | <style scoped lang="scss"> |
167 | @import "~@/styles/mixin.scss"; | 165 | @import "~@/styles/mixin.scss"; |
168 | 166 | ||
169 | /deep/.el-form-item { | 167 | /deep/.el-form-item { |
170 | margin-bottom: 0 !important; | 168 | margin-bottom: 0 !important; |
171 | } | 169 | } |
170 | .sqcxjlInfo { | ||
171 | max-height: 85vh; | ||
172 | overflow-y: scroll; | ||
173 | } | ||
172 | </style> | 174 | </style> | ... | ... |
-
Please register or sign in to post a comment