76f3cd14 by renchao@pashanhoo.com

style:家庭房产

1 parent 4844deea
......@@ -345,7 +345,6 @@
dyjlList: [],
}
},
//加载详细信息
/**
* @description: 加载详细信息
* @author: renchao
......@@ -416,7 +415,6 @@
}
})
},
//添加申请人
/**
* @description: 添加申请人
* @author: renchao
......@@ -440,14 +438,12 @@
* @author: renchao
*/
remove (index, row, type) {
console.log(type, 'type');
if (type == "sqr") {
this.form.sqrList.splice(index, 1);
} else {
this.form.qlrList.splice(index, 1);
}
},
//电话号码校验
/**
* @description: 电话号码校验
* @param {*} row
......@@ -463,7 +459,6 @@
return true;
}
},
//打印
/**
* @description: 打印
* @author: renchao
......@@ -479,7 +474,6 @@
}
});
},
//打开打印预览
/**
* @description: 打开打印预览
* @author: renchao
......
......@@ -104,7 +104,7 @@
* @author: renchao
*/
handleAdd () {
this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", {
this.$popupDialog("登记情况", "sqcx/jtfc/components/addjtfc", {
sqcxBsm: ''
}, '80%')
},
......@@ -114,7 +114,7 @@
* @author: renchao
*/
handleViewClick (row) {
this.$popupDialog("家庭房产查询", "sqcx/jtfc/components/addjtfc", {
this.$popupDialog("登记情况", "sqcx/jtfc/components/addjtfc", {
sqcxBsm: row.bsmSqcx
}, '80%')
}
......
......@@ -131,6 +131,9 @@ export default {
case "B-ZSXG":
this.$popupDialog("证书修改", "workflow/components/dialog/zsxg", { bsmSlsq: this.bsmSlsq, }, '55%', true)
break;
case "B-SQD":
break;
case "B6":
//根据编号获取对应信息
getPrintTemplateByCode({ tmpno: 'dysqs' }).then(res => {
......
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-18 13:57:34
* @LastEditTime: 2023-11-20 13:43:06
-->
<template>
<div class="container">
......