feat: 分摊明细异构表格数据对接 + 分摊明细异构表格excel导出
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user