From 09d108a1d56bdf4e51dbfc3b1e12ce991e64f6be Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 13 Feb 2026 17:07:15 +0100 Subject: [PATCH 1/2] fix : corrections de tous les retours --- frontend/components/card-link.vue | 4 +- .../reception/reception-bovine-received.vue | 11 ++- .../components/reception/reception-form.vue | 1 + .../reception/reception-product-received.vue | 6 +- .../components/reception/update-bovin.vue | 10 +- .../components/reception/update-weight.vue | 6 +- .../components/shipment/shipment-form.vue | 87 ++++++++++------- .../components/shipment/shipment-loading.vue | 26 ++++++ frontend/components/ui/UiCheckbox.vue | 4 +- frontend/components/ui/UiDateInput.vue | 4 +- frontend/components/ui/UiNumberInput.vue | 33 ++++++- frontend/components/ui/UiRadioGroup.vue | 93 +++++++++++++++++++ frontend/components/ui/UiSelect.vue | 4 +- frontend/components/ui/UiTextInput.vue | 4 +- .../components/ui/license-plate-input.vue | 2 +- frontend/constants/steps.ts | 4 +- frontend/layouts/admin.vue | 10 +- frontend/layouts/default.vue | 2 +- frontend/pages/admin/user/list.vue | 16 +++- frontend/pages/index.vue | 6 +- frontend/pages/reception/[[id]].vue | 45 +++++---- frontend/pages/reception/finish-reception.vue | 8 +- .../pages/reception/waiting-reception.vue | 6 +- frontend/pages/shipment/[[id]].vue | 5 +- frontend/pages/shipment/finish-shipment.vue | 16 ++-- frontend/pages/shipment/waiting-shipment.vue | 6 +- frontend/services/dto/address-data.ts | 1 + migrations/Version20260213114000.php | 40 ++++++++ src/Command/SeedCommand.php | 1 + src/DataFixtures/ReferenceFixtures.php | 1 + src/Entity/BovinShipment.php | 2 +- src/Entity/Shipment.php | 2 +- templates/shipment_voucher.html.twig | 6 +- 33 files changed, 352 insertions(+), 120 deletions(-) create mode 100644 frontend/components/shipment/shipment-loading.vue create mode 100644 frontend/components/ui/UiRadioGroup.vue create mode 100644 migrations/Version20260213114000.php diff --git a/frontend/components/card-link.vue b/frontend/components/card-link.vue index b44d4f3..cf6a953 100644 --- a/frontend/components/card-link.vue +++ b/frontend/components/card-link.vue @@ -2,9 +2,9 @@