mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: adjust PurchaseFilter type
This commit is contained in:
Vendored
+6
@@ -148,10 +148,16 @@ export type UpdatePurchaseRequestPayload = CreatePurchaseRequestPayload;
|
||||
export type PurchaseFilter = {
|
||||
poDate: string;
|
||||
category: string[];
|
||||
category_labels?: { label: string; value: number }[];
|
||||
status: string[];
|
||||
supplier_id?: number;
|
||||
supplier_label?: string;
|
||||
area_id?: number;
|
||||
area_label?: string;
|
||||
location_id?: number;
|
||||
location_label?: string;
|
||||
project_flock_id?: number;
|
||||
project_flock_label?: string;
|
||||
project_flock_kandang_id?: number;
|
||||
project_flock_kandang_label?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user