style:权利人
Showing
15 changed files
with
40 additions
and
15 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-11 16:25:39 | 4 | * @LastEditTime: 2023-09-11 16:37:36 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -479,7 +479,6 @@ | ... | @@ -479,7 +479,6 @@ |
479 | }, | 479 | }, |
480 | }; | 480 | }; |
481 | }, | 481 | }, |
482 | created () { }, | ||
483 | mounted () { | 482 | mounted () { |
484 | this.loadData(); | 483 | this.loadData(); |
485 | this.ableOperation = this.$parent.ableOperation; | 484 | this.ableOperation = this.$parent.ableOperation; |
... | @@ -495,7 +494,6 @@ | ... | @@ -495,7 +494,6 @@ |
495 | this.ruleForm.qlxx.ssywh = val.ywh; | 494 | this.ruleForm.qlxx.ssywh = val.ywh; |
496 | this.ssQlxxchangediolog(val); | 495 | this.ssQlxxchangediolog(val); |
497 | }, | 496 | }, |
498 | // 弹框事件 | ||
499 | /** | 497 | /** |
500 | * @description: 弹框事件 | 498 | * @description: 弹框事件 |
501 | * @param {*} val | 499 | * @param {*} val |
... | @@ -600,7 +598,6 @@ | ... | @@ -600,7 +598,6 @@ |
600 | } | 598 | } |
601 | }); | 599 | }); |
602 | }, | 600 | }, |
603 | // 更新土地用途信息 | ||
604 | /** | 601 | /** |
605 | * @description: 更新土地用途信息 | 602 | * @description: 更新土地用途信息 |
606 | * @param {*} val | 603 | * @param {*} val |
... | @@ -620,9 +617,6 @@ | ... | @@ -620,9 +617,6 @@ |
620 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 617 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
621 | this.czrOptions = this.ruleForm.qlrData; | 618 | this.czrOptions = this.ruleForm.qlrData; |
622 | } | 619 | } |
623 | if (this.ruleForm.qlrData.length == 0) { | ||
624 | this.czr = '' | ||
625 | } | ||
626 | }, | 620 | }, |
627 | // 更新义务人信息 | 621 | // 更新义务人信息 |
628 | /** | 622 | /** | ... | ... |
... | @@ -523,14 +523,12 @@ | ... | @@ -523,14 +523,12 @@ |
523 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); | 523 | this.ruleForm.tdytqxList && (this.ruleForm.tdytqxList = _.cloneDeep(val)); |
524 | this.key++; | 524 | this.key++; |
525 | }, | 525 | }, |
526 | // 更新权利人信息 | ||
527 | /** | 526 | /** |
528 | * @description: 更新权利人信息 | 527 | * @description: 更新权利人信息 |
529 | * @param {*} val | 528 | * @param {*} val |
530 | * @author: renchao | 529 | * @author: renchao |
531 | */ | 530 | */ |
532 | upDateQlrxxList (val) { | 531 | upDateQlrxxList (val) { |
533 | |||
534 | if (!_.isEqual(val, this.ruleForm.qlrData)) { | 532 | if (!_.isEqual(val, this.ruleForm.qlrData)) { |
535 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 533 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
536 | this.czrOptions = this.ruleForm.qlrData; | 534 | this.czrOptions = this.ruleForm.qlrData; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-22 16:27:48 | 4 | * @LastEditTime: 2023-09-11 16:38:51 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -641,9 +641,6 @@ | ... | @@ -641,9 +641,6 @@ |
641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); | 641 | this.ruleForm.qlrData && (this.ruleForm.qlrData = _.cloneDeep(val)); |
642 | this.czrOptions = this.ruleForm.qlrData; | 642 | this.czrOptions = this.ruleForm.qlrData; |
643 | } | 643 | } |
644 | if (this.ruleForm.qlrData.length == 0) { | ||
645 | this.czr = '' | ||
646 | } | ||
647 | }, | 644 | }, |
648 | /** | 645 | /** |
649 | * @description: onSubmit | 646 | * @description: onSubmit | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-11 16:17:54 | 4 | * @LastEditTime: 2023-09-11 16:40:54 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <dialogBox | 7 | <dialogBox |
... | @@ -422,6 +422,9 @@ | ... | @@ -422,6 +422,9 @@ |
422 | watch: { | 422 | watch: { |
423 | value (val) { | 423 | value (val) { |
424 | this.myValue = _.cloneDeep(val) | 424 | this.myValue = _.cloneDeep(val) |
425 | if (val && Object.keys(this.details).length > 0) { | ||
426 | this.activeName = '1' | ||
427 | } | ||
425 | this.isShow = this.showButton | 428 | this.isShow = this.showButton |
426 | }, | 429 | }, |
427 | details: { | 430 | details: { | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-09-11 16:25:28 | 4 | * @LastEditTime: 2023-09-11 16:39:27 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <!-- 受理信息 --> | 7 | <!-- 受理信息 --> |
... | @@ -499,6 +499,9 @@ | ... | @@ -499,6 +499,9 @@ |
499 | this.ruleForm.qlrList = _.cloneDeep(val); | 499 | this.ruleForm.qlrList = _.cloneDeep(val); |
500 | this.czrOptions = this.ruleForm.qlrList; | 500 | this.czrOptions = this.ruleForm.qlrList; |
501 | } | 501 | } |
502 | if (this.ruleForm.qlrList.length == 1) { | ||
503 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
504 | } | ||
502 | if (this.ruleForm.qlrList.length == 0) { | 505 | if (this.ruleForm.qlrList.length == 0) { |
503 | this.czr = '' | 506 | this.czr = '' |
504 | } | 507 | } | ... | ... |
... | @@ -357,6 +357,9 @@ | ... | @@ -357,6 +357,9 @@ |
357 | this.ruleForm.qlrList = _.cloneDeep(val); | 357 | this.ruleForm.qlrList = _.cloneDeep(val); |
358 | this.czrOptions = this.ruleForm.qlrList; | 358 | this.czrOptions = this.ruleForm.qlrList; |
359 | } | 359 | } |
360 | if (this.ruleForm.qlrList.length == 1) { | ||
361 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
362 | } | ||
360 | if (this.ruleForm.qlrList.length == 0) { | 363 | if (this.ruleForm.qlrList.length == 0) { |
361 | this.czr = '' | 364 | this.czr = '' |
362 | } | 365 | } | ... | ... |
... | @@ -507,6 +507,9 @@ | ... | @@ -507,6 +507,9 @@ |
507 | upDateQlrxxList (val) { | 507 | upDateQlrxxList (val) { |
508 | this.ruleForm.qlrList = _.cloneDeep(val); | 508 | this.ruleForm.qlrList = _.cloneDeep(val); |
509 | this.czrOptions = this.ruleForm.qlrList; | 509 | this.czrOptions = this.ruleForm.qlrList; |
510 | if (this.ruleForm.qlrList.length == 1) { | ||
511 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
512 | } | ||
510 | if (this.ruleForm.qlrList.length == 0) { | 513 | if (this.ruleForm.qlrList.length == 0) { |
511 | this.czr = '' | 514 | this.czr = '' |
512 | } | 515 | } | ... | ... |
... | @@ -319,6 +319,9 @@ | ... | @@ -319,6 +319,9 @@ |
319 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); | 319 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); |
320 | this.czrOptions = this.ruleForm.qlrList; | 320 | this.czrOptions = this.ruleForm.qlrList; |
321 | this.key++; | 321 | this.key++; |
322 | if (this.ruleForm.qlrList.length == 1) { | ||
323 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
324 | } | ||
322 | if (this.ruleForm.qlrList.length == 0) { | 325 | if (this.ruleForm.qlrList.length == 0) { |
323 | this.czr = '' | 326 | this.czr = '' |
324 | } | 327 | } | ... | ... |
... | @@ -420,6 +420,9 @@ | ... | @@ -420,6 +420,9 @@ |
420 | upDateQlrxxList (val) { | 420 | upDateQlrxxList (val) { |
421 | this.ruleForm.qlrList = _.cloneDeep(val); | 421 | this.ruleForm.qlrList = _.cloneDeep(val); |
422 | this.czrOptions = this.ruleForm.qlrList; | 422 | this.czrOptions = this.ruleForm.qlrList; |
423 | if (this.ruleForm.qlrList.length == 1) { | ||
424 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
425 | } | ||
423 | if (this.ruleForm.qlrList.length == 0) { | 426 | if (this.ruleForm.qlrList.length == 0) { |
424 | this.czr = '' | 427 | this.czr = '' |
425 | } | 428 | } | ... | ... |
... | @@ -456,6 +456,9 @@ | ... | @@ -456,6 +456,9 @@ |
456 | upDateQlrxxList (val) { | 456 | upDateQlrxxList (val) { |
457 | this.ruleForm.qlrList = _.cloneDeep(val); | 457 | this.ruleForm.qlrList = _.cloneDeep(val); |
458 | this.czrOptions = this.ruleForm.qlrList; | 458 | this.czrOptions = this.ruleForm.qlrList; |
459 | if (this.ruleForm.qlrList.length == 1) { | ||
460 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
461 | } | ||
459 | if (this.ruleForm.qlrList.length == 0) { | 462 | if (this.ruleForm.qlrList.length == 0) { |
460 | this.czr = '' | 463 | this.czr = '' |
461 | } | 464 | } | ... | ... |
... | @@ -406,6 +406,9 @@ | ... | @@ -406,6 +406,9 @@ |
406 | upDateQlrxxList (val) { | 406 | upDateQlrxxList (val) { |
407 | this.ruleForm.qlrList = _.cloneDeep(val); | 407 | this.ruleForm.qlrList = _.cloneDeep(val); |
408 | this.czrOptions = this.ruleForm.qlrList; | 408 | this.czrOptions = this.ruleForm.qlrList; |
409 | if (this.ruleForm.qlrList.length == 1) { | ||
410 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
411 | } | ||
409 | if (this.ruleForm.qlrList.length == 0) { | 412 | if (this.ruleForm.qlrList.length == 0) { |
410 | this.czr = '' | 413 | this.czr = '' |
411 | } | 414 | } | ... | ... |
... | @@ -429,6 +429,9 @@ | ... | @@ -429,6 +429,9 @@ |
429 | upDateQlrxxList (val) { | 429 | upDateQlrxxList (val) { |
430 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); | 430 | this.ruleForm.qlrList && (this.ruleForm.qlrList = _.cloneDeep(val)); |
431 | this.czrOptions = this.ruleForm.qlrList; | 431 | this.czrOptions = this.ruleForm.qlrList; |
432 | if (this.ruleForm.qlrList.length == 1) { | ||
433 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
434 | } | ||
432 | if (this.ruleForm.qlrList.length == 0) { | 435 | if (this.ruleForm.qlrList.length == 0) { |
433 | this.czr = '' | 436 | this.czr = '' |
434 | } | 437 | } | ... | ... |
... | @@ -352,6 +352,9 @@ | ... | @@ -352,6 +352,9 @@ |
352 | upDateQlrxxList (val) { | 352 | upDateQlrxxList (val) { |
353 | this.ruleForm.qlrList = _.cloneDeep(val); | 353 | this.ruleForm.qlrList = _.cloneDeep(val); |
354 | this.czrOptions = this.ruleForm.qlrList; | 354 | this.czrOptions = this.ruleForm.qlrList; |
355 | if (this.ruleForm.qlrList.length == 1) { | ||
356 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
357 | } | ||
355 | if (this.ruleForm.qlrList.length == 0) { | 358 | if (this.ruleForm.qlrList.length == 0) { |
356 | this.czr = '' | 359 | this.czr = '' |
357 | } | 360 | } | ... | ... |
... | @@ -270,6 +270,9 @@ | ... | @@ -270,6 +270,9 @@ |
270 | upDateQlrxxList (val) { | 270 | upDateQlrxxList (val) { |
271 | this.ruleForm.qlrList = _.cloneDeep(val); | 271 | this.ruleForm.qlrList = _.cloneDeep(val); |
272 | this.czrOptions = this.ruleForm.qlrList; | 272 | this.czrOptions = this.ruleForm.qlrList; |
273 | if (this.ruleForm.qlrList.length == 1) { | ||
274 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
275 | } | ||
273 | if (this.ruleForm.qlrList.length == 0) { | 276 | if (this.ruleForm.qlrList.length == 0) { |
274 | this.czr = '' | 277 | this.czr = '' |
275 | } | 278 | } | ... | ... |
... | @@ -358,6 +358,9 @@ | ... | @@ -358,6 +358,9 @@ |
358 | upDateQlrxxList (val) { | 358 | upDateQlrxxList (val) { |
359 | this.ruleForm.qlrList = _.cloneDeep(val); | 359 | this.ruleForm.qlrList = _.cloneDeep(val); |
360 | this.czrOptions = this.ruleForm.qlrList; | 360 | this.czrOptions = this.ruleForm.qlrList; |
361 | if (this.ruleForm.qlrList.length == 1) { | ||
362 | this.czr = this.ruleForm.qlrList[0].sqrmc | ||
363 | } | ||
361 | if (this.ruleForm.qlrList.length == 0) { | 364 | if (this.ruleForm.qlrList.length == 0) { |
362 | this.czr = '' | 365 | this.czr = '' |
363 | } | 366 | } | ... | ... |
-
Please register or sign in to post a comment