diff --git a/MP-TAB-SERV/Components/OdlMan.razor b/MP-TAB-SERV/Components/OdlMan.razor index 70bbdd0e..e2046a00 100644 --- a/MP-TAB-SERV/Components/OdlMan.razor +++ b/MP-TAB-SERV/Components/OdlMan.razor @@ -33,7 +33,7 @@ @if (showOdlDetail) { -
+

Verifica parametri attrezzaggio

@@ -129,66 +129,78 @@
} -
-
-
- - -
- - +
+
+ + +
+ + +
+
+
+
+ @if (idxOdlSel > 0) + { + + } + else + { + + } +
+ @if (idxOdlSel > 0) + { +
+ + +
+
+ +
+ } + + +
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ +
-
- - @if (podlOk) - { - - } -
- - - -
-
- -
-
- -
-
- - -
-
- -
-
-
- - +
+
+
+ +
+
+
- - -
-
- -
-
- -
-
- }
\ No newline at end of file diff --git a/MP-TAB-SERV/Components/OdlMan.razor.cs b/MP-TAB-SERV/Components/OdlMan.razor.cs index 564ddfab..feeff39b 100644 --- a/MP-TAB-SERV/Components/OdlMan.razor.cs +++ b/MP-TAB-SERV/Components/OdlMan.razor.cs @@ -183,12 +183,13 @@ namespace MP_TAB_SERV.Components private int numDayOdl = 5; - private bool podlOk = false; - private bool showAll = false; private bool showOdlDetail = false; + private string noteAttr = ""; + private double tcRichAttr = 1; + #endregion Private Fields #region Private Properties diff --git a/MP-TAB-SERV/Components/SelTempoMSMC.razor b/MP-TAB-SERV/Components/SelTempoMSMC.razor new file mode 100644 index 00000000..e98a4e34 --- /dev/null +++ b/MP-TAB-SERV/Components/SelTempoMSMC.razor @@ -0,0 +1,5 @@ +

+ Selettore TC MM:SS / M.CC +

+ +implementare come altro con selettori tendina, testo libero, switch MC/MS... diff --git a/MP-TAB-SERV/Components/SelTempoMSMC.razor.cs b/MP-TAB-SERV/Components/SelTempoMSMC.razor.cs new file mode 100644 index 00000000..6332e49f --- /dev/null +++ b/MP-TAB-SERV/Components/SelTempoMSMC.razor.cs @@ -0,0 +1,31 @@ +using global::System; +using global::System.Collections.Generic; +using global::System.Linq; +using global::System.Threading.Tasks; +using global::Microsoft.AspNetCore.Components; +using System.Net.Http; +using Microsoft.AspNetCore.Authorization; +using Microsoft.AspNetCore.Components.Authorization; +using Microsoft.AspNetCore.Components.Forms; +using Microsoft.AspNetCore.Components.Routing; +using Microsoft.AspNetCore.Components.Web; +using Microsoft.AspNetCore.Components.Web.Virtualization; +using Microsoft.JSInterop; +using MP_TAB_SERV; +using MP_TAB_SERV.Shared; +using MP_TAB_SERV.Components; +using MP.Data; +using MP.Data.DatabaseModels; +using MP.Data.DTO; +using MP.Data.Services; +using Newtonsoft.Json; +using NLog; + +namespace MP_TAB_SERV.Components +{ + public partial class SelTempoMSMC + { + [Parameter] + public double TempoMC { get; set; } = 1; + } +} \ No newline at end of file diff --git a/MP-TAB-SERV/MP-TAB-SERV.csproj b/MP-TAB-SERV/MP-TAB-SERV.csproj index ba37252e..332c4a27 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.619 + 6.16.2311.620 enable MP_TAB_SERV diff --git a/MP-TAB-SERV/Resources/ChangeLog.html b/MP-TAB-SERV/Resources/ChangeLog.html index 3f7b80bd..837f478a 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.619

+

Versione: 6.16.2311.620


Note di rilascio:
  • diff --git a/MP-TAB-SERV/Resources/VersNum.txt b/MP-TAB-SERV/Resources/VersNum.txt index 5d29b529..fc8f09f9 100644 --- a/MP-TAB-SERV/Resources/VersNum.txt +++ b/MP-TAB-SERV/Resources/VersNum.txt @@ -1 +1 @@ -6.16.2311.619 +6.16.2311.620 diff --git a/MP-TAB-SERV/Resources/manifest.xml b/MP-TAB-SERV/Resources/manifest.xml index 8f254364..36ea59a5 100644 --- a/MP-TAB-SERV/Resources/manifest.xml +++ b/MP-TAB-SERV/Resources/manifest.xml @@ -1,6 +1,6 @@ - 6.16.2311.619 + 6.16.2311.620 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