feat: 更新业务、控件及单据功能
This commit is contained in:
@@ -148,14 +148,14 @@ namespace Lskj.PubSpec
|
||||
string specialId = string.Empty;
|
||||
if (this._leftTreeRow != null)
|
||||
{
|
||||
if (BaseImpl.HasExistsTable("p_systemTreeNodeSetTab"))
|
||||
{
|
||||
DataRow treeNodedr = BaseImpl.TreeNodeSetTab(this.SysModel.MenuTable);
|
||||
if (treeNodedr != null)
|
||||
{
|
||||
specialId = treeNodedr["treeIdField"] + "";
|
||||
}
|
||||
}
|
||||
//if (BaseImpl.HasExistsTable("p_systemTreeNodeSetTab"))
|
||||
//{
|
||||
// DataRow treeNodedr = BaseImpl.TreeNodeSetTab(this.SysModel.MenuTable);
|
||||
// if (treeNodedr != null)
|
||||
// {
|
||||
// specialId = treeNodedr["treeIdField"] + "";
|
||||
// }
|
||||
//}
|
||||
if (this._leftTreeRow.Table.Columns.Contains("TreeNodeSearch") && "1".Equals(this._leftTreeRow["TreeNodeSearch"] + "")) this.treeLeft.pl_top.Visible = true;
|
||||
this.treeLeft.TreeView.CheckBoxes = false;
|
||||
this.treeLeft.TreeNodeKeyField = this._leftTreeRow["fieldsqlid"] + "";
|
||||
|
||||
Reference in New Issue
Block a user