commentato conteggio scarti in +...

This commit is contained in:
Samuele E. Locatelli
2018-05-02 22:20:30 +02:00
parent 2ab8b8d9f3
commit 9c87bdf48e
4 changed files with 7 additions and 21 deletions
-9
View File
@@ -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
}
}
}
+1 -1
View File
@@ -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">&nbsp;</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>
-9
View File
@@ -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>