Aggiunto evento cambio QTA UDC
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -23,6 +23,10 @@ namespace GMW.WebUserControls
|
||||
/// tipo di evento associato alla creazione dell'UDC
|
||||
/// </summary>
|
||||
protected string eventoUDC = "UDC_STTA";
|
||||
/// <summary>
|
||||
/// tipo di evento associato alla modifica qta dell'UDC
|
||||
/// </summary>
|
||||
protected string eventoUDC_qta = "UDC_QTY";
|
||||
public event EventHandler eh_reqUpdate;
|
||||
/// <summary>
|
||||
/// stringa UID univoca
|
||||
@@ -864,7 +868,7 @@ namespace GMW.WebUserControls
|
||||
/// <param name="e"></param>
|
||||
protected void lbtUpdQty_Click(object sender, EventArgs e)
|
||||
{
|
||||
MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC, qta);
|
||||
MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC_qta, qta);
|
||||
currUDC = "";
|
||||
currParticolare = "";
|
||||
grViewDest.SelectedIndex = -1;
|
||||
|
||||
@@ -23,6 +23,10 @@ namespace GMW.WebUserControls
|
||||
/// tipo di evento associato alla creazione dell'UDC
|
||||
/// </summary>
|
||||
protected string eventoUDC = "UDC_STTA";
|
||||
/// <summary>
|
||||
/// tipo di evento associato alla modifica qta dell'UDC
|
||||
/// </summary>
|
||||
protected string eventoUDC_qta = "UDC_QTY";
|
||||
public event EventHandler eh_reqUpdate;
|
||||
/// <summary>
|
||||
/// stringa UID univoca
|
||||
@@ -832,7 +836,7 @@ namespace GMW.WebUserControls
|
||||
/// <param name="e"></param>
|
||||
protected void lbtUpdQty_Click(object sender, EventArgs e)
|
||||
{
|
||||
MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC, qta);
|
||||
MagClass.magazzino.taCartellini.updateQty(currUDC, MagClass.magazzino.CodSoggCurrUser, "U", eventoUDC_qta, qta);
|
||||
currUDC = "";
|
||||
currParticolare = "";
|
||||
grViewDest.SelectedIndex = -1;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user