mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-363): Rename logistic stock report API method
This commit is contained in:
@@ -230,7 +230,7 @@ const PurchasesPerSupplierTab = () => {
|
||||
}
|
||||
: null,
|
||||
([, params]) =>
|
||||
LogisticApi.getLogisticStockReport(
|
||||
LogisticApi.getLogisticPurchasePerSupplierReport(
|
||||
params.area_id,
|
||||
params.supplier_id,
|
||||
params.product_id,
|
||||
@@ -296,7 +296,7 @@ const PurchasesPerSupplierTab = () => {
|
||||
}
|
||||
: null,
|
||||
([, params]) =>
|
||||
LogisticApi.getLogisticStockReport(
|
||||
LogisticApi.getLogisticPurchasePerSupplierReport(
|
||||
params.area_id,
|
||||
params.supplier_id,
|
||||
params.product_id,
|
||||
|
||||
@@ -11,7 +11,7 @@ export class LogisticApiService extends BaseApiService<
|
||||
super(basePath);
|
||||
}
|
||||
|
||||
async getLogisticStockReport(
|
||||
async getLogisticPurchasePerSupplierReport(
|
||||
area_id?: number,
|
||||
supplier_id?: number,
|
||||
product_id?: number,
|
||||
|
||||
Reference in New Issue
Block a user