style:权利人信息模块功能的完善
Showing
9 changed files
with
19 additions
and
23 deletions
This diff is collapsed.
Click to expand it.
| ... | @@ -132,14 +132,11 @@ | ... | @@ -132,14 +132,11 @@ |
| 132 | * @author: renchao | 132 | * @author: renchao |
| 133 | */ | 133 | */ |
| 134 | getCurrentSelectProps (val) { | 134 | getCurrentSelectProps (val) { |
| 135 | console.log(val, 'valvalvalval'); | ||
| 135 | this.currentSelectProps = val | 136 | this.currentSelectProps = val |
| 136 | |||
| 137 | getZdInfo(val.bdcdyid).then(res => { | 137 | getZdInfo(val.bdcdyid).then(res => { |
| 138 | this.bsmZd = res?.result[0]?.bsmZd | 138 | this.bsmZd = res?.result[0]?.bsmZd |
| 139 | }) | 139 | }) |
| 140 | // getZdInfo(val.bdcdyid).then(res => { | ||
| 141 | // this.bsmZd = res?.result[0]?.bsmZd | ||
| 142 | // }) | ||
| 143 | }, | 140 | }, |
| 144 | /** | 141 | /** |
| 145 | * @description: beforeunloadHandler | 142 | * @description: beforeunloadHandler | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-14 10:58:48 | 4 | * @LastEditTime: 2023-08-14 11:23:50 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -117,14 +117,14 @@ | ... | @@ -117,14 +117,14 @@ |
| 117 | </el-radio-group> | 117 | </el-radio-group> |
| 118 | </el-form-item> | 118 | </el-form-item> |
| 119 | </el-col> | 119 | </el-col> |
| 120 | <el-col :span="5"> | 120 | <!-- <el-col :span="5"> |
| 121 | <el-form-item label="发证方式:"> | 121 | <el-form-item label="发证方式:"> |
| 122 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> | 122 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> |
| 123 | <el-radio label="1">小证</el-radio> | 123 | <el-radio label="1">小证</el-radio> |
| 124 | <el-radio label="2">大证</el-radio> | 124 | <el-radio label="2">大证</el-radio> |
| 125 | </el-radio-group> | 125 | </el-radio-group> |
| 126 | </el-form-item> | 126 | </el-form-item> |
| 127 | </el-col> | 127 | </el-col> --> |
| 128 | <el-col :span="5" v-show="ruleForm.sldy.gyfs != '0'"> | 128 | <el-col :span="5" v-show="ruleForm.sldy.gyfs != '0'"> |
| 129 | <el-form-item label="是否分别持证:"> | 129 | <el-form-item label="是否分别持证:"> |
| 130 | <el-radio-group | 130 | <el-radio-group |
| ... | @@ -253,7 +253,6 @@ | ... | @@ -253,7 +253,6 @@ |
| 253 | } | 253 | } |
| 254 | }, | 254 | }, |
| 255 | methods: { | 255 | methods: { |
| 256 | // 更新土地用途信息 | ||
| 257 | /** | 256 | /** |
| 258 | * @description: 更新土地用途信息 | 257 | * @description: 更新土地用途信息 |
| 259 | * @param {*} val | 258 | * @param {*} val |
| ... | @@ -261,10 +260,8 @@ | ... | @@ -261,10 +260,8 @@ |
| 261 | */ | 260 | */ |
| 262 | upDateTdytxxList (val) { | 261 | upDateTdytxxList (val) { |
| 263 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 262 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 264 | this.czrOptions = this.ruleForm.qlrList; | ||
| 265 | this.key++; | 263 | this.key++; |
| 266 | }, | 264 | }, |
| 267 | // 更新权利人信息 | ||
| 268 | /** | 265 | /** |
| 269 | * @description: 更新权利人信息 | 266 | * @description: 更新权利人信息 |
| 270 | * @param {*} val | 267 | * @param {*} val |
| ... | @@ -272,6 +269,8 @@ | ... | @@ -272,6 +269,8 @@ |
| 272 | */ | 269 | */ |
| 273 | upDateQlrxxList (val) { | 270 | upDateQlrxxList (val) { |
| 274 | this.ruleForm.qlrList = _.cloneDeep(val); | 271 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 272 | this.czrOptions = this.ruleForm.qlrList; | ||
| 273 | this.key++; | ||
| 275 | }, | 274 | }, |
| 276 | /** | 275 | /** |
| 277 | * @description: showCZInfo | 276 | * @description: showCZInfo | ... | ... |
| ... | @@ -320,7 +320,7 @@ | ... | @@ -320,7 +320,7 @@ |
| 320 | */ | 320 | */ |
| 321 | upDateTdytxxList (val) { | 321 | upDateTdytxxList (val) { |
| 322 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 322 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 323 | this.czrOptions = this.ruleForm.qlrList; | 323 | |
| 324 | this.key++; | 324 | this.key++; |
| 325 | }, | 325 | }, |
| 326 | 326 | ||
| ... | @@ -331,6 +331,7 @@ | ... | @@ -331,6 +331,7 @@ |
| 331 | */ | 331 | */ |
| 332 | upDateQlrxxList (val) { | 332 | upDateQlrxxList (val) { |
| 333 | this.ruleForm.qlrList = _.cloneDeep(val); | 333 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 334 | this.czrOptions = this.ruleForm.qlrList; | ||
| 334 | }, | 335 | }, |
| 335 | /** | 336 | /** |
| 336 | * @description: 更新权利人信息 | 337 | * @description: 更新权利人信息 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-14 10:27:21 | 4 | * @LastEditTime: 2023-08-14 12:48:45 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -359,7 +359,6 @@ | ... | @@ -359,7 +359,6 @@ |
| 359 | } | 359 | } |
| 360 | }); | 360 | }); |
| 361 | }, | 361 | }, |
| 362 | // 更新土地用途信息 | ||
| 363 | /** | 362 | /** |
| 364 | * @description: 更新土地用途信息 | 363 | * @description: 更新土地用途信息 |
| 365 | * @param {*} val | 364 | * @param {*} val |
| ... | @@ -367,10 +366,8 @@ | ... | @@ -367,10 +366,8 @@ |
| 367 | */ | 366 | */ |
| 368 | upDateTdytxxList (val) { | 367 | upDateTdytxxList (val) { |
| 369 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 368 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 370 | this.czrOptions = this.ruleForm.qlrList; | ||
| 371 | this.key++; | 369 | this.key++; |
| 372 | }, | 370 | }, |
| 373 | // 更新权利人信息 | ||
| 374 | /** | 371 | /** |
| 375 | * @description: 更新权利人信息 | 372 | * @description: 更新权利人信息 |
| 376 | * @param {*} val | 373 | * @param {*} val |
| ... | @@ -378,6 +375,8 @@ | ... | @@ -378,6 +375,8 @@ |
| 378 | */ | 375 | */ |
| 379 | upDateQlrxxList (val) { | 376 | upDateQlrxxList (val) { |
| 380 | this.ruleForm.qlrList = _.cloneDeep(val); | 377 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 378 | this.czrOptions = this.ruleForm.qlrList; | ||
| 379 | this.key++; | ||
| 381 | }, | 380 | }, |
| 382 | // 更新权利人信息 | 381 | // 更新权利人信息 |
| 383 | /** | 382 | /** | ... | ... |
| ... | @@ -265,7 +265,6 @@ | ... | @@ -265,7 +265,6 @@ |
| 265 | */ | 265 | */ |
| 266 | upDateTdytxxList (val) { | 266 | upDateTdytxxList (val) { |
| 267 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 267 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 268 | this.czrOptions = this.ruleForm.qlrList; | ||
| 269 | this.key++; | 268 | this.key++; |
| 270 | }, | 269 | }, |
| 271 | /** | 270 | /** |
| ... | @@ -275,6 +274,8 @@ | ... | @@ -275,6 +274,8 @@ |
| 275 | */ | 274 | */ |
| 276 | upDateQlrxxList (val) { | 275 | upDateQlrxxList (val) { |
| 277 | this.ruleForm.qlrList = _.cloneDeep(val); | 276 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 277 | this.czrOptions = this.ruleForm.qlrList; | ||
| 278 | this.key++ | ||
| 278 | }, | 279 | }, |
| 279 | /** | 280 | /** |
| 280 | * @description: onSubmit | 281 | * @description: onSubmit | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-14 11:11:09 | 4 | * @LastEditTime: 2023-08-14 12:49:48 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -306,7 +306,6 @@ | ... | @@ -306,7 +306,6 @@ |
| 306 | }; | 306 | }; |
| 307 | }, | 307 | }, |
| 308 | methods: { | 308 | methods: { |
| 309 | // 更新土地用途信息 | ||
| 310 | /** | 309 | /** |
| 311 | * @description: 更新土地用途信息 | 310 | * @description: 更新土地用途信息 |
| 312 | * @param {*} val | 311 | * @param {*} val |
| ... | @@ -314,8 +313,6 @@ | ... | @@ -314,8 +313,6 @@ |
| 314 | */ | 313 | */ |
| 315 | upDateTdytxxList (val) { | 314 | upDateTdytxxList (val) { |
| 316 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 315 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 317 | this.czrOptions = this.ruleForm.qlrList; | ||
| 318 | this.key++; | ||
| 319 | }, | 316 | }, |
| 320 | // 更新权利人信息 | 317 | // 更新权利人信息 |
| 321 | /** | 318 | /** |
| ... | @@ -325,6 +322,8 @@ | ... | @@ -325,6 +322,8 @@ |
| 325 | */ | 322 | */ |
| 326 | upDateQlrxxList (val) { | 323 | upDateQlrxxList (val) { |
| 327 | this.ruleForm.qlrList = _.cloneDeep(val); | 324 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 325 | this.czrOptions = this.ruleForm.qlrList; | ||
| 326 | this.key++; | ||
| 328 | }, | 327 | }, |
| 329 | // 更新权利人信息 | 328 | // 更新权利人信息 |
| 330 | /** | 329 | /** | ... | ... |
| ... | @@ -319,7 +319,6 @@ | ... | @@ -319,7 +319,6 @@ |
| 319 | }); | 319 | }); |
| 320 | }, | 320 | }, |
| 321 | 321 | ||
| 322 | // 更新权利人信息 | ||
| 323 | /** | 322 | /** |
| 324 | * @description: 更新权利人信息 | 323 | * @description: 更新权利人信息 |
| 325 | * @param {*} val | 324 | * @param {*} val |
| ... | @@ -328,6 +327,7 @@ | ... | @@ -328,6 +327,7 @@ |
| 328 | upDateQlrxxList (val) { | 327 | upDateQlrxxList (val) { |
| 329 | if (!_.isEqual(val, this.ruleForm.qlrList)) { | 328 | if (!_.isEqual(val, this.ruleForm.qlrList)) { |
| 330 | this.ruleForm.qlrList = _.cloneDeep(val); | 329 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 330 | this.czrOptions = this.ruleForm.qlrList | ||
| 331 | } | 331 | } |
| 332 | }, | 332 | }, |
| 333 | // 更新义务人信息 | 333 | // 更新义务人信息 | ... | ... |
| 1 | /* | 1 | /* |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-04 09:54:32 | 4 | * @LastEditTime: 2023-08-14 11:21:48 |
| 5 | */ | 5 | */ |
| 6 | import filter from '@/utils/filter.js' | 6 | import filter from '@/utils/filter.js' |
| 7 | let vm = null | 7 | let vm = null |
| ... | @@ -50,8 +50,8 @@ class data extends filter { | ... | @@ -50,8 +50,8 @@ class data extends filter { |
| 50 | }, | 50 | }, |
| 51 | { | 51 | { |
| 52 | prop: "qllxmc", | 52 | prop: "qllxmc", |
| 53 | width: '100', | ||
| 54 | showOverflowTooltip: true, | 53 | showOverflowTooltip: true, |
| 54 | width: '100', | ||
| 55 | label: "权利类型", | 55 | label: "权利类型", |
| 56 | }, | 56 | }, |
| 57 | { | 57 | { | ... | ... |
-
Please register or sign in to post a comment