From de1ffc02a454312e04ef0725026060757a79e858 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 19 Aug 2024 17:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=84=8F=E8=A7=81=E5=8F=8D=E9=A6=88=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/components/feedBack/index.vue | 3 +- .../trials-layout/components/feedBack.vue | 2 +- .../components/uploadDicomFiles2.vue | 2 +- .../trials-panel/visit/crc-upload/index.vue | 210 +++++++++--------- 4 files changed, 113 insertions(+), 104 deletions(-) diff --git a/src/components/feedBack/index.vue b/src/components/feedBack/index.vue index 8698c9ac..f0b44ff6 100644 --- a/src/components/feedBack/index.vue +++ b/src/components/feedBack/index.vue @@ -306,7 +306,8 @@ export default { if (res.IsSuccess) { this.$message.success(this.$t("feedBack:changeState:success")); this.$emit("success"); - this.cancel(); + // this.cancel(); + this.getInfo(this.Id, this.visitTaskId); } } catch (err) { console.log(err); diff --git a/src/views/trials/trials-layout/components/feedBack.vue b/src/views/trials/trials-layout/components/feedBack.vue index 98d1dc8c..69c301ec 100644 --- a/src/views/trials/trials-layout/components/feedBack.vue +++ b/src/views/trials/trials-layout/components/feedBack.vue @@ -72,7 +72,7 @@ export default { position: fixed; bottom: 50px; right: -25px; - z-index: 1000; + z-index: 2000; width: 50px; height: 50px; background: rgba(64, 158, 255, 0.533); 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 896aac7b..6a972b32 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 @@ -859,7 +859,7 @@ export default { uploadCount: 0, uploadedCount: 0, wsList: [], - relationInfo: null, + relationInfo: {}, trialBodyPartTypes: [], trialModalitys: [], myInterval: [], diff --git a/src/views/trials/trials-panel/visit/crc-upload/index.vue b/src/views/trials/trials-panel/visit/crc-upload/index.vue index 4cc834e9..136fb8e6 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/index.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/index.vue @@ -414,109 +414,113 @@ - - - - - - {{ searchData.TrialCode }} - {{ rowData.TrialSiteCode }} - {{ rowData.SubjectCode }} - {{ `${rowData.VisitName} (${rowData.VisitNum})` }} - - -
- - - + + + + + + {{ searchData.TrialCode }} + {{ rowData.TrialSiteCode }} + {{ rowData.SubjectCode }} + {{ `${rowData.VisitName} (${rowData.VisitNum})` }} + + +
+ - - - - - - {{ item.label }} - - - - - - {{ item.label }} - - - - - + - {{ $t('common:button:edit') }} + + + + + + {{ item.label }} + + + + + + {{ item.label }} + + + + + + {{ $t('common:button:edit') }} + + + + + + + + + + + + + + + + + + + + + + + +
+
+
- - - - - - - - - - - - - - - - - - - - - - - -
@@ -1701,6 +1704,11 @@ export default { }