This commit is contained in:
‘937886381’
2025-11-24 14:10:46 +08:00
parent dfa4ff3f54
commit 694beb5851
54 changed files with 1612 additions and 2290 deletions

View File

@@ -43,3 +43,20 @@ export function getAccountSumaryPage(data) {
params: data,
});
}
export function getProfitImpactList(data) {
return request({
url: "/lb/cost-analysis/profitImpactList",
method: "post",
data: data,
});
}
export function getSalesRevenueData(data) {
return request({
url: "lb/sales-revenue/getData",
method: "post",
data: data,
});
}