From 696f0277d1b703cda746d02702dd8aa7a8866d3f Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Sun, 19 Jan 2025 15:38:14 +0100 Subject: [PATCH] feat(Price): allow editing raw product category, origin & label --- src/components/PriceEditDialog.vue | 34 +++++++++++++----------------- src/components/ProductInputRow.vue | 15 ++++++++++--- src/services/api.js | 13 ++++++++---- 3 files changed, 36 insertions(+), 26 deletions(-) diff --git a/src/components/PriceEditDialog.vue b/src/components/PriceEditDialog.vue index fc90b478ca8..71fbc9f3107 100644 --- a/src/components/PriceEditDialog.vue +++ b/src/components/PriceEditDialog.vue @@ -10,7 +10,7 @@ - + @@ -18,24 +18,8 @@ -

- {{ $t('PriceForm.Label') }} -

+ - -

- {{ $t('Common.Date') }} -

- - - - -
@@ -59,10 +43,12 @@