From 836d2ffc227f8e85a2c14aa58b57f18f645a56c4 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 21 Mar 2025 11:08:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E8=AF=95=E9=AA=8C=E5=BD=B1?= =?UTF-8?q?=E5=83=8F=E5=BA=93=E4=B8=AD=E7=9A=84=E6=82=A3=E8=80=85=E5=BD=B1?= =?UTF-8?q?=E5=83=8F=E5=8F=AF=E4=BB=A5=E6=9F=A5=E8=AF=A2=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=EF=BC=8C=E5=B9=B6=E5=8F=AF=E4=BB=A5=E4=BB=8E?= =?UTF-8?q?PACS=E6=8B=89=E5=8F=96=E5=88=B0=E5=BD=B1=E5=83=8F=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/inspection.js | 7 + .../byPatient.vue} | 261 ++----- .../components/pullImage/byTrials.vue | 689 ++++++++++++++++++ .../components/pullImage/index.vue | 71 ++ src/views/trials/trials-inspection/index.vue | 291 ++------ 5 files changed, 889 insertions(+), 430 deletions(-) rename src/views/trials/trials-inspection/components/{pull-image-list.vue => pullImage/byPatient.vue} (74%) create mode 100644 src/views/trials/trials-inspection/components/pullImage/byTrials.vue create mode 100644 src/views/trials/trials-inspection/components/pullImage/index.vue diff --git a/src/api/inspection.js b/src/api/inspection.js index a7f8675..e5f378f 100644 --- a/src/api/inspection.js +++ b/src/api/inspection.js @@ -188,4 +188,11 @@ export function cMoveVerify(data) { method: 'post', data }) +} +// 获取参加项目 +export function getUserJoinedTrialPatientList() { + return request({ + url: '/Patient/getUserJoinedTrialPatientList', + method: 'get', + }) } \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pull-image-list.vue b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue similarity index 74% rename from src/views/trials/trials-inspection/components/pull-image-list.vue rename to src/views/trials/trials-inspection/components/pullImage/byPatient.vue index 634afaa..31d2fb5 100644 --- a/src/views/trials/trials-inspection/components/pull-image-list.vue +++ b/src/views/trials/trials-inspection/components/pullImage/byPatient.vue @@ -1,59 +1,25 @@ - + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/pullImage/index.vue b/src/views/trials/trials-inspection/components/pullImage/index.vue new file mode 100644 index 0000000..52d2c4e --- /dev/null +++ b/src/views/trials/trials-inspection/components/pullImage/index.vue @@ -0,0 +1,71 @@ + + + \ No newline at end of file diff --git a/src/views/trials/trials-inspection/index.vue b/src/views/trials/trials-inspection/index.vue index d33e0b1..67086f0 100644 --- a/src/views/trials/trials-inspection/index.vue +++ b/src/views/trials/trials-inspection/index.vue @@ -5,77 +5,33 @@ - + - + - - - + + + - - - + + + - + - + @@ -84,11 +40,7 @@ {{ $t('common:button:search') }} - + {{ $t('common:button:reset') }} @@ -100,11 +52,8 @@ - + {{ $t('common:button:pull') }} @@ -113,103 +62,51 @@ - \ No newline at end of file + \ No newline at end of file