refactor(FE-357): Use string weights and parse floats for filters

This commit is contained in:
rstubryan
2025-12-18 20:35:47 +07:00
parent 2f23755510
commit 00e0126e42
2 changed files with 8 additions and 16 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ export class MarketingSaleReportService extends BaseApiService<
area_id?: string,
location_id?: string,
kandang_id?: string,
weight_min?: number,
weight_max?: number,
weight_min?: string,
weight_max?: string,
period?: string,
sort_by?: string,
show_unrecorded?: boolean,