| | |
| | | :visible.sync="formDia" |
| | | title="质量监控评价" |
| | | width="60%" @close="closeEvaDia"> |
| | | <div style="text-align: right"> |
| | | <el-button size="small" type="primary" @click="viewTestRecord" :disabled="currentStep === 0">附件上传</el-button> |
| | | </div> |
| | | <el-steps :active="currentStep" align-center finish-status="success"> |
| | | <el-step title="监控计划实施情况" @click.native="setStep(0)"></el-step> |
| | | <el-step title="监控结果评价" @click.native="setStep(1)"></el-step> |
| | |
| | | this.currentStep = 0 |
| | | } else { |
| | | this.form = res.data |
| | | if (res.data.isFinish === 0) { |
| | | if (res.data.isFinish==null || res.data.isFinish === 0) { |
| | | if (res.data.implementUserId && !res.data.ratifyUserId) { |
| | | this.showStep = 1 |
| | | this.currentStep = 1 |