commentato conteggio scarti in +...
This commit is contained in:
@@ -11,15 +11,6 @@ namespace MoonProTablet
|
||||
var settings = new FriendlyUrlSettings();
|
||||
settings.AutoRedirectMode = RedirectMode.Temporary;
|
||||
routes.EnableFriendlyUrls(settings);
|
||||
|
||||
#if false
|
||||
//var settings = new FriendlyUrlSettings();
|
||||
//settings.AutoRedirectMode = RedirectMode.Permanent;
|
||||
//routes.EnableFriendlyUrls(settings);
|
||||
|
||||
// tolto x problemi compatibilità Chrome/Firefox (va solo con explorer...)
|
||||
routes.EnableFriendlyUrls();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
<div class="col-5 pr-1">
|
||||
<asp:Label runat="server" ID="lblNumScarti" AssociatedControlID="txtNumScarti" Text="Pz Scarto" />
|
||||
<asp:TextBox runat="server" ID="txtNumScarti" Font-Size="XX-Large" TextMode="Number" CssClass="form-control text-right bg-dark text-danger py-0" Enabled="false" />
|
||||
<asp:Label runat="server" ID="lblPz2RecScarto">[B2]</asp:Label>
|
||||
<%--<asp:Label runat="server" ID="lblPz2RecScarto">[B2]</asp:Label>--%>
|
||||
</div>
|
||||
<div class="col-1 px-1">
|
||||
<asp:Label runat="server" ID="Label2" AssociatedControlID="lblPlus"> </asp:Label>
|
||||
|
||||
@@ -62,7 +62,9 @@ namespace MoonProTablet.WebUserControls
|
||||
// aggiorno visualizzazione...
|
||||
numPzProdotti = datiProdAct.PzTotODL;
|
||||
numPz2Rec = datiProdAct.Pz2RecTot;
|
||||
numPzSca2Rec = datiProdAct.Pz2RecScarto;
|
||||
#if false
|
||||
numPzSca2Rec = datiProdAct.Pz2RecScarto;
|
||||
#endif
|
||||
numPzScaConf = datiProdAct.PzConfScarto;
|
||||
numPzBuoniConf = datiProdAct.PzConfBuoni;
|
||||
numPzProdotti2Rec = datiProdAct.Pz2RecTot;
|
||||
@@ -88,6 +90,7 @@ namespace MoonProTablet.WebUserControls
|
||||
lblPz2RecTot.Text = value.ToString();
|
||||
}
|
||||
}
|
||||
#if false
|
||||
/// <summary>
|
||||
/// Numero pezzi SCARTO da ultima conferma
|
||||
/// </summary>
|
||||
@@ -97,7 +100,8 @@ namespace MoonProTablet.WebUserControls
|
||||
{
|
||||
lblPz2RecScarto.Text = value.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
/// <summary>
|
||||
/// Numero pezzi SCARTO già confermati
|
||||
/// </summary>
|
||||
|
||||
@@ -156,15 +156,6 @@ namespace MoonProTablet.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtNumScarti;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo lblPz2RecScarto.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblPz2RecScarto;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo Label2.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user