SVN r405
SVN-Revision: r405
This commit is contained in:
@@ -2286,7 +2286,7 @@ namespace Lskj.ProductiSched
|
||||
string bj_tig = cell.Node.GetValue("bj_tig")?.ToString() ?? "";
|
||||
if (!DataModel.TopModuleModel.HasReport && bj_tig != "0" && dateTime.Date >= DateTime.Now.Date)
|
||||
{
|
||||
treeList.SetFocusedNode(cell.Node);
|
||||
treeList.SetFocusedNode(treebandGcTop.TreeListObj.Nodes[0]);
|
||||
cell.Node.SetValue(cell.Column, valueToSet);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user