From 6ee3a06eb25d4a35ae7c91427eea847aa87be2e3 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 5 Dec 2025 09:07:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/crc-upload/components/studyInfo.vue | 10 +++++++--- .../visit/crc-upload/components/uploadDicomFiles2.vue | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue b/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue index a24660aa..4886d9c3 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/studyInfo.vue @@ -5,8 +5,8 @@ + " v-hasPermi="['trials:trials-panel:visit:crc-upload:delete']" :disabled="deleteArr.length === 0" type="primary" + size="small" icon="el-icon-delete" @click="handleBatchDelete"> {{ $t('trials:uploadedDicoms:action:delete') }} @@ -112,7 +112,7 @@ {{ $fd('Bodypart', bodyPart, 'Code', BodyPart, 'Name') }} + @@ -183,6 +185,7 @@ export default { BodyPartForEdit: [], SeriesCount: null, StudyTime: '', + BodyPartForEditOther: '' }, deleteArr: [], studyLoading: false, @@ -236,6 +239,7 @@ export default { type: 1, modality: this.studyForm.Modality, bodyPart: this.studyForm.BodyPart, + BodyPartForEditOther: this.studyForm.BodyPartForEditOther } updateModality(this.data.TrialId, params) .then((res) => { diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue index ebdef565..1984eda6 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDicomFiles2.vue @@ -105,16 +105,16 @@ @@ -1774,7 +1774,7 @@ export default { } }, handleSelectable2(row) { - if (!this.isAfresh && this.data.SubmitTime && moment(this.data.SubmitTime).isAfter(moment(row.UploadedTime))) { + if (!this.isAfresh && this.data.SubmitState === 2 && this.data.SubmitTime && moment(this.data.SubmitTime).isAfter(moment(row.UploadedTime))) { return false } else { return true