代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user