mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
feat(FE-170,174): add total_weight field and update calculations in body_weights for RecordingForm
This commit is contained in:
+1
@@ -78,6 +78,7 @@ export type CreateGrowingRecordingPayload = {
|
||||
body_weights: {
|
||||
avg_weight: number;
|
||||
qty: number;
|
||||
total_weight: number;
|
||||
}[];
|
||||
stocks?: {
|
||||
product_warehouse_id: number;
|
||||
|
||||
Reference in New Issue
Block a user