update x nuovi metodi e controlli produzione
This commit is contained in:
@@ -26,26 +26,32 @@
|
||||
</div>
|
||||
<div class="col-4 pr-1 py-0 text-right">
|
||||
<div class="alert alert-info py-1">
|
||||
Pz Prodotti TOT (contapezzi / tot ODL)
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
1525
|
||||
</div>
|
||||
<div class="text-truncate">
|
||||
Pz Prodotti TOT [A+B+C]
|
||||
</div>
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
1707
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 px-1 py-0 text-right">
|
||||
<div class="alert alert-danger py-1">
|
||||
Scarti scaricati
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
15
|
||||
</div>
|
||||
<div class="text-truncate">
|
||||
[B] Scarti GIA' scaricati
|
||||
</div>
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
15
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4 pl-1 py-0 text-right">
|
||||
<div class="alert alert-success py-1">
|
||||
Pezzi Buoni VERSATI
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
1510
|
||||
</div>
|
||||
<div class="text-truncate">
|
||||
[C] Pz Buoni VERSATI
|
||||
</div>
|
||||
<div style="font-size: 2em; font-weight: bold;" class="my-0">
|
||||
1510
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -54,7 +60,7 @@
|
||||
<b>Incrementali (da ultima conferma)</b>
|
||||
</div>
|
||||
<div class="col-4 pr-1">
|
||||
<asp:Label runat="server" ID="lblNumPezzi" AssociatedControlID="txtNumPezzi" Text="Pz Prodotti" />
|
||||
<asp:Label runat="server" ID="lblNumPezzi" AssociatedControlID="txtNumPezzi" Text="[A] Pz Prodotti" />
|
||||
<asp:TextBox runat="server" ID="txtNumPezzi" Font-Size="XX-Large" TextMode="Number" CssClass="form-control text-right alert alert-info py-0" Enabled="false" AutoPostBack="True" OnTextChanged="txtNumPezzi_TextChanged" />
|
||||
</div>
|
||||
<div class="col-4 px-1">
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row my-2" runat="server">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-6">
|
||||
<asp:LinkButton runat="server" ID="lbtOK" CssClass="btn btn-block btn-success" OnClick="lbtOK_Click">OK</asp:LinkButton>
|
||||
</div>
|
||||
|
||||
@@ -51,7 +51,6 @@ namespace MoonProTablet.WebUserControls
|
||||
lblConfScarti.Visible = !odlOk;
|
||||
lblMancaODL.Visible = !odlOk;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Verifica se la macchina MAIN sia MULTI (da DatiMacchina / redis...)
|
||||
/// </summary>
|
||||
@@ -62,7 +61,6 @@ namespace MoonProTablet.WebUserControls
|
||||
return DataLayer.isMulti(idxMacchinaSession);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Se la machcina è MULTI --> mostro selettore
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user