Fix note edit

This commit is contained in:
Samuele Locatelli
2023-10-10 08:31:40 +02:00
parent b822b02caa
commit 1af01c65e2
7 changed files with 8 additions and 16 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
@if (currFnq != null)
{
<div class="col-12 col-sm-6 col-lg-4 my-1 p-2">
<div class="card">
<div class="card" @onclick="SelectFermo">
<div class="card-body @setSemaforo(currFnq.Semaforo)">
<div class="text-start fw-bold" style="font-size: 1.8rem;">
@currFnq.Macchina
@currFnq.Stato
</div>
<div class="text-end" style="font-size: 1.5rem;">
@currFnq.CodArticolo
@@ -92,7 +92,6 @@ namespace MP_TAB_SERV.Components
protected void doCancel()
{
DoReset();
ToggleCtrl();
}
protected async Task doSave()
+2 -9
View File
@@ -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
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2310.917</Version>
<Version>6.16.2310.1008</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB_SERV</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2310.917</h4>
<h4>Versione: 6.16.2310.1008</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2310.917
6.16.2310.1008
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2310.917</version>
<version>6.16.2310.1008</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/MP-TAB-SERV.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB-SERV/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>