From 02276164ddfb9a917edfc94945f1fabaf5f4c901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 1 Mar 2024 16:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/manage/blacklist.js | 12 + src/api/manage/selectAgencyList.js | 28 +++ src/views/manage/blacklist/index.vue | 261 +++++++++++++++++++-- src/views/manage/patientInfo/index.vue | 120 ++++++++-- src/views/manage/preHospitalized/index.vue | 202 ++++++++++++++-- src/views/manage/signRecord/index.vue | 108 +++++++-- src/views/manage/visitin/index.vue | 205 ++++++++++++++-- src/views/manage/visitout/index.vue | 208 ++++++++++++++-- 8 files changed, 1028 insertions(+), 116 deletions(-) create mode 100644 src/api/manage/selectAgencyList.js diff --git a/src/api/manage/blacklist.js b/src/api/manage/blacklist.js index 799dc22..37ae26d 100644 --- a/src/api/manage/blacklist.js +++ b/src/api/manage/blacklist.js @@ -42,3 +42,15 @@ export function delBlacklist(id) { method: 'delete' }) } + + +//查异常原因的时候,abnormalCauseLevel传ABNORMAL_CAUSE, +// 补充说明查询的时候,parentId传上面选中的异常原因的id + +export function causegetlist(query) { + return request({ + url: '/manage/cause/getList', + method: 'get', + params: query + }) +} diff --git a/src/api/manage/selectAgencyList.js b/src/api/manage/selectAgencyList.js new file mode 100644 index 0000000..a9c90ee --- /dev/null +++ b/src/api/manage/selectAgencyList.js @@ -0,0 +1,28 @@ +import request from '@/utils/request' + +// 医院:HOSPITAL,院区:CAMPUS +export function selectAgencyList(query) { + return request({ + url: '/system/agency/selectAgencyList', + method: 'get', + params: query + }) +} + +//院区 +export function subordinateAgencyList(query) { + return request({ + url: '/system/agency/subordinateAgencyList', + method: 'get', + params: query + }) +} + +// 科室及病区的 +export function getDepartmentList(query) { + return request({ + url: '/system/department/getDepartmentList', + method: 'get', + params: query + }) +} diff --git a/src/views/manage/blacklist/index.vue b/src/views/manage/blacklist/index.vue index 514572a..d3ab6c5 100644 --- a/src/views/manage/blacklist/index.vue +++ b/src/views/manage/blacklist/index.vue @@ -7,12 +7,25 @@ - - + + + + + - - + + + + + + + + + + + + @@ -75,33 +89,55 @@ - - - + - + - + - - + + + + + - - + + + + + + + + + + + - + + + + - + + + + @@ -122,13 +158,34 @@ diff --git a/src/views/manage/patientInfo/index.vue b/src/views/manage/patientInfo/index.vue index d1c6ae7..e4cf93f 100644 --- a/src/views/manage/patientInfo/index.vue +++ b/src/views/manage/patientInfo/index.vue @@ -9,25 +9,41 @@ + + + + - + + + + - - + + + + + - - + + + + + - - + + + + + 搜索 @@ -147,6 +158,7 @@ diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue index b148522..4881354 100644 --- a/src/views/manage/preHospitalized/index.vue +++ b/src/views/manage/preHospitalized/index.vue @@ -34,20 +34,31 @@ @keyup.enter.native="handleQuery" /> --> - + + + + - - + + + + + - - + + + + + - - + + + + + @@ -54,18 +66,20 @@ @keyup.enter.native="handleQuery" /> --> - - - + - +