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(