From 9afafb316b6e2f303844657b743a0d71e45968c3 Mon Sep 17 00:00:00 2001 From: sroy Date: Wed, 11 Feb 2026 11:45:35 +0100 Subject: [PATCH] feat : finalisation de affichage et update reception terminee suite --- CHANGELOG.md | 1 + .../components/reception/update-bovin.vue | 183 +++++++++++++ .../reception/update-merchandise.vue | 257 ++++++++++++++++++ .../components/reception/update-weight.vue | 29 +- frontend/pages/reception/update/[[id]].vue | 24 +- 5 files changed, 481 insertions(+), 13 deletions(-) create mode 100644 frontend/components/reception/update-bovin.vue create mode 100644 frontend/components/reception/update-merchandise.vue diff --git a/CHANGELOG.md b/CHANGELOG.md index 308b37e..4016f64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Ajouter dans le fichier .env du frontend * [#315] Creation page admin utilisateur * [#317] Admin modification creation transporteur * [#318] Affichage modification reception terminée +* [#320] Affichage modification reception terminée suite ### Changed diff --git a/frontend/components/reception/update-bovin.vue b/frontend/components/reception/update-bovin.vue new file mode 100644 index 0000000..8c1fbce --- /dev/null +++ b/frontend/components/reception/update-bovin.vue @@ -0,0 +1,183 @@ + + diff --git a/frontend/components/reception/update-merchandise.vue b/frontend/components/reception/update-merchandise.vue new file mode 100644 index 0000000..e3c72a6 --- /dev/null +++ b/frontend/components/reception/update-merchandise.vue @@ -0,0 +1,257 @@ + + + diff --git a/frontend/components/reception/update-weight.vue b/frontend/components/reception/update-weight.vue index b4e2b65..2f97c5c 100644 --- a/frontend/components/reception/update-weight.vue +++ b/frontend/components/reception/update-weight.vue @@ -1,40 +1,47 @@