From dc30a21d8f22c81e7f7d89b150936f1fc92c1155 Mon Sep 17 00:00:00 2001 From: wyuu Date: Wed, 11 Mar 2026 15:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/liswork/order/index.ts | 8 + src/views/liswork/Issueorder/index.vue | 30 +- src/views/monitor/job/index.vue | 514 +++++++--------- src/views/monitor/job/log.vue | 285 ++++----- src/views/monitor/logininfor/index.vue | 196 +++--- src/views/monitor/online/index.vue | 104 ++-- src/views/monitor/operlog/index.vue | 339 +++++----- src/views/system/config/index.vue | 238 ++++---- src/views/system/dept/index.vue | 249 ++++---- src/views/system/dict/index.vue | 287 ++++----- src/views/system/notice/index.vue | 269 ++++---- src/views/system/post/index.vue | 245 +++----- src/views/system/role/index.vue | 405 +++++------- src/views/system/user/index.vue | 815 ++++++++++++------------- vite.config.js | 77 +-- 15 files changed, 1761 insertions(+), 2300 deletions(-) diff --git a/src/api/liswork/order/index.ts b/src/api/liswork/order/index.ts index bef75bf..732c35d 100644 --- a/src/api/liswork/order/index.ts +++ b/src/api/liswork/order/index.ts @@ -59,4 +59,12 @@ export function saveCanCreaeReqList(query: any) { method: 'post', data: query }) +} +//获取病人明细信息 +export function queryPatDetail(query: any) { + return request({ + url: '/reqInput/queryPatDetail', + method: 'get', + params: query + }) } \ No newline at end of file diff --git a/src/views/liswork/Issueorder/index.vue b/src/views/liswork/Issueorder/index.vue index 0619c26..724b63f 100644 --- a/src/views/liswork/Issueorder/index.vue +++ b/src/views/liswork/Issueorder/index.vue @@ -58,10 +58,10 @@
- + - + @@ -101,7 +101,9 @@ - +
@@ -117,12 +119,14 @@