src/api/warehouseManagement/index.js
@@ -9,6 +9,13 @@ params: query }) } export function batchDeletePendingInventoryByIds(ids) { return request({ url: '/pendingInventory/delPending', method: 'delete', data: ids }) } // 查询正式入库管理列表 export function officialInventoryList(query) { return request({ @@ -17,6 +24,13 @@ params: query }) } export function batchDeleteOfficialInventoryByIds(ids) { return request({ url: '/officialInventory/delete', method: 'delete', data: ids }) } // All煤质方案查询 export function coalPlanList(query) { return request({