mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE-174): add grading functionality to daily recording form with validation
This commit is contained in:
+3
-3
@@ -86,9 +86,8 @@ export type CreateGrowingRecordingPayload = {
|
||||
};
|
||||
|
||||
export type CreateGradingPayload = {
|
||||
recording_id: number;
|
||||
grading: {
|
||||
product_warehouse_id: number;
|
||||
recording_egg_id: number;
|
||||
eggs_grading: {
|
||||
grade: string;
|
||||
qty: number;
|
||||
}[];
|
||||
@@ -110,5 +109,6 @@ export type CreateRecordingPayload =
|
||||
|
||||
export type UpdateGrowingRecordingPayload = CreateGrowingRecordingPayload;
|
||||
export type UpdateLayingRecordingPayload = CreateLayingRecordingPayload;
|
||||
export type UpdateGradingRecordingPayload = CreateGradingRecordingPayload;
|
||||
|
||||
export type UpdateRecordingPayload = CreateRecordingPayload;
|
||||
|
||||
Reference in New Issue
Block a user