refactor(FE-364): Enable multi-select filters for purchases report

This commit is contained in:
rstubryan
2025-12-18 13:28:00 +07:00
parent 1de98db4ba
commit e8492f87ba
2 changed files with 154 additions and 108 deletions
+4 -4
View File
@@ -12,10 +12,10 @@ export class LogisticApiService extends BaseApiService<
}
async getLogisticPurchasePerSupplierReport(
area_id?: number,
supplier_id?: number,
product_id?: number,
product_category_id?: number,
area_id?: string,
supplier_id?: string,
product_id?: string,
product_category_id?: string,
received_date?: string,
po_date?: string,
start_date?: string,