From 32af4c7211d1bf20a44ba1d96a9c7431f44ecfa8 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 28 八月 2024 14:45:06 +0800
Subject: [PATCH] update
---
src/api/ecg/room/index.ts | 24 +++++++++++++++++++-----
1 files changed, 19 insertions(+), 5 deletions(-)
diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index 5cb3175..eee2ccd 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -2,10 +2,13 @@
// 璇婂鍜岃瘖鐤楀簥 VO
export interface RoomVO {
- id: number //
- roomId: number // 璇婂缂栧彿
- roomName: string // 璇婂鍚嶇О
- bedNo: string // 璇婄枟搴婄紪鍙�
+ id: number | null //
+ roomId: number | null // 璇婂缂栧彿
+ roomName: string | null // 璇婂鍚嶇О
+ bedNo: string | null // 璇婄枟搴婄紪鍙�
+ status: number | null //寮�璇婄姸鎬� 0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠
+ docId: number | null
+ docName: string | null
}
// 璇婂鍜岃瘖鐤楀簥 API
@@ -40,8 +43,19 @@
return await request.download({ url: `/clinic/room/export-excel`, params })
},
- // 瀵煎嚭璇婂鍜岃瘖鐤楀簥 Excel
+ // 鑾峰彇閮ㄩ棬绮剧畝淇℃伅鍒楄〃 ECG 瀛愰儴闂�
getSimpleRoomList: async () => {
return await request.get({ url: `/clinic/room/simple-list` })
+ },
+
+ // 鑾峰彇璇婂绮剧畝淇℃伅鍒楄〃锛岀敤浜庡尰鐢熼�夋嫨鐧诲綍鐨勮瘖瀹�
+ getOnstageBedMap: async () => {
+ return await request.get({ url: `/clinic/room/list-simple-room` })
+ },
+
+
+ // 鑾峰彇璇婂簥Map
+ getAllBedMap: async () => {
+ return await request.get({ url: `/clinic/room/list-all-bed` })
}
}
--
Gitblit v1.9.3