fix : 分摊汇总表格及小计导出

This commit is contained in:
2024-06-21 15:22:22 +08:00
parent 9b758d41d0
commit b73b9aad4b
5 changed files with 212 additions and 70 deletions

View File

@@ -19,6 +19,13 @@ export const getAllocationDetails = (allocationId) => {
method: "get"
});
};
export const getAllocationSummaryDetails = (params) => {
return request({
url: '/workflow/mosr/cost/allocation/collect',
method: "get",
params:params
});
};
export const getAllocationProcess = () => {
return request({
url: '/workflow/mosr/cost/allocation/process',