diff --git a/MP-TAB-SERV/Components/LongStopList.razor b/MP-TAB-SERV/Components/LongStopList.razor index 053b03c0..55d3d2cd 100644 --- a/MP-TAB-SERV/Components/LongStopList.razor +++ b/MP-TAB-SERV/Components/LongStopList.razor @@ -1,10 +1,10 @@ @if (currFnq != null) {
-
+
- @currFnq.Macchina + @currFnq.Stato
@currFnq.CodArticolo diff --git a/MP-TAB-SERV/Components/NotesEditor.razor.cs b/MP-TAB-SERV/Components/NotesEditor.razor.cs index 07cec4a5..6d163a83 100644 --- a/MP-TAB-SERV/Components/NotesEditor.razor.cs +++ b/MP-TAB-SERV/Components/NotesEditor.razor.cs @@ -92,7 +92,6 @@ namespace MP_TAB_SERV.Components protected void doCancel() { DoReset(); - ToggleCtrl(); } protected async Task doSave() diff --git a/MP-TAB-SERV/Components/NotesMan.razor.cs b/MP-TAB-SERV/Components/NotesMan.razor.cs index 67355981..d8c5168a 100644 --- a/MP-TAB-SERV/Components/NotesMan.razor.cs +++ b/MP-TAB-SERV/Components/NotesMan.razor.cs @@ -107,13 +107,6 @@ namespace MP_TAB_SERV.Components InizioStato = currRec.InizioStato, Value = currRec.Value }; -#if false - // salvo - await MsgServ.CommentoDtRifSet(currRec.InizioStato); - await MsgServ.CommentoValSet(currRec.Value); - // navigo - NavMan.NavigateTo("notes"); -#endif } protected override async Task OnParametersSetAsync() @@ -128,8 +121,8 @@ namespace MP_TAB_SERV.Components #region Private Properties - private int _durataMin { get; set; } = 30; - private int _numGiorni { get; set; } = 3; + private int _durataMin { get; set; } = 5; + private int _numGiorni { get; set; } = 1; private int numComm { get; set; } = 5; #endregion Private Properties diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index d8a2130c..acf2b5d7 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.917 + 6.16.2310.1008 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 7c685b01..a0c6d5cf 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.917

+

Versione: 6.16.2310.1008


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 4717d7f7..b987fe08 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2310.917 +6.16.2310.1008 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index c3d0aece..95711cd0 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2310.917 + 6.16.2310.1008 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