Merge branch 'release/AddCheckRebalance_03'
This commit is contained in:
@@ -399,6 +399,8 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
string CodMac = ((LinkButton)sender).CommandArgument;
|
||||
moveOrderByCodMac(CodMac, true);
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -410,6 +412,8 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
string CodMac = ((LinkButton)sender).CommandArgument;
|
||||
moveAllOrderFromMac(CodMac, true);
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -421,6 +425,8 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
string CodMac = ((LinkButton)sender).CommandArgument;
|
||||
moveOrderByCodMac(CodMac, false);
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -432,6 +438,8 @@ namespace NKC_WF.WebUserControls
|
||||
{
|
||||
string CodMac = ((LinkButton)sender).CommandArgument;
|
||||
moveAllOrderFromMac(CodMac, false);
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
}
|
||||
|
||||
protected void lbtToggle01_Click(object sender, EventArgs e)
|
||||
@@ -880,6 +888,8 @@ namespace NKC_WF.WebUserControls
|
||||
// effettuo VERA ri-assegnazione ordini/kit a nuovi batch
|
||||
DLMan.taOLT.setBatchSplit(BatchId, true);
|
||||
}
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
// resetto batch ordini...
|
||||
ComLib.OrdersExtResetCache();
|
||||
// ricalcolo
|
||||
@@ -903,6 +913,8 @@ namespace NKC_WF.WebUserControls
|
||||
// effettuo VERA ri-assegnazione ordini/kit a nuovi batch
|
||||
DLMan.taOLT.setBatchSplit(BatchId, true);
|
||||
}
|
||||
codEnabledPrev = codEnabled;
|
||||
lblWarnChange.Visible = enabIsChanged;
|
||||
// resetto batch ordini...
|
||||
ComLib.OrdersExtResetCache();
|
||||
fixChildBatch();
|
||||
|
||||
Reference in New Issue
Block a user