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