fix display articolo PODL/ODL

This commit is contained in:
Samuele E. Locatelli
2025-03-07 15:18:54 +01:00
parent 39df2e6e11
commit 1b475ddeee
6 changed files with 23 additions and 9 deletions
+18 -4
View File
@@ -58,7 +58,14 @@
Cod:
</div>
<div class="px-0 text-end fw-bold">
@CurrPodl.CodArticolo
@if (CurrOdl != null && !showPOdlData)
{
@CurrOdl.CodArticolo
}
else
{
@CurrPodl.CodArticolo
}
</div>
</div>
</div>
@@ -68,7 +75,14 @@
Articolo:
</div>
<div class="px-0 text-end fw-bold">
@CurrPodl.DescArticolo
@if (CurrOdl != null && !showPOdlData)
{
@CurrOdl.DescArticolo
}
else
{
@CurrPodl.DescArticolo
}
</div>
</div>
</div>
@@ -78,7 +92,7 @@
Pezzi:
</div>
<div class="px-0 text-end fw-bold">
@if (!showPOdlData && CurrOdl!=null)
@if (CurrOdl != null && !showPOdlData)
{
@CurrOdl.NumPezzi.ToString("N0")
}
@@ -93,7 +107,7 @@
TCiclo:
</div>
<div class="px-0 text-end fw-bold">
@if (CurrOdl != null && CurrOdl.Tcassegnato > 0 && !showPOdlData)
@if (CurrOdl != null && !showPOdlData && CurrOdl.Tcassegnato > 0)
{
@CurrOdl.Tcassegnato.ToString("N2")
}
+1 -1
View File
@@ -528,7 +528,7 @@ namespace MP_TAB3.Components
private async Task updateIdxOdl()
{
if (RecMSE != null)
if (CRecMSE != null)
{
// sistemo idxOdl...
var tabOdl = await TabDServ.OdlCurrByMacc(IdxMaccMain, false);
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>6.16.2503.713</Version>
<Version>6.16.2503.715</Version>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>MP_TAB3</RootNamespace>
</PropertyGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo MAPOSPEC </i>
<h4>Versione: 6.16.2503.713</h4>
<h4>Versione: 6.16.2503.715</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
6.16.2503.713
6.16.2503.715
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.16.2503.713</version>
<version>6.16.2503.715</version>
<url>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/MP-TAB3.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-TAB3/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>