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