feat(FE-170): remove total_weight from body_weights and update validation logic in RecordingForm

This commit is contained in:
rstubryan
2025-11-19 18:04:15 +07:00
parent 7b28e47c68
commit 9c69369a51
3 changed files with 6 additions and 20 deletions
-1
View File
@@ -92,7 +92,6 @@ export type CreateGrowingRecordingPayload = {
body_weights: {
avg_weight: number;
qty: number;
total_weight: number;
}[];
stocks?: {
product_warehouse_id: number;