{{item.createTime?item.createTime.substring(0,10):item.startTime.substring(0,10)}}
{{item.taskName}}
{{activeName=='1'?'待审批':'已审批'}}
{{item.projectName}}
diff --git a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue index 36592aeb..e68d42c4 100644 --- a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue +++ b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue @@ -2571,8 +2571,13 @@ export default { this.selectedTabName = PROPOSER_STAGE_START; this.processKeyField = PROPOSER_STAGE_START_ACTIVITY; this.attachmentActive = PROPOSER_STAGE_START; - } - else { // this.isBaseApply() + }else if(this.isLandscope()){ + this.active = PROPOSER_STAGE_START; + this.selectedTabName = PROPOSER_STAGE_START; + this.processKeyField = PROPOSER_STAGE_START_ACTIVITY; + this.attachmentActive = PROPOSER_STAGE_START; + }else + { // this.isBaseApply() this.active = PROPOSER_STAGE_BASE_APPLY; this.selectedTabName = PROPOSER_STAGE_BASE_APPLY; this.attachmentActive = PROPOSER_STAGE_BASE_APPLY; @@ -2595,7 +2600,8 @@ export default { } else if (this.isAccepting()) { this.active = PROPOSER_STAGE_END; this.selectedTabName = PROPOSER_STAGE_END; - if(this.isProposeStatus(houseApplyStatus, ["20"])){ + // 编辑时且为申请通过状态 -> 查看验收草稿 + if(this.proposerStatus == PROPOSER_VIEW && this.isProposeStatus(houseApplyStatus, ["20"])){ this.selectedTabName = PROPOSER_STAGE_START; } diff --git a/src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue b/src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue index c2ac2528..b1c39a0f 100644 --- a/src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue +++ b/src/views/onlineHome/homestead/homesteadUtilize/homesteadUtilizeAdd.vue @@ -159,12 +159,11 @@ export default { this.showdcsj = false; }, goSubmit(){ - console.log(this.circulation); this.$refs._Form.validate().then(() => { zjdlyAdd(this.circulation).then(response => { if(response.code = 200){ this.$toast.success('保存成功'); - this.$router.back(); + window.location.replace("homesteadUtilize") } }); }).catch((e) => {