mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 14:55:44 +00:00
Merge branch 'development' of https://gitlab.com/mbugroup/lti-web-client into fix/dashboard
This commit is contained in:
Vendored
+1
-1
@@ -113,7 +113,7 @@ export type BaseGroupedApproval = {
|
||||
approvals: BaseApproval[];
|
||||
};
|
||||
|
||||
export type Approvals = BaseApiResponse<BaseApproval>;
|
||||
export type Approvals = BaseApiResponse<BaseApproval[]>;
|
||||
|
||||
export type GroupedApprovals = BaseApiResponse<BaseGroupedApproval[]>;
|
||||
|
||||
|
||||
+1
-1
@@ -73,7 +73,7 @@ export type CreateMovementPayloadData = {
|
||||
document_index?: number;
|
||||
driver_name: string;
|
||||
vehicle_plate: string;
|
||||
supplier_id: number;
|
||||
supplier_id?: number | null;
|
||||
products: {
|
||||
product_id: number;
|
||||
product_qty: number;
|
||||
|
||||
+8
@@ -89,6 +89,14 @@ export type ProjectFlockAvailableQuantity = {
|
||||
}[];
|
||||
};
|
||||
|
||||
export type ProjectFlockMaxQuantity = {
|
||||
project_flock_id: number;
|
||||
project_flock_kandangs: {
|
||||
project_flock_kandang_id: number;
|
||||
max_target_qty: number;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type ProjectFlockPeriods = {
|
||||
id: number;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user