质控更改
parent
c101302cca
commit
7aa33672a9
|
|
@ -898,9 +898,10 @@
|
||||||
@click="handleQCState(8)">
|
@click="handleQCState(8)">
|
||||||
{{ $t('trials:audit:button:auditPassed') }}
|
{{ $t('trials:audit:button:auditPassed') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
|
<!-- 跳过 -->
|
||||||
<el-button size="small" type="primary" round
|
<el-button size="small" type="primary" round
|
||||||
@click="skipTask">
|
@click="skipTask">
|
||||||
跳过
|
{{ $t('trials:audit:button:skipTask') }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- 审核终止 -->
|
<!-- 审核终止 -->
|
||||||
<!-- <el-button :disabled="isAudit" size="small" type="primary" round @click="handleQCState(7)">-->
|
<!-- <el-button :disabled="isAudit" size="small" type="primary" round @click="handleQCState(7)">-->
|
||||||
|
|
@ -2152,7 +2153,8 @@ export default {
|
||||||
await collectNextIQCQuality({
|
await collectNextIQCQuality({
|
||||||
trialId: this.trialId,
|
trialId: this.trialId,
|
||||||
SubjectId: this.data.SubjectId,
|
SubjectId: this.data.SubjectId,
|
||||||
SubjectVisitId: this.data.Id
|
SubjectVisitId: this.data.Id,
|
||||||
|
IsSkipCurrentVisit: true
|
||||||
})
|
})
|
||||||
this.$emit('getList')
|
this.$emit('getList')
|
||||||
this.$emit('nextTask', res.Result.VisitId)
|
this.$emit('nextTask', res.Result.VisitId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue