This commit is contained in:
Teo
2025-09-09 10:07:21 +08:00
116 changed files with 11164 additions and 3383 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
});
};
//导出