feat(FE-170,174): add total_weight field and update calculations in body_weights for RecordingForm

This commit is contained in:
rstubryan
2025-11-04 16:23:29 +07:00
parent b7ab537b95
commit 04a1f5e014
3 changed files with 50 additions and 14 deletions
+1
View File
@@ -78,6 +78,7 @@ export type CreateGrowingRecordingPayload = {
body_weights: {
avg_weight: number;
qty: number;
total_weight: number;
}[];
stocks?: {
product_warehouse_id: number;