pull/230/head
xingyu4j 2025-10-09 11:20:28 +08:00
parent 99dd3350f4
commit 066b28b2cc
1 changed files with 2 additions and 3 deletions

View File

@ -42,6 +42,7 @@ export namespace ErpStockMoveApi {
no?: string;
status?: number;
}
}
/**
*
@ -102,7 +103,5 @@ export function deleteStockMove(ids: number[]) {
* Excel
*/
export function exportStockMove(params: ErpStockMoveApi.StockMovePageParams) {
return requestClient.download('/erp/stock-move/export-excel', {
params,
});
return requestClient.download('/erp/stock-move/export-excel', { params });
}