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