mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE-174): add grading form handlers for creating, updating, and deleting grading records
This commit is contained in:
+10
@@ -93,6 +93,16 @@ export type CreateGradingPayload = {
|
||||
}[];
|
||||
};
|
||||
|
||||
export type UpdateGradingPayload = CreateGradingPayload;
|
||||
|
||||
export type CreateGradingRecordingPayload = {
|
||||
recording_egg_id: number;
|
||||
eggs_grading: {
|
||||
grade: string;
|
||||
qty: number;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type CreateEggPayload = {
|
||||
product_warehouse_id: number;
|
||||
qty: number;
|
||||
|
||||
Reference in New Issue
Block a user