diff --git a/src/api/wms/balance/index.ts b/src/api/wms/balance/index.ts index 04afc0293..baec657dc 100644 --- a/src/api/wms/balance/index.ts +++ b/src/api/wms/balance/index.ts @@ -218,4 +218,9 @@ export const getBalanceItemListByCodes = async (data) => { // 查询bom批次默认数据 export const getBanchBomPage = async (params) => { return await request.get({ url: `/wms/balance/pageBOM`, params }) +} + +// 查询 +export const getAllBalancePage = async (params) => { + return await request.get({ url: `/wms/balance/getBalancePageAll `, params }) } \ No newline at end of file diff --git a/src/views/wms/inventoryManage/balance/index.vue b/src/views/wms/inventoryManage/balance/index.vue index efafd2ed7..75ef0faa7 100644 --- a/src/views/wms/inventoryManage/balance/index.vue +++ b/src/views/wms/inventoryManage/balance/index.vue @@ -52,7 +52,23 @@ /> - +