From 67d8902423fa1f8d4ec804afc8cfcd5e6d80d572 Mon Sep 17 00:00:00 2001 From: Nino Righi Date: Thu, 10 Apr 2025 08:41:37 +0000 Subject: [PATCH] Merged PR 1830: #4947 Fix Lastname and Firstname position in order-edit pages --- .../goods-in-out-order-edit.component.html | 221 ++++++++++++++---- 1 file changed, 181 insertions(+), 40 deletions(-) diff --git a/apps/isa-app/src/shared/components/goods-in-out/goods-in-out-order-edit/goods-in-out-order-edit.component.html b/apps/isa-app/src/shared/components/goods-in-out/goods-in-out-order-edit/goods-in-out-order-edit.component.html index de0fd99f9..84c32830c 100644 --- a/apps/isa-app/src/shared/components/goods-in-out/goods-in-out-order-edit/goods-in-out-order-edit.component.html +++ b/apps/isa-app/src/shared/components/goods-in-out/goods-in-out-order-edit/goods-in-out-order-edit.component.html @@ -1,20 +1,38 @@
{{ items[0]?.organisation }} - - + - {{ items[0]?.lastName }} {{ items[0]?.firstName }}
- + - + - + @@ -25,40 +43,81 @@ formGroupName="notificationChannel" > - + - - - - - + - + + + + +
-
+
- + {{ item.value?.name }}
-
- - + + - + @@ -82,19 +145,37 @@ - +
- - - + (save)=" + changeEstimatedDeliveryDate($event, items[i]); + uiDatepicker.close() + " + > - + - + (save)=" + changePickupDeadline($event, items[i]); + deadlineDatepicker.close() + " + > - + - + - + - + - +
- + @@ -176,11 +299,21 @@ - + - +