diff --git a/ruoyi-ui/src/views/szxc/houseinfo/index.vue b/ruoyi-ui/src/views/szxc/houseinfo/index.vue
index 3cc6656..575318b 100644
--- a/ruoyi-ui/src/views/szxc/houseinfo/index.vue
+++ b/ruoyi-ui/src/views/szxc/houseinfo/index.vue
@@ -1,13 +1,9 @@
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
+ style="width:100%"
+ >
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ style="width:100%"
+ >
+
+
搜索
@@ -189,28 +135,43 @@
-
+
-
-
+
+
-
-
-
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
+
+
+
+
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
-
-
+
+ 搜索
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+ 搜索
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.buildDate, '{y}-{m}-{d}') }}
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+ 搜索
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ruoyi-ui/src/views/szxc/jminfo/index.vue b/ruoyi-ui/src/views/szxc/jminfo/index.vue
index 066982a..3cd6284 100644
--- a/ruoyi-ui/src/views/szxc/jminfo/index.vue
+++ b/ruoyi-ui/src/views/szxc/jminfo/index.vue
@@ -412,6 +412,7 @@
银行卡信息
户主变更
车辆信息
+ 房屋信息
@@ -1069,6 +1070,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1079,6 +1120,7 @@ import { listJmtag, addAllJmtag } from "@/api/szxc/jmtag";
import { listTag } from "@/api/szxc/tag";
import { listBankinfo, editDefault, addBankinfo, updateBankinfo, delBankinfo } from "@/api/szxc/bankinfo";
import { listCarinfo, delCarinfo, addCarinfo, updateCarinfo } from "@/api/szxc/carinfo";
+import { listHouseinfo } from "@/api/szxc/houseinfo";
import { addRecard } from "@/api/szxc/recard";
import { addOffrecard } from "@/api/szxc/offrecard";
import { deptTreeSelect } from "@/api/system/user";
@@ -1089,7 +1131,8 @@ export default {
name: "Jminfo",
components: { Treeselect },
dicts: ['szxc_hjxz', 'szxc_gj', 'szxc_head', 'szxc_hzgx', 'szxc_yes_no', 'szxc_off', 'szxc_gj', 'sys_user_sex',
- 'szxc_brqk', 'szxc_hyzk', 'szxc_xueli', 'szxc_zjxy', 'szxc_jkzk', 'szxc_zzmm', 'szxc_hkbg_reason', 'szxc_cartype'],
+ 'szxc_brqk', 'szxc_hyzk', 'szxc_xueli', 'szxc_zjxy', 'szxc_jkzk', 'szxc_zzmm', 'szxc_hkbg_reason',
+ 'szxc_cartype', 'szxc_qnfs', 'szxc_fw_xz', 'szxc_xq_type', 'szxc_wy_type', 'szxc_cs_type', 'szxc_xqfwlx'],
data() {
return {
queryMore: false,
@@ -1409,6 +1452,16 @@ export default {
],
},
},
+ // 房屋信息
+ fwxx: {
+ visible: false,
+ // 遮罩层
+ loading: false,
+ // 查询列表
+ list: [],
+ // 居民信息
+ jminRow: null,
+ },
};
},
created() {
@@ -1579,6 +1632,9 @@ export default {
case "handleClxx":
this.handleClxx(row);
break;
+ case "handleFwxx":
+ this.handleFwxx(row);
+ break;
default:
break;
}
@@ -1818,7 +1874,7 @@ export default {
this.clxx.visible = true;
this.getlistClxx();
},
- /** 查询银行卡信息列表 */
+ /** 查询车辆信息列表 */
getlistClxx() {
listCarinfo({
pageNum: 1,
@@ -1828,7 +1884,7 @@ export default {
this.clxx.list = response.rows
});
},
- // 添加银行卡
+ // 添加车辆
clxxAdd(){
this.resetForm("clxxForm");
this.clxx.form = {
@@ -1868,7 +1924,7 @@ export default {
this.$modal.msgSuccess("删除成功");
}).catch(() => {});
},
- // 添加提交银行卡
+ // 添加车辆银行卡
clxxSubmit(){
this.$refs["clxxForm"].validate(valid => {
if (valid) {
@@ -1888,6 +1944,22 @@ export default {
}
});
},
+ // 房屋信息
+ handleFwxx(row){
+ this.fwxx.jminRow = row;
+ this.fwxx.visible = true;
+ this.getlistHouseinfo();
+ },
+ /** 查询房屋信息列表 */
+ getlistHouseinfo() {
+ listHouseinfo({
+ pageNum: 1,
+ pageSize: 100000000,
+ ownerId: this.fwxx.jminRow.id
+ }).then(response => {
+ this.fwxx.list = response.rows
+ });
+ },
}
};
diff --git a/ruoyi-ui/src/views/szxc/ldinfo/index.vue b/ruoyi-ui/src/views/szxc/ldinfo/index.vue
index 95b73b6..9fc12ea 100644
--- a/ruoyi-ui/src/views/szxc/ldinfo/index.vue
+++ b/ruoyi-ui/src/views/szxc/ldinfo/index.vue
@@ -310,7 +310,7 @@
-
+
-
+
{{ parseTime(scope.row.buildDate, '{y}-{m}-{d}') }}
-