PCWG3报告计算数值为空时不允许修改(退回)
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-09 18:08:53 +08:00
parent 930aeefa7f
commit 79a00f61c0
1 changed files with 2 additions and 4 deletions

View File

@ -71,8 +71,7 @@
<template
v-if="CriterionType === 10 && readingTaskState < 2 && [21, 14].includes(scope.row.QuestionType)">
<!-- 访视点肿瘤评估基线时不可修改 -->
<template
v-if="index > 0 && CriterionType === 10 && scope.row.QuestionType === 21 && tumorEvaluationObj[task.VisitTaskId]">
<template v-if="index > 0 && CriterionType === 10 && scope.row.QuestionType === 21">
<el-select v-if="scope.row.Type === 'calculation' && scope.row.DictionaryCode"
v-model="tumorEvaluationObj[task.VisitTaskId]" size="mini"
@change="(val) => handleTumorEvaluationChange(val, task.VisitTaskId)">
@ -80,8 +79,7 @@
:label="item.label" />
</el-select>
</template>
<template
v-else-if="(index === 0 || !tumorEvaluationObj[task.VisitTaskId]) && CriterionType === 10 && scope.row.QuestionType === 21">
<template v-else-if="index === 0 && CriterionType === 10 && scope.row.QuestionType === 21">
{{ $fd(scope.row.DictionaryCode, scope.row.Answers[task.VisitTaskId]) }}
</template>
<template v-else-if="CriterionType === 10 && scope.row.QuestionType === 14">