From 615fa3cbc8e6c0c434feaccedbe2b604d1d29626 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Fri, 27 Oct 2023 17:36:15 +0200 Subject: [PATCH] inizio nuova gestione note --- MP-TAB-SERV/Components/LongStopList.razor | 38 ++++++++++++++++---- MP-TAB-SERV/Components/LongStopList.razor.cs | 2 ++ MP-TAB-SERV/Components/NotesMan.razor | 8 +++-- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 7 files changed, 42 insertions(+), 14 deletions(-) diff --git a/MP-TAB-SERV/Components/LongStopList.razor b/MP-TAB-SERV/Components/LongStopList.razor index 55d3d2cd..e6437ba8 100644 --- a/MP-TAB-SERV/Components/LongStopList.razor +++ b/MP-TAB-SERV/Components/LongStopList.razor @@ -1,14 +1,38 @@ @if (currFnq != null) { -
-
+
+
-
- @currFnq.Stato -
-
- @currFnq.CodArticolo +
+
+ @currFnq.Stato +
+
+ @currFnq.CodArticolo +
+ @if (currNotes.Count > 0) + { +
+
+
+

+ +

+
+
+ @foreach (var note in currNotes) + { + @note.Value + } +
+
+
+
+
+ }
- +@* @if (RecordListComments == null) { @@ -102,6 +102,8 @@
} } + + *@
diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 63f1a10e..304fd997 100644 --- a/MP-TAB-SERV/MP-TAB-SERV.csproj +++ b/MP-TAB-SERV/MP-TAB-SERV.csproj @@ -3,7 +3,7 @@ net6.0 enable - 6.16.2310.2711 + 6.16.2310.2717 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 446b1335..7d631f98 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2310.2711

+

Versione: 6.16.2310.2717


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index b9e9f813..1218da59 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2310.2711 +6.16.2310.2717 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index b0ee80a8..9f4ac7d1 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2310.2711 + 6.16.2310.2717 https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html false