From 40fa9ef9b264b3b950a4df67f9945c3a70c32e90 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 29 Mar 2024 10:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=BF=E5=B1=8B=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/szxc/houseinfo/index.vue | 968 +++++++++++++------- ruoyi-ui/src/views/szxc/jminfo/index.vue | 80 +- ruoyi-ui/src/views/szxc/ldinfo/index.vue | 5 +- 3 files changed, 740 insertions(+), 313 deletions(-) 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 @@ @@ -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 @@ - + - + -