Commit af280d82 authored by 盖献康's avatar 盖献康

feat: 任务处理 - 代办任务 - 填写、确认问卷

parent d45d3b0b
This diff is collapsed.
......@@ -158,10 +158,15 @@
<div v-if="isSysReview" class="card-cell">
<div class="cell-lable">审查问卷</div>
<div class="cell-value">
<el-link v-if="item.progress < 90" type="primary"
<el-link
v-if="item.progress < 90"
type="primary"
@click="handleReviewQuestionnaire"
>填写审查问卷</el-link
>
<el-link v-else type="primary">确认审查结果</el-link>
<el-link v-else type="primary" @click="handleConfirmFindings"
>确认审查结果</el-link
>
</div>
</div>
<div v-if="isSysReview" class="card-cell">
......@@ -297,6 +302,16 @@ export default {
this.$router.push({
path: '/processing/reviewReport'
})
},
handleReviewQuestionnaire() {
this.$router.push({
path: '/processing/write-check-form'
})
},
handleConfirmFindings() {
this.$router.push({
path: '/processing/confirm-result'
})
}
}
}
......
This diff is collapsed.
......@@ -6,7 +6,7 @@
<!--1-抬头标题-->
<div class="title-style">
<div class="title-content-style">
确认审查结果(所属任务: 广汽丰田体系审查)21
确认审查结果(所属任务: 广汽丰田体系审查)
</div>
<div class="title-content-style">
<el-button type="text" @click="goToProcessedReview">返回</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment