continuo merge metodi da controllo base...
This commit is contained in:
@@ -5,7 +5,8 @@ namespace GMW_data
|
||||
{
|
||||
public class UserControlBCodeMan : GMW_data.UserControl
|
||||
{
|
||||
#region area base comune (variabili, valori e metodi generali)
|
||||
|
||||
#region Conf stili css
|
||||
|
||||
/// <summary>
|
||||
/// stile css comando OK
|
||||
@@ -31,6 +32,12 @@ namespace GMW_data
|
||||
/// stile css comando ADD
|
||||
/// </summary>
|
||||
public string cssAdd = "stileComandoAdd";
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region area base comune (variabili, valori eventi - stati - tipi - posizioni)
|
||||
|
||||
/// <summary>
|
||||
/// Abilitato/disabilitato BCode particolare
|
||||
/// </summary>
|
||||
@@ -115,6 +122,38 @@ namespace GMW_data
|
||||
/// Cartellino da stampare/ristampare
|
||||
/// </summary>
|
||||
public tipoCartellino tipoCartCurr = tipoCartellino.cartND;
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region gestioneAL
|
||||
|
||||
/// <summary>
|
||||
/// Codice AL sulla linea...
|
||||
/// </summary>
|
||||
public string currAL
|
||||
{
|
||||
get
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = MagClass.magazzino.taAL.getByKey(Postazione.currCodLinea)[0].CurrVal;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
set
|
||||
{
|
||||
MagClass.magazzino.taAL.updateCurrVal(Postazione.currCodLinea, value);
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region area base comune (metodi generali)
|
||||
|
||||
/// <summary>
|
||||
/// Impostazione variabili specifiche
|
||||
/// </summary>
|
||||
@@ -175,7 +214,7 @@ namespace GMW_data
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
// tolto 2015.06.25
|
||||
// tolto 2015.06.25 redirect a pagina default
|
||||
//// se avesse perso codice cella rimando a pagina default...
|
||||
//if (Postazione.currCodCella == "") Response.Redirect("Default.aspx");
|
||||
answ = string.Format("ALF00{0}", Postazione.currCodCella);
|
||||
@@ -249,6 +288,18 @@ namespace GMW_data
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Codice AL in carico
|
||||
/// </summary>
|
||||
public virtual string sourceAL
|
||||
{
|
||||
get
|
||||
{
|
||||
return "";
|
||||
}
|
||||
set
|
||||
{ }
|
||||
}
|
||||
/// <summary>
|
||||
/// Codice AL target
|
||||
/// </summary>
|
||||
public virtual string destAL
|
||||
@@ -617,6 +668,7 @@ namespace GMW_data
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
#region area metodi interazione controlli
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user