mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
refactor(FE-357): Make area/location/kandang filters multi-select
This commit is contained in:
@@ -12,9 +12,9 @@ export class MarketingSaleReportService extends BaseApiService<
|
||||
}
|
||||
|
||||
async getHppPerKandangReport(
|
||||
area_id?: number,
|
||||
location_id?: number,
|
||||
kandang_id?: number,
|
||||
area_id?: string,
|
||||
location_id?: string,
|
||||
kandang_id?: string,
|
||||
weight_min?: number,
|
||||
weight_max?: number,
|
||||
period?: string,
|
||||
@@ -48,9 +48,6 @@ export const SaleReportApi = new MarketingSaleReportService(
|
||||
'reports/marketings'
|
||||
);
|
||||
|
||||
/* For local testing purpose only
|
||||
export const SaleReportApi = new MarketingSaleReportService(
|
||||
'http://localhost:4010/api/reports/marketings'
|
||||
'reports/marketings'
|
||||
);
|
||||
*/
|
||||
// export const SaleReportApi = new MarketingSaleReportService(
|
||||
// 'http://localhost:4010/api/reports/marketings'
|
||||
// );
|
||||
|
||||
Reference in New Issue
Block a user