代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -2,7 +2,6 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Drawing;
using System.Linq;
namespace FineUIPro.Web.HJGL.HotProcessHard
@@ -85,7 +84,7 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
}
public int pageSize = 20;
public List<TreeNode> TreeNodes=new List<TreeNode>();
public List<TreeNode> TreeNodes = new List<TreeNode>();
#endregion
#region
@@ -139,8 +138,8 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
x.PipelineCode,
jointcount = (from y in Funs.DB.HJGL_WeldJoint where y.PipelineId == x.PipelineId && y.IsHotProess == true select y).Count(),
Trustcount = (from z in Funs.DB.HJGL_HotProess_TrustItem join m in Funs.DB.HJGL_WeldJoint on z.WeldJointId equals m.WeldJointId where m.PipelineId == x.PipelineId select z).Count(),
}).ToList().Where(x=>x.jointcount>x.Trustcount).OrderBy(x=>x.PipelineCode);
if (q.Count()>0)
}).ToList().Where(x => x.jointcount > x.Trustcount).OrderBy(x => x.PipelineCode);
if (q.Count() > 0)
{
foreach (var item in q)
{
@@ -185,7 +184,7 @@ namespace FineUIPro.Web.HJGL.HotProcessHard
// newNode.Text = "加载管线...";
// newNode.NodeID = "加载管线...";
// rootNode.Nodes.Add(newNode);
// }
//}
}