PCWG3报告计算数值为空时不允许修改(退回)
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
930aeefa7f
commit
79a00f61c0
|
@ -71,8 +71,7 @@
|
||||||
<template
|
<template
|
||||||
v-if="CriterionType === 10 && readingTaskState < 2 && [21, 14].includes(scope.row.QuestionType)">
|
v-if="CriterionType === 10 && readingTaskState < 2 && [21, 14].includes(scope.row.QuestionType)">
|
||||||
<!-- 访视点肿瘤评估(基线时不可修改) -->
|
<!-- 访视点肿瘤评估(基线时不可修改) -->
|
||||||
<template
|
<template v-if="index > 0 && CriterionType === 10 && scope.row.QuestionType === 21">
|
||||||
v-if="index > 0 && CriterionType === 10 && scope.row.QuestionType === 21 && tumorEvaluationObj[task.VisitTaskId]">
|
|
||||||
<el-select v-if="scope.row.Type === 'calculation' && scope.row.DictionaryCode"
|
<el-select v-if="scope.row.Type === 'calculation' && scope.row.DictionaryCode"
|
||||||
v-model="tumorEvaluationObj[task.VisitTaskId]" size="mini"
|
v-model="tumorEvaluationObj[task.VisitTaskId]" size="mini"
|
||||||
@change="(val) => handleTumorEvaluationChange(val, task.VisitTaskId)">
|
@change="(val) => handleTumorEvaluationChange(val, task.VisitTaskId)">
|
||||||
|
@ -80,8 +79,7 @@
|
||||||
:label="item.label" />
|
:label="item.label" />
|
||||||
</el-select>
|
</el-select>
|
||||||
</template>
|
</template>
|
||||||
<template
|
<template v-else-if="index === 0 && CriterionType === 10 && scope.row.QuestionType === 21">
|
||||||
v-else-if="(index === 0 || !tumorEvaluationObj[task.VisitTaskId]) && CriterionType === 10 && scope.row.QuestionType === 21">
|
|
||||||
{{ $fd(scope.row.DictionaryCode, scope.row.Answers[task.VisitTaskId]) }}
|
{{ $fd(scope.row.DictionaryCode, scope.row.Answers[task.VisitTaskId]) }}
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="CriterionType === 10 && scope.row.QuestionType === 14">
|
<template v-else-if="CriterionType === 10 && scope.row.QuestionType === 14">
|
||||||
|
|
Loading…
Reference in New Issue