feat: 更新业务、控件及单据功能

This commit is contained in:
cyf
2026-08-10 09:59:46 +08:00
parent c07220bbf0
commit 000a69ce15
29 changed files with 919 additions and 359 deletions
+8 -8
View File
@@ -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"] + "";