From 8bfaf7241a6fdec91aa39066c1b66059c50d5028 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 28 Feb 2025 09:58:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=90=8D=E7=A7=B0=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/none-dicom-show/index.vue | 4 +- .../qc-check/components/qualityAssurance.vue | 38 ++++++++++++++++++- 2 files changed, 39 insertions(+), 3 deletions(-) diff --git a/src/views/none-dicom-show/index.vue b/src/views/none-dicom-show/index.vue index 08d029a4..a2355602 100644 --- a/src/views/none-dicom-show/index.vue +++ b/src/views/none-dicom-show/index.vue @@ -9,11 +9,11 @@
{{ study.CodeView }} - {{ study.Modality }} - {{ getBodyPart(study.BodyPart) }} {{ study.StudyName }} + {{ study.Modality }} + {{ getBodyPart(study.BodyPart) }}
+ > + + { if (!v.BodyPartForEdit) { isgo = false isgoList.push(v.StudyCode) } + if (this.relationInfo.IsShowStudyName && !v.StudyName) { + hasStudyName = false + hasStudyNameList.push(v.StudyCode) + } }) + if (!hasStudyName) { + // `请补充检查${isgoList.toString()}的检查名称!` + this.$confirm( + this.$t('trials:qcQuality:title:noStudyName').replace( + 'xxx', + hasStudyNameList.join('、 ') + ), + '', + { + showCancelButton: false, + } + ) + return + } if (!isgo) { // `请补充检查${isgoList.toString()}的检查部位!` this.$confirm(