style:家庭房产
Showing
4 changed files
with
6 additions
and
9 deletions
... | @@ -345,7 +345,6 @@ | ... | @@ -345,7 +345,6 @@ |
345 | dyjlList: [], | 345 | dyjlList: [], |
346 | } | 346 | } |
347 | }, | 347 | }, |
348 | //加载详细信息 | ||
349 | /** | 348 | /** |
350 | * @description: 加载详细信息 | 349 | * @description: 加载详细信息 |
351 | * @author: renchao | 350 | * @author: renchao |
... | @@ -416,7 +415,6 @@ | ... | @@ -416,7 +415,6 @@ |
416 | } | 415 | } |
417 | }) | 416 | }) |
418 | }, | 417 | }, |
419 | //添加申请人 | ||
420 | /** | 418 | /** |
421 | * @description: 添加申请人 | 419 | * @description: 添加申请人 |
422 | * @author: renchao | 420 | * @author: renchao |
... | @@ -440,14 +438,12 @@ | ... | @@ -440,14 +438,12 @@ |
440 | * @author: renchao | 438 | * @author: renchao |
441 | */ | 439 | */ |
442 | remove (index, row, type) { | 440 | remove (index, row, type) { |
443 | console.log(type, 'type'); | ||
444 | if (type == "sqr") { | 441 | if (type == "sqr") { |
445 | this.form.sqrList.splice(index, 1); | 442 | this.form.sqrList.splice(index, 1); |
446 | } else { | 443 | } else { |
447 | this.form.qlrList.splice(index, 1); | 444 | this.form.qlrList.splice(index, 1); |
448 | } | 445 | } |
449 | }, | 446 | }, |
450 | //电话号码校验 | ||
451 | /** | 447 | /** |
452 | * @description: 电话号码校验 | 448 | * @description: 电话号码校验 |
453 | * @param {*} row | 449 | * @param {*} row |
... | @@ -463,7 +459,6 @@ | ... | @@ -463,7 +459,6 @@ |
463 | return true; | 459 | return true; |
464 | } | 460 | } |
465 | }, | 461 | }, |
466 | //打印 | ||
467 | /** | 462 | /** |
468 | * @description: 打印 | 463 | * @description: 打印 |
469 | * @author: renchao | 464 | * @author: renchao |
... | @@ -479,7 +474,6 @@ | ... | @@ -479,7 +474,6 @@ |
479 | } | 474 | } |
480 | }); | 475 | }); |
481 | }, | 476 | }, |
482 | //打开打印预览 | ||
483 | /** | 477 | /** |
484 | * @description: 打开打印预览 | 478 | * @description: 打开打印预览 |
485 | * @author: renchao | 479 | * @author: renchao | ... | ... |
... | @@ -104,7 +104,7 @@ | ... | @@ -104,7 +104,7 @@ |
104 | * @author: renchao | 104 | * @author: renchao |
105 | */ | 105 | */ |
106 | handleAdd () { | 106 | handleAdd () { |
107 | this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", { | 107 | this.$popupDialog("登记情况", "sqcx/jtfc/components/addjtfc", { |
108 | sqcxBsm: '' | 108 | sqcxBsm: '' |
109 | }, '80%') | 109 | }, '80%') |
110 | }, | 110 | }, |
... | @@ -114,7 +114,7 @@ | ... | @@ -114,7 +114,7 @@ |
114 | * @author: renchao | 114 | * @author: renchao |
115 | */ | 115 | */ |
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 | }, '80%') | 119 | }, '80%') |
120 | } | 120 | } | ... | ... |
... | @@ -131,6 +131,9 @@ export default { | ... | @@ -131,6 +131,9 @@ export default { |
131 | case "B-ZSXG": | 131 | case "B-ZSXG": |
132 | this.$popupDialog("证书修改", "workflow/components/dialog/zsxg", { bsmSlsq: this.bsmSlsq, }, '55%', true) | 132 | this.$popupDialog("证书修改", "workflow/components/dialog/zsxg", { bsmSlsq: this.bsmSlsq, }, '55%', true) |
133 | break; | 133 | break; |
134 | case "B-SQD": | ||
135 | |||
136 | break; | ||
134 | case "B6": | 137 | case "B6": |
135 | //根据编号获取对应信息 | 138 | //根据编号获取对应信息 |
136 | getPrintTemplateByCode({ tmpno: 'dysqs' }).then(res => { | 139 | getPrintTemplateByCode({ tmpno: 'dysqs' }).then(res => { | ... | ... |
-
Please register or sign in to post a comment