style:申请查询记录
Showing
5 changed files
with
69 additions
and
66 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,73 +100,75 @@ | ... | @@ -100,73 +100,75 @@ |
| 100 | </el-col> | 100 | </el-col> |
| 101 | </el-row> | 101 | </el-row> |
| 102 | <el-row> | 102 | <el-row> |
| 103 | <el-col> | 103 | <lb-table :column="dyjlcolumns" :data="form.dyjlList" :maxHeight="200" heightNumSetting :pagination="false"> |
| 104 | <lb-table :column="dyjlcolumns" :data="form.dyjlList" :maxHeight="200" heightNumSetting :pagination="false"> | 104 | </lb-table> |
| 105 | </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 { |
| 120 | form: {}, | 118 | form: {}, |
| 121 | ruleForm: { | 119 | ruleForm: { |
| 122 | cxyt: "", | 120 | cxyt: "", |
| 123 | ycyrgx: 1, | 121 | ycyrgx: 1, |
| 124 | cxlx: "1", //查询类型 1:房产查询 2:登记簿查询 | 122 | cxlx: "1", //查询类型 1:房产查询 2:登记簿查询 |
| 125 | }, | 123 | }, |
| 126 | 124 | ||
| 127 | sqrData: { | 125 | sqrData: { |
| 128 | columns: datas.sqrcolumns(), | 126 | columns: datas.sqrcolumns(), |
| 129 | data: [], | 127 | data: [], |
| 130 | }, | 128 | }, |
| 131 | 129 | ||
| 132 | cxjgData: { | 130 | cxjgData: { |
| 133 | columns: datas.cxjgcolumns(), | 131 | columns: datas.cxjgcolumns(), |
| 134 | data: [], | 132 | data: [], |
| 135 | }, | 133 | }, |
| 136 | 134 | ||
| 137 | qlrData: { | 135 | qlrData: { |
| 138 | columns: datas.qlrcolumns(), | 136 | columns: datas.qlrcolumns(), |
| 139 | data: [], | 137 | data: [], |
| 140 | }, | 138 | }, |
| 141 | dyjlcolumns: datas.dyjlcolumns(), | 139 | dyjlcolumns: datas.dyjlcolumns(), |
| 142 | }; | 140 | }; |
| 143 | }, | 141 | }, |
| 144 | 142 | ||
| 145 | mounted () { | 143 | mounted () { |
| 146 | sendThis(this); | 144 | sendThis(this); |
| 147 | var sqcxBsm = this.formData.sqcxBsm; | 145 | var sqcxBsm = this.formData.sqcxBsm; |
| 148 | 146 | ||
| 149 | getJtfcInfo({ sqcxBsm: sqcxBsm }) | 147 | getJtfcInfo({ sqcxBsm: sqcxBsm }) |
| 150 | .then((res) => { | 148 | .then((res) => { |
| 151 | if (res.code == 200) { | 149 | if (res.code == 200) { |
| 152 | this.form = res.result; | 150 | this.form = res.result; |
| 153 | this.sqrData.data = res.result.sqxx; | 151 | this.sqrData.data = res.result.sqxx; |
| 154 | this.qlrData.data = res.result.qlrxx; | 152 | this.qlrData.data = res.result.qlrxx; |
| 155 | this.cxjgData.data = res.result.djSqcxCxjgDOList; | 153 | this.cxjgData.data = res.result.djSqcxCxjgDOList; |
| 156 | this.cxbh = res.result.djSqcxDO.cxbh; | 154 | this.cxbh = res.result.djSqcxDO.cxbh; |
| 157 | } | 155 | } |
| 158 | }) | 156 | }) |
| 159 | .catch((error) => { | 157 | .catch((error) => { |
| 160 | console.log(error); | 158 | console.log(error); |
| 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