feat: 分摊明细异构表格数据对接 + 分摊明细异构表格excel导出

This commit is contained in:
2024-06-20 02:27:42 +08:00
parent f3e8e12a5a
commit 994e474532
5 changed files with 264 additions and 11468 deletions

View File

@@ -13,6 +13,12 @@ export const getAllocationDetail = (allocationId) => {
method: "get"
});
};
export const getAllocationDetails = (allocationId) => {
return request({
url: `/workflow/mosr/cost/allocation/usr/detail`,
method: "get"
});
};
export const getAllocationProcess = () => {
return request({
url: '/workflow/mosr/cost/allocation/process',