8d2e7bd0 by “miaofang

--no commit message

1 parent bcc4f9b6
...@@ -73,11 +73,17 @@ ...@@ -73,11 +73,17 @@
73 </el-form-item> 73 </el-form-item>
74 </el-col> 74 </el-col>
75 </el-row> 75 </el-row>
76 <div class="slxx_title title-block"> 76 <div class="slxx_title title-block">
77 查封不动产情况 77 <el-row>
78 <el-col :span="16">
79 查封不动产情况
80 </el-col>
81 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
82 <el-button @click="compare">变化情况对比+</el-button>
83 </el-col>
84 </el-row>
78 <div class="triangle"></div> 85 <div class="triangle"></div>
79 </div> 86 </div>
80
81 <el-row :gutter="10"> 87 <el-row :gutter="10">
82 <el-col :span="8"> 88 <el-col :span="8">
83 <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:"> 89 <el-form-item :class="flag ? 'marginBot0' : ''" label="权利类型:">
...@@ -168,7 +174,7 @@ ...@@ -168,7 +174,7 @@
168 v-model="ruleForm.cfdj.cfjg" 174 v-model="ruleForm.cfdj.cfjg"
169 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> 175 :disabled="!viewEdit || ableEdit || isJfOperation"></el-input>
170 </el-form-item> 176 </el-form-item>
171 </el-col> 177 </el-col>
172 </el-row> 178 </el-row>
173 <el-row :gutter="10"> 179 <el-row :gutter="10">
174 <el-col :span="8"> 180 <el-col :span="8">
...@@ -215,7 +221,7 @@ ...@@ -215,7 +221,7 @@
215 </el-form-item> 221 </el-form-item>
216 </el-col> 222 </el-col>
217 </el-row> 223 </el-row>
218 224
219 <el-row :gutter="10"> 225 <el-row :gutter="10">
220 <el-col :span="24"> 226 <el-col :span="24">
221 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw"> 227 <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw">
...@@ -389,7 +395,23 @@ ...@@ -389,7 +395,23 @@
389 return item.dcode == e; 395 return item.dcode == e;
390 }); 396 });
391 this.ruleForm.cfdj.cflxmc = cflxItem.dname 397 this.ruleForm.cfdj.cflxmc = cflxItem.dname
392 } 398 },
399 /**
400 * @description: compare
401 * @author: renchao
402 */
403 compare () {
404 this.$popupDialog(
405 this.ruleForm.qlxx.qllxmc,
406 "registerBook/comparison",
407 {
408 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
409 dqqllx: "FDCQ2",
410 },
411 "80%",
412 true
413 );
414 },
393 } 415 }
394 } 416 }
395 </script> 417 </script>
......
...@@ -54,10 +54,16 @@ ...@@ -54,10 +54,16 @@
54 </el-col> 54 </el-col>
55 </el-row> 55 </el-row>
56 <div class="slxx_title title-block"> 56 <div class="slxx_title title-block">
57 抵押不动产情况 57 <el-row>
58 <el-col :span="16">
59 抵押不动产情况
60 </el-col>
61 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
62 <el-button @click="compare">变化情况对比+</el-button>
63 </el-col>
64 </el-row>
58 <div class="triangle"></div> 65 <div class="triangle"></div>
59 </div> 66 </div>
60
61 <el-row :gutter="10"> 67 <el-row :gutter="10">
62 <el-col :span="8"> 68 <el-col :span="8">
63 <el-form-item label="权利人:"> 69 <el-form-item label="权利人:">
...@@ -570,6 +576,21 @@ ...@@ -570,6 +576,21 @@
570 if (!_.isEqual(val, this.ruleForm.ywrList)) { 576 if (!_.isEqual(val, this.ruleForm.ywrList)) {
571 this.ruleForm.ywrList = _.cloneDeep(val); 577 this.ruleForm.ywrList = _.cloneDeep(val);
572 } 578 }
579 }, /**
580 * @description: compare
581 * @author: renchao
582 */
583 compare () {
584 this.$popupDialog(
585 this.ruleForm.qlxx.qllxmc,
586 "registerBook/comparison",
587 {
588 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
589 dqqllx: "FDCQ2",
590 },
591 "80%",
592 true
593 );
573 }, 594 },
574 }, 595 },
575 }; 596 };
......
...@@ -65,6 +65,9 @@ ...@@ -65,6 +65,9 @@
65 </el-radio-group> 65 </el-radio-group>
66 </el-form-item> 66 </el-form-item>
67 </el-col> 67 </el-col>
68 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
69 <el-button @click="compare">变化情况对比+</el-button>
70 </el-col>
68 </el-row> 71 </el-row>
69 <div class="triangle"></div> 72 <div class="triangle"></div>
70 </div> 73 </div>
...@@ -545,7 +548,22 @@ ...@@ -545,7 +548,22 @@
545 return false 548 return false
546 } 549 }
547 }) 550 })
548 } 551 }, /**
552 * @description: compare
553 * @author: renchao
554 */
555 compare () {
556 this.$popupDialog(
557 this.ruleForm.qlxx.qllxmc,
558 "registerBook/comparison",
559 {
560 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
561 dqqllx: "FDCQ2",
562 },
563 "80%",
564 true
565 );
566 },
549 } 567 }
550 } 568 }
551 </script> 569 </script>
......
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
56 <el-row> 56 <el-row>
57 <el-col :span="16"> 57 <el-col :span="16">
58 不动产单元情况 58 不动产单元情况
59 </el-col> 59 </el-col>
60 <el-col :span="4" v-show="ruleForm.sldy.djlx=='500'"> 60 <el-col :span="4" v-if="ruleForm.sldy.djlx=='500'">
61 <el-form-item label="是否创建证书:" style="height:24px"> 61 <el-form-item label="是否创建证书:" style="height:24px">
62 <el-radio-group v-model="ruleForm.sldy.sfxysczs"> 62 <el-radio-group v-model="ruleForm.sldy.sfxysczs">
63 <el-radio label="1"></el-radio> 63 <el-radio label="1"></el-radio>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
65 </el-radio-group> 65 </el-radio-group>
66 </el-form-item> 66 </el-form-item>
67 </el-col> 67 </el-col>
68 <el-col :span="4" v-show="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'"> 68 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
69 <el-button @click="compare">变化情况对比+</el-button> 69 <el-button @click="compare">变化情况对比+</el-button>
70 </el-col> 70 </el-col>
71 </el-row> 71 </el-row>
......
...@@ -61,6 +61,9 @@ ...@@ -61,6 +61,9 @@
61 </el-radio-group> 61 </el-radio-group>
62 </el-form-item> 62 </el-form-item>
63 </el-col> 63 </el-col>
64 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
65 <el-button @click="compare">变化情况对比+</el-button>
66 </el-col>
64 </el-row> 67 </el-row>
65 <div class="triangle"></div> 68 <div class="triangle"></div>
66 </div> 69 </div>
...@@ -579,6 +582,21 @@ ...@@ -579,6 +582,21 @@
579 return item.dcode == e; 582 return item.dcode == e;
580 }); 583 });
581 this.ruleForm.nydsyq.ydyhflmc = itemLx.dname; 584 this.ruleForm.nydsyq.ydyhflmc = itemLx.dname;
585 }, /**
586 * @description: compare
587 * @author: renchao
588 */
589 compare () {
590 this.$popupDialog(
591 this.ruleForm.qlxx.qllxmc,
592 "registerBook/comparison",
593 {
594 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
595 dqqllx: "FDCQ2",
596 },
597 "80%",
598 true
599 );
582 }, 600 },
583 }, 601 },
584 }; 602 };
......
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
67 </el-radio-group> 67 </el-radio-group>
68 </el-form-item> 68 </el-form-item>
69 </el-col> 69 </el-col>
70 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
71 <el-button @click="compare">变化情况对比+</el-button>
72 </el-col>
70 </el-row> 73 </el-row>
71 <div class="triangle"></div> 74 <div class="triangle"></div>
72 </div> 75 </div>
...@@ -487,6 +490,21 @@ ...@@ -487,6 +490,21 @@
487 upDateYwrxxList (val) { 490 upDateYwrxxList (val) {
488 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val)); 491 this.ruleForm.ywrList && (this.ruleForm.ywrList = _.cloneDeep(val));
489 this.key++; 492 this.key++;
493 }, /**
494 * @description: compare
495 * @author: renchao
496 */
497 compare () {
498 this.$popupDialog(
499 this.ruleForm.qlxx.qllxmc,
500 "registerBook/comparison",
501 {
502 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
503 dqqllx: "FDCQ2",
504 },
505 "80%",
506 true
507 );
490 }, 508 },
491 /** 509 /**
492 * @description: onSubmit 510 * @description: onSubmit
......
...@@ -66,6 +66,9 @@ ...@@ -66,6 +66,9 @@
66 </el-radio-group> 66 </el-radio-group>
67 </el-form-item> 67 </el-form-item>
68 </el-col> 68 </el-col>
69 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
70 <el-button @click="compare">变化情况对比+</el-button>
71 </el-col>
69 </el-row> 72 </el-row>
70 <div class="triangle"></div> 73 <div class="triangle"></div>
71 </div> 74 </div>
...@@ -490,6 +493,21 @@ ...@@ -490,6 +493,21 @@
490 */ 493 */
491 updaterow () { 494 updaterow () {
492 this.czr = ""; 495 this.czr = "";
496 }, /**
497 * @description: compare
498 * @author: renchao
499 */
500 compare () {
501 this.$popupDialog(
502 this.ruleForm.qlxx.qllxmc,
503 "registerBook/comparison",
504 {
505 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
506 dqqllx: "FDCQ2",
507 },
508 "80%",
509 true
510 );
493 }, 511 },
494 /** 512 /**
495 * @description: onSubmit 513 * @description: onSubmit
......
...@@ -48,8 +48,15 @@ ...@@ -48,8 +48,15 @@
48 </el-form-item> 48 </el-form-item>
49 </el-col> 49 </el-col>
50 </el-row> 50 </el-row>
51 <div class="slxx_title title-block"> 51 <div class="slxx_title title-block">
52 不动产情况 52 <el-row>
53 <el-col :span="16">
54 不动产情况
55 </el-col>
56 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
57 <el-button @click="compare">变化情况对比+</el-button>
58 </el-col>
59 </el-row>
53 <div class="triangle"></div> 60 <div class="triangle"></div>
54 </div> 61 </div>
55 <el-row :gutter="10" v-if="ruleForm.qlxx"> 62 <el-row :gutter="10" v-if="ruleForm.qlxx">
...@@ -387,6 +394,21 @@ ...@@ -387,6 +394,21 @@
387 */ 394 */
388 upDateYwrxxList (val) { 395 upDateYwrxxList (val) {
389 this.ruleForm.ywrList = _.cloneDeep(val); 396 this.ruleForm.ywrList = _.cloneDeep(val);
397 }, /**
398 * @description: compare
399 * @author: renchao
400 */
401 compare () {
402 this.$popupDialog(
403 this.ruleForm.qlxx.qllxmc,
404 "registerBook/comparison",
405 {
406 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
407 dqqllx: "FDCQ2",
408 },
409 "80%",
410 true
411 );
390 }, 412 },
391 /** 413 /**
392 * @description: 是否持证人变化 414 * @description: 是否持证人变化
......
...@@ -49,7 +49,14 @@ ...@@ -49,7 +49,14 @@
49 </el-col> 49 </el-col>
50 </el-row> 50 </el-row>
51 <div class="slxx_title title-block"> 51 <div class="slxx_title title-block">
52 预告买卖登记情况 52 <el-row>
53 <el-col :span="16">
54 预告买卖登记情况
55 </el-col>
56 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
57 <el-button @click="compare">变化情况对比+</el-button>
58 </el-col>
59 </el-row>
53 <div class="triangle"></div> 60 <div class="triangle"></div>
54 </div> 61 </div>
55 <el-row :gutter="10"> 62 <el-row :gutter="10">
...@@ -419,6 +426,21 @@ ...@@ -419,6 +426,21 @@
419 */ 426 */
420 upDateYwrxxList (val) { 427 upDateYwrxxList (val) {
421 this.ruleForm.ywrList = _.cloneDeep(val); 428 this.ruleForm.ywrList = _.cloneDeep(val);
429 }, /**
430 * @description: compare
431 * @author: renchao
432 */
433 compare () {
434 this.$popupDialog(
435 this.ruleForm.qlxx.qllxmc,
436 "registerBook/comparison",
437 {
438 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
439 dqqllx: "FDCQ2",
440 },
441 "80%",
442 true
443 );
422 }, 444 },
423 /** 445 /**
424 * @description: 是否持证人变化 446 * @description: 是否持证人变化
......
...@@ -48,8 +48,15 @@ ...@@ -48,8 +48,15 @@
48 </el-form-item> 48 </el-form-item>
49 </el-col> 49 </el-col>
50 </el-row> 50 </el-row>
51 <div class="slxx_title title-block"> 51 <div class="slxx_title title-block">
52 抵押户信息情况 52 <el-row>
53 <el-col :span="16">
54 抵押户信息情况
55 </el-col>
56 <el-col :span="4" v-if="ruleForm.sldy.djlx=='300'||ruleForm.sldy.djlx=='500'">
57 <el-button @click="compare">变化情况对比+</el-button>
58 </el-col>
59 </el-row>
53 <div class="triangle"></div> 60 <div class="triangle"></div>
54 </div> 61 </div>
55 <el-row :gutter="10"> 62 <el-row :gutter="10">
...@@ -563,7 +570,23 @@ ...@@ -563,7 +570,23 @@
563 if (!_.isEqual(val, this.ruleForm.ywrList)) { 570 if (!_.isEqual(val, this.ruleForm.ywrList)) {
564 this.ruleForm.ywrList = _.cloneDeep(val); 571 this.ruleForm.ywrList = _.cloneDeep(val);
565 } 572 }
566 } 573 },
574 /**
575 * @description: compare
576 * @author: renchao
577 */
578 compare () {
579 this.$popupDialog(
580 this.ruleForm.qlxx.qllxmc,
581 "registerBook/comparison",
582 {
583 bsmQlxx: this.ruleForm.qlxx.bsmQlxx,
584 dqqllx: "FDCQ2",
585 },
586 "80%",
587 true
588 );
589 },
567 } 590 }
568 } 591 }
569 </script> 592 </script>
......