|
|
@@ -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; |
|
|
|
} |
|
|
|
|
|
|
|