fix: bug
This commit is contained in:
@@ -42,6 +42,7 @@ export namespace ErpStockMoveApi {
|
|||||||
no?: string;
|
no?: string;
|
||||||
status?: number;
|
status?: number;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询库存调拨单分页
|
* 查询库存调拨单分页
|
||||||
@@ -102,7 +103,5 @@ export function deleteStockMove(ids: number[]) {
|
|||||||
* 导出库存调拨单 Excel
|
* 导出库存调拨单 Excel
|
||||||
*/
|
*/
|
||||||
export function exportStockMove(params: ErpStockMoveApi.StockMovePageParams) {
|
export function exportStockMove(params: ErpStockMoveApi.StockMovePageParams) {
|
||||||
return requestClient.download('/erp/stock-move/export-excel', {
|
return requestClient.download('/erp/stock-move/export-excel', { params });
|
||||||
params,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user