diff --git a/src/api/system/nurseItem.js b/src/api/system/nurseItem.js index 49ad1da..707d250 100644 --- a/src/api/system/nurseItem.js +++ b/src/api/system/nurseItem.js @@ -68,3 +68,9 @@ export function updatePicture(data) { data: data }) } +export function updateShelfStatus(id, shelfStatus) { + return request({ + url: `/system/stationItem/updateShelfStatus?id=${id}&shelfStatus=${shelfStatus}`, + method: 'post', + }) +} \ No newline at end of file diff --git a/src/api/system/poser.js b/src/api/system/poser.js index 1094e9d..762d7cc 100644 --- a/src/api/system/poser.js +++ b/src/api/system/poser.js @@ -71,4 +71,11 @@ export function delPoser(nurseStationId, moduleType, nurseItemId) { url: `/system/poser/deletePoserInfo?moduleType=${moduleType}&nurseStationId=${nurseStationId}&nurseItemId=${nurseItemId}`, method: 'delete' }) +} + +export function selectPosterImageJump() { + return request({ + url: '/system/poser/selectPosterImageJump', + method: 'GET', + }) } \ No newline at end of file diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 14edbc7..cdee2f4 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -174,7 +174,7 @@ @@ -297,16 +297,27 @@ + + +