台账修改

This commit is contained in:
ljx
2025-09-06 17:38:25 +08:00
parent 10538985ce
commit dd594676ac
4 changed files with 201 additions and 318 deletions

View File

@ -61,3 +61,13 @@ export const delMaterialsInventory = (id: string | number | Array<string | numbe
method: 'delete'
});
};
//获取新的列表数据
export const getLedgerList = (query?: any) => {
return request({
url: '/materials/materials/listUseDetail',
method: 'get',
params: query
});
};
//导出