diff --git a/src/api/secondOrder/outbound.js b/src/api/secondOrder/outbound.js index e6a62c3..6e3f95e 100644 --- a/src/api/secondOrder/outbound.js +++ b/src/api/secondOrder/outbound.js @@ -76,3 +76,26 @@ export const getStatistics = data => { data: data, }) } + + +// 获取物资分组数据 twoOutStorage/getOutGroupName +export const getOutGroupName = params => { + return request({ + url: '/smartpark/twoOutStorage/getOutGroupName', + method: 'get', + params: params, + cryptoToken: false, + cryptoData: false + }) +} + +// 获取分组中的数据物资数据 twoOutStorage/getGroupMaterial +export const getGroupMaterial = params => { + return request({ + url: '/smartpark/twoOutStorage/getGroupMaterial', + method: 'get', + params: params, + cryptoToken: false, + cryptoData: false + }) +} diff --git a/src/views/secondOrder/components/outDialog.vue b/src/views/secondOrder/components/outDialog.vue index 0414763..4b88647 100644 --- a/src/views/secondOrder/components/outDialog.vue +++ b/src/views/secondOrder/components/outDialog.vue @@ -1,30 +1,56 @@ - + + - + + @@ -151,13 +343,24 @@ 取 消 - 确 定 + 确 定 - +