From 353e6c8bde339dc3d453d14ac4f7ebeba77daf85 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 4 Mar 2025 18:42:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=BF=E7=94=B3=E8=AF=B7=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=B5=81=E7=A8=8B=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/house/house-detail.vue | 39 +- pages/house/house-examine-detail-old.vue | 2709 ++++++++++++++++++++++ pages/house/house-examine-detail.vue | 111 +- pages/house/house-examine.vue | 14 +- pages/house/house.vue | 36 +- 5 files changed, 2842 insertions(+), 67 deletions(-) create mode 100644 pages/house/house-examine-detail-old.vue diff --git a/pages/house/house-detail.vue b/pages/house/house-detail.vue index 0c0dd94..1436eca 100644 --- a/pages/house/house-detail.vue +++ b/pages/house/house-detail.vue @@ -25,21 +25,34 @@ 联系方式: {{ item.phone }} - + 部  门: {{ item.orgName }} - + 婚姻状况: {{ item.marriageState }} - - + + 房查照片: + 身份证照片: + + + + + + 附件: + + + + + + 工作岗位: {{ item.position }} @@ -55,13 +68,13 @@ 申请日期: {{ formatDate(item.applyTime,'dateTime') }} - + 申请事由: {{ item.applyCause }} 分配房源: - {{item.houseName}} + {{item.houseName}}-{{item.houseCode}} 租金: @@ -157,12 +170,14 @@ 名称 品牌 型号 + 价格 数量 {{ items.name }} {{ items.brand }} {{ items.model }} + {{ items.price }} {{ items.num }} @@ -177,12 +192,14 @@ 名称 品牌 型号 + 价格 数量 {{ items.name }} {{ items.brand }} {{ items.model }} + {{ items.price }} {{ items.num }} @@ -197,12 +214,14 @@ 名称 品牌 型号 + 价格 数量 {{ items.name }} {{ items.brand }} {{ items.model }} + {{ items.price }} {{ items.num }} @@ -236,7 +255,7 @@ - + @@ -405,7 +424,9 @@ res = res.data; if ( res.returnCode === "1"){ _this.item = res.returnData[0]; - _this.item.roomInspection = _this.item.roomInspection.split(',') + _this.item.roomInspection = _this.item.roomInspection.split(',')//房查 + _this.item.idCardImg = _this.item.idCardImg.split(',')//身份证 + _this.item.attachment = _this.item.attachment.split(',')//附件 if(_this.item.photo){ _this.item.photo = _this.item.photo.split(',') } diff --git a/pages/house/house-examine-detail-old.vue b/pages/house/house-examine-detail-old.vue new file mode 100644 index 0000000..b4ebb8d --- /dev/null +++ b/pages/house/house-examine-detail-old.vue @@ -0,0 +1,2709 @@ +