Aggiunto evento cambio QTA UDC

This commit is contained in:
Samuele E. Locatelli
2014-10-29 16:05:53 +01:00
parent 6f94fa98a9
commit 199fc2d08e
9 changed files with 10 additions and 2 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+5 -1
View File
@@ -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;
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.