运营驾驶舱对接
This commit is contained in:
@@ -346,3 +346,38 @@ export function getDictListData(query) {
|
||||
params: query,
|
||||
});
|
||||
}
|
||||
export function getAccountsReceivableData(data) {
|
||||
return request({
|
||||
url: "/lb/accounts-receivable/getGroupData",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function getInventoryData(data) {
|
||||
return request({
|
||||
url: "/lb/inventory/getGroupData",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function getElectricityCostAnalysisData(data) {
|
||||
return request({
|
||||
url: "/lb/electricity-cost-analysis/getGroupData",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function getDepreciationAnalysisData(data) {
|
||||
return request({
|
||||
url: "/lb/depreciation-analysis/getGroupData",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
export function getElectricityCostAnalysisFData(data) {
|
||||
return request({
|
||||
url: "/lb/electricity-cost-analysis/getFactoryData",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user