Fix display piano prod
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
<h2>Previzione PODL</h2>
|
||||
<h2>Piano Produzione - PODL</h2>
|
||||
|
||||
<MachSel RecMSE="RecMSE" E_MachSel="SetMacc"></MachSel>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<MachSel RecMSE="RecMSE" E_MachSel="SetMacc"></MachSel>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<div class="form-check form-switch fs-3">
|
||||
<input class="form-check-input" type="checkbox" @bind="@OnlyDirect">
|
||||
<label class="form-check-label">Solo Assegnazione Diretta</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@if (isProcessing)
|
||||
{
|
||||
<EgwCoreLib.Razor.LoadingData></EgwCoreLib.Razor.LoadingData>
|
||||
@@ -9,15 +19,6 @@
|
||||
else
|
||||
{
|
||||
<div class="row">
|
||||
<div class="col-6">
|
||||
<div class="form-check form-switch fs-2">
|
||||
<input class="form-check-input" type="checkbox" @bind="@OnlyDirect">
|
||||
<label class="form-check-label">Solo Assegnazione Diretta</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
stampa
|
||||
</div>
|
||||
<div class="col-12">
|
||||
@if (ListPodl.Count == 0)
|
||||
{
|
||||
@@ -58,7 +59,7 @@ else
|
||||
<div class="col-6 text-end text-nowrap">
|
||||
@item.KeyRichiesta
|
||||
</div>
|
||||
<div class="col-12 text-center textCondens">
|
||||
<div class="col-12 text-center textCondens text-warning">
|
||||
@item.DescArticolo
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,7 +73,7 @@ else
|
||||
<td>
|
||||
<div class="row">
|
||||
<div class="col-12 col-lg-6 text-nowrap text-success">
|
||||
Tot: @item.NumPezzi
|
||||
Tot: @($"{item.NumPezzi:N0}")
|
||||
<div class="text-secondary textCondens">
|
||||
@item.PzPallet pz/pal
|
||||
</div>
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace MP_TAB_SERV.Components
|
||||
var pUpd = Task.Run(async () =>
|
||||
{
|
||||
await doUpdate();
|
||||
//await InvokeAsync(() => StateHasChanged());
|
||||
});
|
||||
pUpd.Wait();
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>6.16.2310.1112</Version>
|
||||
<Version>6.16.2310.1116</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<RootNamespace>MP_TAB_SERV</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>Modulo MAPOSPEC </i>
|
||||
<h4>Versione: 6.16.2310.1112</h4>
|
||||
<h4>Versione: 6.16.2310.1116</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.16.2310.1112
|
||||
6.16.2310.1116
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>6.16.2310.1112</version>
|
||||
<version>6.16.2310.1116</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>
|
||||
|
||||
Reference in New Issue
Block a user