Merge branch 'dev'
Showing
22 changed files
with
65 additions
and
155 deletions
| ... | @@ -231,7 +231,6 @@ export default { | ... | @@ -231,7 +231,6 @@ export default { |
| 231 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 231 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 232 | this.key++; | 232 | this.key++; |
| 233 | }, | 233 | }, |
| 234 | // 更新权利人信息 | ||
| 235 | /** | 234 | /** |
| 236 | * @description: 更新权利人信息 | 235 | * @description: 更新权利人信息 |
| 237 | * @param {*} val | 236 | * @param {*} val | ... | ... |
| ... | @@ -481,33 +481,6 @@ | ... | @@ -481,33 +481,6 @@ |
| 481 | </el-radio-group> | 481 | </el-radio-group> |
| 482 | </el-form-item> | 482 | </el-form-item> |
| 483 | </el-col> | 483 | </el-col> |
| 484 | <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'"> | ||
| 485 | <el-form-item label="是否分别持证:"> | ||
| 486 | <el-radio-group | ||
| 487 | v-model="ruleForm.qlxx.sqfbcz" | ||
| 488 | :disabled="!ableOperation"> | ||
| 489 | <el-radio :label="1">是</el-radio> | ||
| 490 | <el-radio :label="0">否</el-radio> | ||
| 491 | </el-radio-group> | ||
| 492 | </el-form-item> | ||
| 493 | </el-col> | ||
| 494 | <el-col | ||
| 495 | :span="6" | ||
| 496 | v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs != '0'"> | ||
| 497 | <el-form-item label="持证人:"> | ||
| 498 | <el-select | ||
| 499 | v-model="ruleForm.czr" | ||
| 500 | placeholder="持证人" | ||
| 501 | :disabled="!ableOperation"> | ||
| 502 | <el-option | ||
| 503 | v-for="item in czrOptions" | ||
| 504 | :key="item.zjh" | ||
| 505 | :label="item.sqrmc" | ||
| 506 | :value="item.zjh"> | ||
| 507 | </el-option> | ||
| 508 | </el-select> | ||
| 509 | </el-form-item> | ||
| 510 | </el-col> --> | ||
| 511 | </el-row> | 484 | </el-row> |
| 512 | <qlrCommonTable | 485 | <qlrCommonTable |
| 513 | :tableData="ruleForm.qlrData" | 486 | :tableData="ruleForm.qlrData" | ... | ... |
| ... | @@ -375,33 +375,6 @@ | ... | @@ -375,33 +375,6 @@ |
| 375 | </el-radio-group> | 375 | </el-radio-group> |
| 376 | </el-form-item> | 376 | </el-form-item> |
| 377 | </el-col> | 377 | </el-col> |
| 378 | <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'"> | ||
| 379 | <el-form-item label="是否分别持证:"> | ||
| 380 | <el-radio-group | ||
| 381 | v-model="ruleForm.qlxx.sqfbcz" | ||
| 382 | :disabled="!ableOperation"> | ||
| 383 | <el-radio :label="1">是</el-radio> | ||
| 384 | <el-radio :label="0">否</el-radio> | ||
| 385 | </el-radio-group> | ||
| 386 | </el-form-item> | ||
| 387 | </el-col> | ||
| 388 | <el-col | ||
| 389 | :span="6" | ||
| 390 | v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs == '1'"> | ||
| 391 | <el-form-item label="持证人:"> | ||
| 392 | <el-select | ||
| 393 | v-model="ruleForm.czr" | ||
| 394 | placeholder="持证人" | ||
| 395 | :disabled="!ableOperation"> | ||
| 396 | <el-option | ||
| 397 | v-for="item in czrOptions" | ||
| 398 | :key="item.zjh" | ||
| 399 | :label="item.sqrmc" | ||
| 400 | :value="item.zjh"> | ||
| 401 | </el-option> | ||
| 402 | </el-select> | ||
| 403 | </el-form-item> | ||
| 404 | </el-col> --> | ||
| 405 | </el-row> | 378 | </el-row> |
| 406 | <qlrCommonTable | 379 | <qlrCommonTable |
| 407 | :tableData="ruleForm.qlrData" | 380 | :tableData="ruleForm.qlrData" | ... | ... |
| ... | @@ -259,7 +259,7 @@ | ... | @@ -259,7 +259,7 @@ |
| 259 | v-model="ruleForm.ygdj.jzmj" | 259 | v-model="ruleForm.ygdj.jzmj" |
| 260 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> | 260 | oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> |
| 261 | <el-select | 261 | <el-select |
| 262 | v-model="ruleForm.ygdj.mjdw" | 262 | v-model="ruleForm.ygdj.mjdw" |
| 263 | :disabled="!ableOperation" | 263 | :disabled="!ableOperation" |
| 264 | style="width: 20%"> | 264 | style="width: 20%"> |
| 265 | <el-option | 265 | <el-option |
| ... | @@ -376,33 +376,6 @@ | ... | @@ -376,33 +376,6 @@ |
| 376 | </el-radio-group> | 376 | </el-radio-group> |
| 377 | </el-form-item> | 377 | </el-form-item> |
| 378 | </el-col> | 378 | </el-col> |
| 379 | <!-- <el-col :span="6" v-show="ruleForm.qlxx.gyfs != '0'"> | ||
| 380 | <el-form-item label="是否分别持证:"> | ||
| 381 | <el-radio-group | ||
| 382 | v-model="ruleForm.qlxx.sqfbcz" | ||
| 383 | :disabled="!ableOperation"> | ||
| 384 | <el-radio :label="1">是</el-radio> | ||
| 385 | <el-radio :label="0">否</el-radio> | ||
| 386 | </el-radio-group> | ||
| 387 | </el-form-item> | ||
| 388 | </el-col> | ||
| 389 | <el-col | ||
| 390 | :span="6" | ||
| 391 | v-show="ruleForm.qlxx.sqfbcz == '0' && ruleForm.qlxx.gyfs != '0'"> | ||
| 392 | <el-form-item label="持证人:"> | ||
| 393 | <el-select | ||
| 394 | v-model="ruleForm.czr" | ||
| 395 | placeholder="持证人" | ||
| 396 | :disabled="!ableOperation"> | ||
| 397 | <el-option | ||
| 398 | v-for="item in czrOptions" | ||
| 399 | :key="item.zjh" | ||
| 400 | :label="item.sqrmc" | ||
| 401 | :value="item.zjh"> | ||
| 402 | </el-option> | ||
| 403 | </el-select> | ||
| 404 | </el-form-item> | ||
| 405 | </el-col> --> | ||
| 406 | </el-row> | 379 | </el-row> |
| 407 | <qlrCommonTable | 380 | <qlrCommonTable |
| 408 | :tableData="ruleForm.qlrData" | 381 | :tableData="ruleForm.qlrData" |
| ... | @@ -433,7 +406,7 @@ | ... | @@ -433,7 +406,7 @@ |
| 433 | </div> | 406 | </div> |
| 434 | </template> | 407 | </template> |
| 435 | <script> | 408 | <script> |
| 436 | import ywmix from "./dataprocessing"; | 409 | import ywmix from "./dataprocessing"; |
| 437 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; | 410 | import qlrCommonTable from "@/views/djbworkflow/components/qlrCommonTable"; |
| 438 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; | 411 | import ywrCommonTable from "@/views/djbworkflow/components/ywrCommonTable"; |
| 439 | import tdytTable from "@/views/workflow/components/tdytTable"; | 412 | import tdytTable from "@/views/workflow/components/tdytTable"; |
| ... | @@ -443,7 +416,7 @@ | ... | @@ -443,7 +416,7 @@ |
| 443 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, | 416 | components: { qlrCommonTable, ywrCommonTable, tdytTable, selectTable }, |
| 444 | data () { | 417 | data () { |
| 445 | return { | 418 | return { |
| 446 | //传递参数\ | 419 | //传递参数\ |
| 447 | rules: { | 420 | rules: { |
| 448 | ztQlxxrules: [ | 421 | ztQlxxrules: [ |
| 449 | { required: true, message: "抵押不动产信息", trigger: "blur" }, | 422 | { required: true, message: "抵押不动产信息", trigger: "blur" }, | ... | ... |
This diff is collapsed.
Click to expand it.
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: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-11 08:30:37 | 4 | * @LastEditTime: 2023-08-14 12:53:15 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
| ... | @@ -354,6 +354,7 @@ | ... | @@ -354,6 +354,7 @@ |
| 354 | upDateQlrxxList (val) { | 354 | upDateQlrxxList (val) { |
| 355 | if (!_.isEqual(val, this.ruleForm.qlrList)) { | 355 | if (!_.isEqual(val, this.ruleForm.qlrList)) { |
| 356 | this.ruleForm.qlrList = _.cloneDeep(val); | 356 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 357 | this.czrOptions = this.ruleForm.qlrList; | ||
| 357 | } | 358 | } |
| 358 | }, | 359 | }, |
| 359 | // 更新义务人信息 | 360 | // 更新义务人信息 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-14 10:26:42 | 4 | * @LastEditTime: 2023-08-14 11:23:50 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -117,31 +117,42 @@ | ... | @@ -117,31 +117,42 @@ |
| 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 | 128 | <el-col :span="5" v-show="ruleForm.sldy.gyfs != '0'"> | |
| 129 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> | ||
| 130 | <el-form-item label="是否分别持证:"> | 129 | <el-form-item label="是否分别持证:"> |
| 131 | <el-radio-group v-model="ruleForm.sldy.sqfbcz" :disabled="!ableOperation"> | 130 | <el-radio-group |
| 132 | <el-radio label="1">是</el-radio> | 131 | v-model="ruleForm.sldy.sqfbcz" |
| 133 | <el-radio label="0">否</el-radio> | 132 | :disabled="!ableOperation"> |
| 133 | <el-radio :label="1">是</el-radio> | ||
| 134 | <el-radio :label="0">否</el-radio> | ||
| 134 | </el-radio-group> | 135 | </el-radio-group> |
| 135 | </el-form-item> | 136 | </el-form-item> |
| 136 | </el-col> | 137 | </el-col> |
| 137 | <el-col :span="5" v-show="ruleForm.sldy.gyfs == '2'"> | 138 | <el-col |
| 139 | :span="5" | ||
| 140 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'"> | ||
| 138 | <el-form-item label="持证人:"> | 141 | <el-form-item label="持证人:"> |
| 139 | <el-select v-model="ruleForm.slsq.czr" placeholder="持证人" :disabled="!ableOperation"> | 142 | <el-select |
| 140 | <el-option v-for="item in czrOptions" :key="item.value" :label="item.label" :value="item.value"> | 143 | v-model="ruleForm.czr" |
| 144 | placeholder="持证人" | ||
| 145 | :disabled="!ableOperation"> | ||
| 146 | <el-option | ||
| 147 | v-for="item in czrOptions" | ||
| 148 | :key="item.zjh" | ||
| 149 | :label="item.sqrmc" | ||
| 150 | :value="item.zjh"> | ||
| 141 | </el-option> | 151 | </el-option> |
| 142 | </el-select> | 152 | </el-select> |
| 143 | </el-form-item> | 153 | </el-form-item> |
| 144 | </el-col> | 154 | </el-col> |
| 155 | |||
| 145 | </el-row> | 156 | </el-row> |
| 146 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" | 157 | <qlrCommonTable @upDateQlrxxList="upDateQlrxxList" :tableData="ruleForm.qlrList" :disabled="!ableOperation" |
| 147 | :gyfs="ruleForm.slsq.gyfs" /> | 158 | :gyfs="ruleForm.slsq.gyfs" /> |
| ... | @@ -242,7 +253,6 @@ | ... | @@ -242,7 +253,6 @@ |
| 242 | } | 253 | } |
| 243 | }, | 254 | }, |
| 244 | methods: { | 255 | methods: { |
| 245 | // 更新土地用途信息 | ||
| 246 | /** | 256 | /** |
| 247 | * @description: 更新土地用途信息 | 257 | * @description: 更新土地用途信息 |
| 248 | * @param {*} val | 258 | * @param {*} val |
| ... | @@ -250,10 +260,8 @@ | ... | @@ -250,10 +260,8 @@ |
| 250 | */ | 260 | */ |
| 251 | upDateTdytxxList (val) { | 261 | upDateTdytxxList (val) { |
| 252 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 262 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 253 | this.czrOptions = this.ruleForm.qlrList; | ||
| 254 | this.key++; | 263 | this.key++; |
| 255 | }, | 264 | }, |
| 256 | // 更新权利人信息 | ||
| 257 | /** | 265 | /** |
| 258 | * @description: 更新权利人信息 | 266 | * @description: 更新权利人信息 |
| 259 | * @param {*} val | 267 | * @param {*} val |
| ... | @@ -261,6 +269,8 @@ | ... | @@ -261,6 +269,8 @@ |
| 261 | */ | 269 | */ |
| 262 | upDateQlrxxList (val) { | 270 | upDateQlrxxList (val) { |
| 263 | this.ruleForm.qlrList = _.cloneDeep(val); | 271 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 272 | this.czrOptions = this.ruleForm.qlrList; | ||
| 273 | this.key++; | ||
| 264 | }, | 274 | }, |
| 265 | /** | 275 | /** |
| 266 | * @description: showCZInfo | 276 | * @description: showCZInfo | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-14 10:23:11 | 4 | * @LastEditTime: 2023-08-14 10:56:46 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -187,15 +187,6 @@ | ... | @@ -187,15 +187,6 @@ |
| 187 | </el-radio-group> | 187 | </el-radio-group> |
| 188 | </el-form-item> | 188 | </el-form-item> |
| 189 | </el-col> | 189 | </el-col> |
| 190 | <!-- <el-col :span="5"> | ||
| 191 | <el-form-item label="发证方式:"> | ||
| 192 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> | ||
| 193 | <el-radio label="1">小证</el-radio> | ||
| 194 | <el-radio label="2">大证</el-radio> | ||
| 195 | </el-radio-group> | ||
| 196 | </el-form-item> | ||
| 197 | </el-col> --> | ||
| 198 | |||
| 199 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> | 190 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> |
| 200 | <el-form-item label="是否分别持证:"> | 191 | <el-form-item label="是否分别持证:"> |
| 201 | <el-radio-group | 192 | <el-radio-group |
| ... | @@ -334,7 +325,7 @@ | ... | @@ -334,7 +325,7 @@ |
| 334 | */ | 325 | */ |
| 335 | upDateTdytxxList (val) { | 326 | upDateTdytxxList (val) { |
| 336 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 327 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 337 | this.czrOptions = this.ruleForm.qlrList; | 328 | |
| 338 | this.key++; | 329 | this.key++; |
| 339 | }, | 330 | }, |
| 340 | 331 | ||
| ... | @@ -345,6 +336,7 @@ | ... | @@ -345,6 +336,7 @@ |
| 345 | */ | 336 | */ |
| 346 | upDateQlrxxList (val) { | 337 | upDateQlrxxList (val) { |
| 347 | this.ruleForm.qlrList = _.cloneDeep(val); | 338 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 339 | this.czrOptions = this.ruleForm.qlrList; | ||
| 348 | }, | 340 | }, |
| 349 | /** | 341 | /** |
| 350 | * @description: 更新权利人信息 | 342 | * @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"> |
| ... | @@ -364,7 +364,6 @@ | ... | @@ -364,7 +364,6 @@ |
| 364 | } | 364 | } |
| 365 | }); | 365 | }); |
| 366 | }, | 366 | }, |
| 367 | // 更新土地用途信息 | ||
| 368 | /** | 367 | /** |
| 369 | * @description: 更新土地用途信息 | 368 | * @description: 更新土地用途信息 |
| 370 | * @param {*} val | 369 | * @param {*} val |
| ... | @@ -372,10 +371,8 @@ | ... | @@ -372,10 +371,8 @@ |
| 372 | */ | 371 | */ |
| 373 | upDateTdytxxList (val) { | 372 | upDateTdytxxList (val) { |
| 374 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 373 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 375 | this.czrOptions = this.ruleForm.qlrList; | ||
| 376 | this.key++; | 374 | this.key++; |
| 377 | }, | 375 | }, |
| 378 | // 更新权利人信息 | ||
| 379 | /** | 376 | /** |
| 380 | * @description: 更新权利人信息 | 377 | * @description: 更新权利人信息 |
| 381 | * @param {*} val | 378 | * @param {*} val |
| ... | @@ -383,6 +380,8 @@ | ... | @@ -383,6 +380,8 @@ |
| 383 | */ | 380 | */ |
| 384 | upDateQlrxxList (val) { | 381 | upDateQlrxxList (val) { |
| 385 | this.ruleForm.qlrList = _.cloneDeep(val); | 382 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 383 | this.czrOptions = this.ruleForm.qlrList; | ||
| 384 | this.key++; | ||
| 386 | }, | 385 | }, |
| 387 | // 更新权利人信息 | 386 | // 更新权利人信息 |
| 388 | /** | 387 | /** | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 受理信息 | 2 | * @Description: 受理信息 |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-14 10:37:56 | 4 | * @LastEditTime: 2023-08-14 10:54:26 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -251,8 +251,6 @@ | ... | @@ -251,8 +251,6 @@ |
| 251 | this.splicingFdcq2.zts = fdcq2List.length; | 251 | this.splicingFdcq2.zts = fdcq2List.length; |
| 252 | 252 | ||
| 253 | }, | 253 | }, |
| 254 | |||
| 255 | // 更新权利人信息 | ||
| 256 | /** | 254 | /** |
| 257 | * @description: 更新权利人信息 | 255 | * @description: 更新权利人信息 |
| 258 | * @param {*} val | 256 | * @param {*} val |
| ... | @@ -260,7 +258,7 @@ | ... | @@ -260,7 +258,7 @@ |
| 260 | */ | 258 | */ |
| 261 | upDateQlrxxList (val) { | 259 | upDateQlrxxList (val) { |
| 262 | this.ruleForm.qlrList = _.cloneDeep(val); | 260 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 263 | 261 | this.czrOptions = this.ruleForm.qlrList; | |
| 264 | }, | 262 | }, |
| 265 | /** | 263 | /** |
| 266 | * @description: showCZInfo | 264 | * @description: showCZInfo | ... | ... |
| ... | @@ -270,7 +270,6 @@ | ... | @@ -270,7 +270,6 @@ |
| 270 | */ | 270 | */ |
| 271 | upDateTdytxxList (val) { | 271 | upDateTdytxxList (val) { |
| 272 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 272 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 273 | this.czrOptions = this.ruleForm.qlrList; | ||
| 274 | this.key++; | 273 | this.key++; |
| 275 | }, | 274 | }, |
| 276 | /** | 275 | /** |
| ... | @@ -280,6 +279,8 @@ | ... | @@ -280,6 +279,8 @@ |
| 280 | */ | 279 | */ |
| 281 | upDateQlrxxList (val) { | 280 | upDateQlrxxList (val) { |
| 282 | this.ruleForm.qlrList = _.cloneDeep(val); | 281 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 282 | this.czrOptions = this.ruleForm.qlrList; | ||
| 283 | this.key++ | ||
| 283 | }, | 284 | }, |
| 284 | /** | 285 | /** |
| 285 | * @description: onSubmit | 286 | * @description: onSubmit | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-14 10:27:58 | 4 | * @LastEditTime: 2023-08-14 12:49:48 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -172,36 +172,29 @@ | ... | @@ -172,36 +172,29 @@ |
| 172 | </el-radio-group> | 172 | </el-radio-group> |
| 173 | </el-form-item> | 173 | </el-form-item> |
| 174 | </el-col> | 174 | </el-col> |
| 175 | <!-- <el-col :span="5"> | 175 | <el-col :span="6" v-show="ruleForm.sldy.gyfs != '0'"> |
| 176 | <el-form-item label="发证方式:"> | ||
| 177 | <el-radio-group v-model="ruleForm.slsq.fzfs" :disabled="!ableOperation"> | ||
| 178 | <el-radio label="1">小证</el-radio> | ||
| 179 | <el-radio label="2">大证</el-radio> | ||
| 180 | </el-radio-group> | ||
| 181 | </el-form-item> | ||
| 182 | </el-col> --> | ||
| 183 | |||
| 184 | <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> | ||
| 185 | <el-form-item label="是否分别持证:"> | 176 | <el-form-item label="是否分别持证:"> |
| 186 | <el-radio-group | 177 | <el-radio-group |
| 187 | v-model="ruleForm.sldy.sqfbcz" | 178 | v-model="ruleForm.sldy.sqfbcz" |
| 188 | :disabled="!ableOperation"> | 179 | :disabled="!ableOperation"> |
| 189 | <el-radio label="1">是</el-radio> | 180 | <el-radio :label="1">是</el-radio> |
| 190 | <el-radio label="0">否</el-radio> | 181 | <el-radio :label="0">否</el-radio> |
| 191 | </el-radio-group> | 182 | </el-radio-group> |
| 192 | </el-form-item> | 183 | </el-form-item> |
| 193 | </el-col> | 184 | </el-col> |
| 194 | <el-col :span="6" v-show="ruleForm.sldy.gyfs == '2'"> | 185 | <el-col |
| 186 | :span="6" | ||
| 187 | v-show="ruleForm.sldy.sqfbcz == '0' && ruleForm.sldy.gyfs != '0'"> | ||
| 195 | <el-form-item label="持证人:"> | 188 | <el-form-item label="持证人:"> |
| 196 | <el-select | 189 | <el-select |
| 197 | v-model="ruleForm.slsq.czr" | 190 | v-model="ruleForm.czr" |
| 198 | placeholder="持证人" | 191 | placeholder="持证人" |
| 199 | :disabled="!ableOperation"> | 192 | :disabled="!ableOperation"> |
| 200 | <el-option | 193 | <el-option |
| 201 | v-for="item in czrOptions" | 194 | v-for="(item,index) in czrOptions" |
| 202 | :key="item.value" | 195 | :key="index" |
| 203 | :label="item.label" | 196 | :label="item.sqrmc" |
| 204 | :value="item.value"> | 197 | :value="item.zjh"> |
| 205 | </el-option> | 198 | </el-option> |
| 206 | </el-select> | 199 | </el-select> |
| 207 | </el-form-item> | 200 | </el-form-item> |
| ... | @@ -313,7 +306,6 @@ | ... | @@ -313,7 +306,6 @@ |
| 313 | }; | 306 | }; |
| 314 | }, | 307 | }, |
| 315 | methods: { | 308 | methods: { |
| 316 | // 更新土地用途信息 | ||
| 317 | /** | 309 | /** |
| 318 | * @description: 更新土地用途信息 | 310 | * @description: 更新土地用途信息 |
| 319 | * @param {*} val | 311 | * @param {*} val |
| ... | @@ -321,8 +313,6 @@ | ... | @@ -321,8 +313,6 @@ |
| 321 | */ | 313 | */ |
| 322 | upDateTdytxxList (val) { | 314 | upDateTdytxxList (val) { |
| 323 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 315 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
| 324 | this.czrOptions = this.ruleForm.qlrList; | ||
| 325 | this.key++; | ||
| 326 | }, | 316 | }, |
| 327 | // 更新权利人信息 | 317 | // 更新权利人信息 |
| 328 | /** | 318 | /** |
| ... | @@ -332,6 +322,8 @@ | ... | @@ -332,6 +322,8 @@ |
| 332 | */ | 322 | */ |
| 333 | upDateQlrxxList (val) { | 323 | upDateQlrxxList (val) { |
| 334 | this.ruleForm.qlrList = _.cloneDeep(val); | 324 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 325 | this.czrOptions = this.ruleForm.qlrList; | ||
| 326 | this.key++; | ||
| 335 | }, | 327 | }, |
| 336 | // 更新权利人信息 | 328 | // 更新权利人信息 |
| 337 | /** | 329 | /** | ... | ... |
| ... | @@ -49,7 +49,7 @@ | ... | @@ -49,7 +49,7 @@ |
| 49 | <el-row :gutter="10"> | 49 | <el-row :gutter="10"> |
| 50 | <el-col :span="8"> | 50 | <el-col :span="8"> |
| 51 | <el-form-item label="宗地代码:"> | 51 | <el-form-item label="宗地代码:"> |
| 52 | <el-input disabled v-model="ruleForm.zdjbxx.zddm" ></el-input> | 52 | <el-input disabled v-model="ruleForm.zdjbxx.zddm"></el-input> |
| 53 | </el-form-item> | 53 | </el-form-item> |
| 54 | </el-col> | 54 | </el-col> |
| 55 | <el-col :span="8"> | 55 | <el-col :span="8"> |
| ... | @@ -322,6 +322,7 @@ | ... | @@ -322,6 +322,7 @@ |
| 322 | */ | 322 | */ |
| 323 | upDateQlrxxList (val) { | 323 | upDateQlrxxList (val) { |
| 324 | this.ruleForm.qlrList = _.cloneDeep(val) | 324 | this.ruleForm.qlrList = _.cloneDeep(val) |
| 325 | this.czrOptions = this.ruleForm.qlrList; | ||
| 325 | }, | 326 | }, |
| 326 | /** | 327 | /** |
| 327 | * @description: upDateJtcyList | 328 | * @description: upDateJtcyList | ... | ... |
| ... | @@ -323,6 +323,7 @@ | ... | @@ -323,6 +323,7 @@ |
| 323 | */ | 323 | */ |
| 324 | upDateQlrxxList (val) { | 324 | upDateQlrxxList (val) { |
| 325 | this.ruleForm.qlrList = _.cloneDeep(val) | 325 | this.ruleForm.qlrList = _.cloneDeep(val) |
| 326 | this.czrOptions = this.ruleForm.qlrList; | ||
| 326 | }, | 327 | }, |
| 327 | // 更新义务人信息 | 328 | // 更新义务人信息 |
| 328 | /** | 329 | /** | ... | ... |
| ... | @@ -270,6 +270,7 @@ | ... | @@ -270,6 +270,7 @@ |
| 270 | */ | 270 | */ |
| 271 | upDateQlrxxList (val) { | 271 | upDateQlrxxList (val) { |
| 272 | this.ruleForm.qlrList = _.cloneDeep(val); | 272 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 273 | this.czrOptions = this.ruleForm.qlrList | ||
| 273 | }, | 274 | }, |
| 274 | // 更新权利人信息 | 275 | // 更新权利人信息 |
| 275 | /** | 276 | /** | ... | ... |
| ... | @@ -237,7 +237,6 @@ | ... | @@ -237,7 +237,6 @@ |
| 237 | } | 237 | } |
| 238 | }); | 238 | }); |
| 239 | }, | 239 | }, |
| 240 | // 更新权利人信息 | ||
| 241 | /** | 240 | /** |
| 242 | * @description: 更新权利人信息 | 241 | * @description: 更新权利人信息 |
| 243 | * @param {*} val | 242 | * @param {*} val |
| ... | @@ -245,8 +244,8 @@ | ... | @@ -245,8 +244,8 @@ |
| 245 | */ | 244 | */ |
| 246 | upDateQlrxxList (val) { | 245 | upDateQlrxxList (val) { |
| 247 | this.ruleForm.qlrList = _.cloneDeep(val); | 246 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 247 | this.czrOptions = this.ruleForm.qlrList; | ||
| 248 | }, | 248 | }, |
| 249 | // 更新权利人信息 | ||
| 250 | /** | 249 | /** |
| 251 | * @description: 更新权利人信息 | 250 | * @description: 更新权利人信息 |
| 252 | * @param {*} val | 251 | * @param {*} val | ... | ... |
| ... | @@ -290,7 +290,6 @@ | ... | @@ -290,7 +290,6 @@ |
| 290 | }; | 290 | }; |
| 291 | }, | 291 | }, |
| 292 | methods: { | 292 | methods: { |
| 293 | // 更新权利人信息 | ||
| 294 | /** | 293 | /** |
| 295 | * @description: 更新权利人信息 | 294 | * @description: 更新权利人信息 |
| 296 | * @param {*} val | 295 | * @param {*} val |
| ... | @@ -298,10 +297,10 @@ | ... | @@ -298,10 +297,10 @@ |
| 298 | */ | 297 | */ |
| 299 | upDateQlrxxList (val) { | 298 | upDateQlrxxList (val) { |
| 300 | this.ruleForm.qlrList = _.cloneDeep(val); | 299 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 300 | this.czrOptions = this.ruleForm.qlrList | ||
| 301 | }, | 301 | }, |
| 302 | // 更新权利人信息 | ||
| 303 | /** | 302 | /** |
| 304 | * @description: 更新权利人信息 | 303 | * @description: 义务人信息 |
| 305 | * @param {*} val | 304 | * @param {*} val |
| 306 | * @author: renchao | 305 | * @author: renchao |
| 307 | */ | 306 | */ | ... | ... |
| ... | @@ -280,6 +280,7 @@ | ... | @@ -280,6 +280,7 @@ |
| 280 | upDateQlrxxList (val) { | 280 | upDateQlrxxList (val) { |
| 281 | if (!_.isEqual(val, this.ruleForm.qlrList)) { | 281 | if (!_.isEqual(val, this.ruleForm.qlrList)) { |
| 282 | this.ruleForm.qlrList = _.cloneDeep(val); | 282 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 283 | this.czrOptions = this.ruleForm.qlrList; | ||
| 283 | } | 284 | } |
| 284 | }, | 285 | }, |
| 285 | // 更新义务人信息 | 286 | // 更新义务人信息 | ... | ... |
| ... | @@ -324,7 +324,6 @@ | ... | @@ -324,7 +324,6 @@ |
| 324 | }); | 324 | }); |
| 325 | }, | 325 | }, |
| 326 | 326 | ||
| 327 | // 更新权利人信息 | ||
| 328 | /** | 327 | /** |
| 329 | * @description: 更新权利人信息 | 328 | * @description: 更新权利人信息 |
| 330 | * @param {*} val | 329 | * @param {*} val |
| ... | @@ -333,6 +332,7 @@ | ... | @@ -333,6 +332,7 @@ |
| 333 | upDateQlrxxList (val) { | 332 | upDateQlrxxList (val) { |
| 334 | if (!_.isEqual(val, this.ruleForm.qlrList)) { | 333 | if (!_.isEqual(val, this.ruleForm.qlrList)) { |
| 335 | this.ruleForm.qlrList = _.cloneDeep(val); | 334 | this.ruleForm.qlrList = _.cloneDeep(val); |
| 335 | this.czrOptions = this.ruleForm.qlrList | ||
| 336 | } | 336 | } |
| 337 | }, | 337 | }, |
| 338 | // 更新义务人信息 | 338 | // 更新义务人信息 | ... | ... |
| 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