From 6e09b879b7d84bc35beb0a05dcbec1569925fc4f Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 14 Dec 2023 18:59:02 +0100 Subject: [PATCH] Minor fix pagina dettaglio conf prod --- MP-TAB-SERV/Components/CmpFooter.razor.cs | 9 -- MP-TAB-SERV/Components/ProdConfirm.razor | 156 +++++++++++----------- MP-TAB-SERV/Components/ProdStat.razor | 6 +- MP-TAB-SERV/MP-TAB-SERV.csproj | 2 +- MP-TAB-SERV/Pages/Scrap.razor | 2 +- MP-TAB-SERV/Resources/ChangeLog.html | 2 +- MP-TAB-SERV/Resources/VersNum.txt | 2 +- MP-TAB-SERV/Resources/manifest.xml | 2 +- 8 files changed, 84 insertions(+), 97 deletions(-) diff --git a/MP-TAB-SERV/Components/CmpFooter.razor.cs b/MP-TAB-SERV/Components/CmpFooter.razor.cs index bde5944f..33884c6e 100644 --- a/MP-TAB-SERV/Components/CmpFooter.razor.cs +++ b/MP-TAB-SERV/Components/CmpFooter.razor.cs @@ -25,15 +25,6 @@ namespace MP_TAB_SERV.Components var pUpd = Task.Run(async () => { await InvokeAsync(() => StateHasChanged()); -#if false - await Task.Delay(1); - if (diffOfTime.Minutes >= dtTimerScadenzaLogin) - { - NavMan.NavigateTo("logout"); - } - //Log.Trace("CmpFooter Timer elapsed"); - -#endif }); pUpd.Wait(); } diff --git a/MP-TAB-SERV/Components/ProdConfirm.razor b/MP-TAB-SERV/Components/ProdConfirm.razor index 1276a223..ee24ec5a 100644 --- a/MP-TAB-SERV/Components/ProdConfirm.razor +++ b/MP-TAB-SERV/Components/ProdConfirm.razor @@ -79,11 +79,11 @@ } else if (showConfirm && lblPz2RecBuoni < 0 && chkPzBuoniNeg) { -
Pezzi buoni negativi!
+
Pezzi buoni negativi!
} else { -
Completare le modifiche!
+ Completare le modifiche! } @@ -94,91 +94,87 @@ }
-
- Dati Globali ODL +
+ Dati Globali ODL
- -
- -
-
-
- [A] NUOVI Pz.Prod -
-
- @if (isProcessing) - { - - } - else - { - @numPzProdotti2Rec - } -
+
+
+
+ [A] NUOVI Pz.Prod +
+
+ @if (isProcessing) + { + + } + else + { + @numPzProdotti2Rec + }
-
-
-
- Pz Prodotti TOT [A+B+C] -
-
- @if (isProcessing) - { - - } - else - { - @numPzProdotti - } -
-
-
-
-
-
- [B] Scarti VERS. -
-
- @if (isProcessing) - { - - } - else - { - @numPzScaConf - } -
-
-
-
-
-
- [C] Pz Buoni VERS. -
-
- @if (isProcessing) - { - - } - else - { - @numPzBuoniConf - } -
-
-
- -
-
+
+
+
+ Pz Prodotti TOT [A+B+C] +
+
+ @if (isProcessing) + { + + } + else + { + @numPzProdotti + } +
+
+
+
+
+
+ [B] Scarti VERS. +
+
+ @if (isProcessing) + { + + } + else + { + @numPzScaConf + } +
+
+
+
+
+
+ [C] Pz Buoni VERS. +
+
+ @if (isProcessing) + { + + } + else + { + @numPzBuoniConf + } +
+
+
+
+ @if (!string.IsNullOrEmpty(lblOut)) { diff --git a/MP-TAB-SERV/Components/ProdStat.razor b/MP-TAB-SERV/Components/ProdStat.razor index 90b8fd52..e8e36b83 100644 --- a/MP-TAB-SERV/Components/ProdStat.razor +++ b/MP-TAB-SERV/Components/ProdStat.razor @@ -1,9 +1,9 @@  -
-
+
+
Statistiche di produzione
-
+
@if (RecMSE != null) { @($"ODL: {RecMSE.IdxOdl}") diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index d37767e8..f65311d0 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.2312.1417 + 6.16.2312.1418 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Pages/Scrap.razor b/MP-TAB-SERV/Pages/Scrap.razor index ef0f6528..65c20614 100644 --- a/MP-TAB-SERV/Pages/Scrap.razor +++ b/MP-TAB-SERV/Pages/Scrap.razor @@ -1,6 +1,6 @@ @page "/scrap" - + @if (string.IsNullOrEmpty(IdxMacc) || CurrMSE == null) { diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 08b10a53..66555095 100644 --- a/MP-TAB-SERV/Resources/ChangeLog.html +++ b/MP-TAB-SERV/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo MAPOSPEC -

Versione: 6.16.2312.1417

+

Versione: 6.16.2312.1418


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 258cb1a0..bc8f1f5b 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2312.1417 +6.16.2312.1418 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index c6c9e138..f6a7bf8d 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2312.1417 + 6.16.2312.1418 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