From 90e33e1b97a14ab086da7f21a1992130bd815d53 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Tue, 23 Jul 2024 11:13:20 +0800 Subject: [PATCH] =?UTF-8?q?pacs=E7=9B=B4=E8=BF=9E=E3=80=81=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/trials.js | 8 + src/views/trials/trials-panel/study/index.vue | 438 +++++++++++------- .../crc-upload/components/uploadDiocmPacs.vue | 34 +- 3 files changed, 293 insertions(+), 187 deletions(-) diff --git a/src/api/trials.js b/src/api/trials.js index 10edcbbe..f1530112 100644 --- a/src/api/trials.js +++ b/src/api/trials.js @@ -3810,4 +3810,12 @@ export function submitVisitStudyBinding(data) { data }) } +// 获取pacs检查技术 +export function getDicomModalityList(params) { + return request({ + url: `/Patient/getDicomModalityList`, + method: 'get', + params + }) +} diff --git a/src/views/trials/trials-panel/study/index.vue b/src/views/trials/trials-panel/study/index.vue index a7b58279..65d26fad 100644 --- a/src/views/trials/trials-panel/study/index.vue +++ b/src/views/trials/trials-panel/study/index.vue @@ -9,7 +9,7 @@ v-model="searchData.SiteId" clearable filterable - style="width:150px" + style="width: 150px" > - + @@ -40,32 +40,42 @@ > {{ item.VisitName }} + + + + + + v-for="item of $d.UploadType" + :key="item.id" + :label="item.label" + :value="item.value" + > + - {{ $t('common:button:search') }} + {{ $t("common:button:search") }} - - {{ $t('common:button:reset') }} + + {{ $t("common:button:reset") }} - - + - + @@ -237,8 +263,24 @@ sortable="custom" min-width="120" /> - - + + + + @@ -292,11 +343,16 @@ append-to-body custom-class="base-dialog-wrapper" > -
- +
+
- diff --git a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue index 8b39ac65..70a5f10d 100644 --- a/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue +++ b/src/views/trials/trials-panel/visit/crc-upload/components/uploadDiocmPacs.vue @@ -26,12 +26,15 @@ " prop="CalledAE" > - + + + +