diff --git a/hw-ui/src/api/board/fifthFloor.js b/hw-ui/src/api/board/fifthFloor.js index aba6e44..dd8f3cf 100644 --- a/hw-ui/src/api/board/fifthFloor.js +++ b/hw-ui/src/api/board/fifthFloor.js @@ -43,3 +43,28 @@ export function getPlanDrawings(query) { params: query }) } + +export function applyRawOutstock(query) { + return request({ + url: '/wms/api/applyRawOutstock', + method: 'post', + data: query + }) +} + + +export function getStockTotal(query) { + return request({ + url: '/wms/api/getStockTotal', + method: 'get', + params: query + }) +} + +export function getWarehouses(query) { + return request({ + url: '/wms/api/getWarehouses', + method: 'get', + params: query + }) +} diff --git a/hw-ui/src/views/board/fifthFloor/index.vue b/hw-ui/src/views/board/fifthFloor/index.vue index 8afa6f1..5e29668 100644 --- a/hw-ui/src/views/board/fifthFloor/index.vue +++ b/hw-ui/src/views/board/fifthFloor/index.vue @@ -166,7 +166,7 @@ - + @@ -236,8 +236,8 @@ >