diff --git a/pages/house/house-detail.vue b/pages/house/house-detail.vue index 1436eca..72a596f 100644 --- a/pages/house/house-detail.vue +++ b/pages/house/house-detail.vue @@ -12,7 +12,8 @@ 待上传合同 已拒绝 - 退租待审核 + 退租待审核 + 退租审核中 已退租 退租未通过 已入住 @@ -86,7 +87,7 @@ 合同期限: {{ formatDate(item.contractStartTime,'date')+"~"+ formatDate(item.contractEndTime,'date')}} - + 退租日期: {{ formatDate(item.checkOutDate,'date')}} @@ -108,13 +109,13 @@ - + 退租房间照片: - + 物业费结清凭证: @@ -124,11 +125,11 @@ 入住水表数值: {{ item.waterValue }} - + 水表退租数值: {{ item.waterValueNow }} - + 水费结清凭证: @@ -138,11 +139,11 @@ 入住电表数值: {{ item.powerValue }} - + 电表退租数值: {{ item.powerValueNow }} - + 电费结清凭证: @@ -152,17 +153,17 @@ 入住燃气数值: {{ item.gasValue }} - + 燃气退租数值: {{ item.gasValueNow }} - + 燃气结清凭证: - + 附属设备清单: @@ -206,7 +207,7 @@ - + 检查设备清单: @@ -228,15 +229,15 @@ - + 押金是否退还: {{ depositBackStates[Number(item.depositBack)].name }} - + 是否抵扣: {{ isDeductionStates[Number(item.isDeduction)].name }} - + 抵扣说明: {{ item.deductionReason }} @@ -253,6 +254,12 @@ + + + + + + - 退租待审核 + 退租待审核 + 退租审核中 已退租 退租未通过 已入住 @@ -72,11 +73,11 @@ 申请事由: {{ item.applyCause }} - + 分配房源: {{ chosenHouse }} - + 租金: {{ chosenHouseCost }}元 @@ -188,11 +189,11 @@ 合同期限: {{ formatDate(item.contractStartTime,'date')+"~"+ formatDate(item.contractEndTime,'date')}} - + 退租日期*: - + 退租日期: {{ formatDate(item.checkOutDate,'date')}} @@ -216,7 +217,7 @@ - + 退租房间照片*: @@ -232,14 +233,14 @@ 互联网信息系统严禁存储、传输、处理涉及国家秘密企业秘密以及敏感信息,违者将严肃问责追责! - + 退租房间照片: - + 物业费结清凭证*: @@ -255,7 +256,7 @@ 互联网信息系统严禁存储、传输、处理涉及国家秘密企业秘密以及敏感信息,违者将严肃问责追责! - + 物业费结清凭证: @@ -268,12 +269,12 @@ 入住水表数值: {{ item.waterValue }} - + 水表当前数值*: - + 水费结清凭证*: @@ -289,11 +290,11 @@ 互联网信息系统严禁存储、传输、处理涉及国家秘密企业秘密以及敏感信息,违者将严肃问责追责! - + 水表退租数值: {{ item.waterValueNow }} - + 水费结清凭证: @@ -304,12 +305,12 @@ 入住电表数值: {{ item.powerValue }} - + 电表当前数值*: - + 电费结清凭证*: @@ -325,11 +326,11 @@ 互联网信息系统严禁存储、传输、处理涉及国家秘密企业秘密以及敏感信息,违者将严肃问责追责! - + 电表退租数值: {{ item.powerValueNow }} - + 电费结清凭证: @@ -341,12 +342,12 @@ 入住燃气数值: {{ item.gasValue }} - + 燃气当前数值*: - + 燃气结清凭证*: @@ -362,11 +363,11 @@ 互联网信息系统严禁存储、传输、处理涉及国家秘密企业秘密以及敏感信息,违者将严肃问责追责! - + 燃气退租数值: {{ item.gasValueNow }} - + 燃气结清凭证: @@ -396,7 +397,7 @@ - + 检查设备清单: @@ -418,7 +419,7 @@ - + 检查设备清单: @@ -443,7 +444,7 @@ - + 押金是否退还: @@ -456,7 +457,7 @@ - + 是否抵扣: @@ -469,35 +470,28 @@ - + 抵扣说明: - - - 押金是否退还: - {{ depositBackStates[Number(item.depositBack)].name }} - - - 是否抵扣: - {{ isDeductionStates[Number(item.isDeduction)].name }} - - - 抵扣说明: - {{ item.deductionReason }} - - - - - + + + 押金是否退还: + {{ depositBackStates[Number(item.depositBack)].name }} + + + 是否抵扣: + {{ isDeductionStates[Number(item.isDeduction)].name }} + + + 抵扣说明: + {{ item.deductionReason }} + + - - - - - + @@ -507,9 +501,16 @@ + + + + + + + - + 拒绝 @@ -517,7 +518,7 @@ - + 确认 @@ -525,7 +526,7 @@ - + 确认上传 @@ -533,13 +534,27 @@ - + + + 拒绝 + 通过 + + + + + + + 拒绝 + 通过 + + + @@ -602,6 +617,7 @@ examineBatch:'', examineButton:true, process: [], + process2: [],//退租审核 chosenHouse:'请选择房源 >', chosenHouseCost:'xxx', houseInfo:{}, @@ -800,6 +816,11 @@ // }) // } + + + + + let details = res.returnData[0].detail||[] for(let i=0;i0){ + for(let i=0;i{ - this.greenHouseDetail() + this.submit(1) },800) } else { alertTip(res.returnMsg); @@ -1125,6 +1170,14 @@ checkName:this.item.checkName } }; + if(this.item.unCheckType&&this.item.unCheckType!=""){ + params.data.checkId=this.item.unCheckId, + params.data.checkSort=this.item.unCheckSort, + params.data.checkType=this.item.unCheckType, + params.data.checkOperate=this.item.unCheckOperat, + params.data.checkName=this.item.unCheckName, + params.data.isLease="2" + } callbackRequest(params).then(res => { res = res.data; if (res.returnCode == 1) { diff --git a/pages/house/house-examine.vue b/pages/house/house-examine.vue index 1be0562..8f107e4 100644 --- a/pages/house/house-examine.vue +++ b/pages/house/house-examine.vue @@ -20,8 +20,8 @@ 审核中 待上传合同 已拒绝 - - 退租待审核 + + 退租审核中 已退租 退租未通过 已入住 @@ -63,7 +63,7 @@ 待上传合同 已拒绝 - 退租待审核 + 退租审核中 已退租 退租未通过 已入住 diff --git a/pages/house/house-return-exam.vue b/pages/house/house-return-exam.vue index 93d4837..f1f7c25 100644 --- a/pages/house/house-return-exam.vue +++ b/pages/house/house-return-exam.vue @@ -175,7 +175,7 @@ export default { methods: { detail(item) { uni.navigateTo({ - url: `/pages/house/house-examine-detail?id=`+item.id+'&queryType=1&examineBatch='+this.examineBatch+'&title=退租审核' + url: `/pages/house/house-examine-detail?id=`+item.id+'&queryType=0&examineBatch='+this.examineBatch+'&title=退租审核' }); }, greenHouseExaminePage() { diff --git a/pages/house/house.vue b/pages/house/house.vue index de5f92b..f0cd3ad 100644 --- a/pages/house/house.vue +++ b/pages/house/house.vue @@ -172,7 +172,7 @@ 待上传合同 已拒绝 - 退租待审核 + 退租审核中 已退租 退租未通过 已入住