From e5a78d0ff7dc465ec3d18334fd625f5c3f3814ae Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Wed, 3 Apr 2024 12:00:44 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E4=BC=81?= =?UTF-8?q?=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/admin/meeting/roomContent.js | 10 + src/views/admin/CustomerEdit.vue | 303 +++++++++++++++++++++------ 2 files changed, 244 insertions(+), 69 deletions(-) diff --git a/src/api/admin/meeting/roomContent.js b/src/api/admin/meeting/roomContent.js index 6684168..9c62f3f 100644 --- a/src/api/admin/meeting/roomContent.js +++ b/src/api/admin/meeting/roomContent.js @@ -125,6 +125,16 @@ export function getRoomListByFloorId (parameter) { }) } +export function getRoomListByBuildIdsRq (parameter) { + return axios({ + url: api.roomContent + '/getRoomListByBuildIds', + method: 'post', + data: parameter, + headers: { + 'Content-Type': 'application/json;charset=UTF-8' + } + }) +} export function selectRoomItemByRoom (parameter) { return axios({ diff --git a/src/views/admin/CustomerEdit.vue b/src/views/admin/CustomerEdit.vue index f1773f9..4ba5a4e 100644 --- a/src/views/admin/CustomerEdit.vue +++ b/src/views/admin/CustomerEdit.vue @@ -40,19 +40,50 @@ - - - + + + {{ item.name }} + + + + + + + {{ item.name }} + + + + + + + + {{ item.buildingName }} + + + + + + + {{ item.floorName }} + - - + + {{ item.name }} @@ -116,7 +147,8 @@ - + @@ -200,7 +232,7 @@ - @@ -376,6 +408,8 @@