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 @@ +