-
+
-
-
-
-
+
+
+
-
{{ type.label }}
-
-
-
+
{{ type.label }}
+
+
+
diff --git a/frontend/pages/reception/update/[[id]].vue b/frontend/pages/reception/update/[[id]].vue
index ca89298..5f62632 100644
--- a/frontend/pages/reception/update/[[id]].vue
+++ b/frontend/pages/reception/update/[[id]].vue
@@ -173,17 +173,15 @@
@@ -201,62 +199,67 @@
diff --git a/frontend/services/dto/reception-data.ts b/frontend/services/dto/reception-data.ts
index d5f50f3..d8cec88 100644
--- a/frontend/services/dto/reception-data.ts
+++ b/frontend/services/dto/reception-data.ts
@@ -41,6 +41,13 @@ export interface WeightEntryData {
weighedAt: string | null
}
+export interface MerchandiseEntryData {
+ merchandiseTypeId: string
+ merchandiseDetail: string
+ selectedBuildingIds: string[]
+ selectedPelletBuildingIds: Record
+}
+
export interface WeightFormData {
id: number
weight: number