From ff6b9e0fd35ae38a78a4cfa2ddc858158f347ab7 Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Mon, 6 Nov 2023 17:13:56 +0100 Subject: [PATCH] aggiunta visualizzazione pezzi scarto --- MP-TAB-SERV/Components/MachineBlock.razor | 29 ++++++++++++++++++----- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Pages/StatusMap.razor | 8 +++---- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 6 files changed, 31 insertions(+), 14 deletions(-) diff --git a/MP-TAB-SERV/Components/MachineBlock.razor b/MP-TAB-SERV/Components/MachineBlock.razor index fd0e3a77..42835411 100644 --- a/MP-TAB-SERV/Components/MachineBlock.razor +++ b/MP-TAB-SERV/Components/MachineBlock.razor @@ -56,9 +56,12 @@ else
-
+
-   @($" {RecMSE.PezziConf:N0}") +   @($" {RecMSE.PezziConf:N0}")   +
+
+ +   @($" {0:N0}")
@@ -104,9 +107,16 @@ else
-
+
-
@($"{RecMSE.PezziConf:N0}")
+
+
+ @($"{RecMSE.PezziConf:N0}") +
+
+ +   @($" {0:N0}") +
+
@@ -138,10 +148,17 @@ else @RecMSE.Nome
-
+
-
@($"{RecMSE.PezziConf:N0}")
+
+
+ @($"{RecMSE.PezziConf:N0}") +
+
+ +   @($" {0:N0}") +
+
diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index 26a117b6..be95afa8 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.2311.616 + 6.16.2311.617 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Pages/StatusMap.razor b/MP-TAB-SERV/Pages/StatusMap.razor index 33ecdde8..72bf0725 100644 --- a/MP-TAB-SERV/Pages/StatusMap.razor +++ b/MP-TAB-SERV/Pages/StatusMap.razor @@ -6,13 +6,13 @@
@if (ListMSE == null || ListMSE.Count == 0 || isCalcSize) { - @for (int i = 0; i < 10; i++) + @*@for (int i = 0; i < 10; i++) {
- @**@ - + @*
- } + }*@ + } else { diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 8ded14a8..ab48af00 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2311.616

+

Versione: 6.16.2311.617


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 846ec6ea..51413eef 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2311.616 +6.16.2311.617 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index 99e2e93d..a340473a 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2311.616 + 6.16.2311.617 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