From 7e66339f4806e6188c5908dafd00f2b04c306ac3 Mon Sep 17 00:00:00 2001 From: fly-l <1420031550@qq.com> Date: Fri, 17 Feb 2023 15:58:13 +0800 Subject: [PATCH] =?UTF-8?q?2023-02-17=20001=20=E4=BB=BB=E5=8A=A1=E5=8D=95?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=97=B6=E6=A0=91=E4=B8=8D=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E6=9D=90=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HJGL/WeldingManage/SelectTaskWeldJoint.aspx.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SGGL/FineUIPro.Web/HJGL/WeldingManage/SelectTaskWeldJoint.aspx.cs b/SGGL/FineUIPro.Web/HJGL/WeldingManage/SelectTaskWeldJoint.aspx.cs index b734e473..ecb8a805 100644 --- a/SGGL/FineUIPro.Web/HJGL/WeldingManage/SelectTaskWeldJoint.aspx.cs +++ b/SGGL/FineUIPro.Web/HJGL/WeldingManage/SelectTaskWeldJoint.aspx.cs @@ -219,11 +219,11 @@ namespace FineUIPro.Web.HJGL.WeldingManage TreeNode newNode = new TreeNode(); int totalJointNum = joints.Count(x => x.PipelineId == item.PipelineId); int weldJointNum = joints.Count(x => x.PipelineId == item.PipelineId && x.WeldingDailyId != null); - bool istrue = BLL.HJGL_MaterialService.isInStockByPipeline(item.PipelineId, this.CurrUser.LoginProjectId); - if (istrue) - { - newNode.CssClass = "tn-color-green"; - } + //bool istrue = BLL.HJGL_MaterialService.isInStockByPipeline(item.PipelineId, this.CurrUser.LoginProjectId); + //if (istrue) + //{ + // newNode.CssClass = "tn-color-green"; + //} newNode.Text = item.PipelineCode + "(" + (totalJointNum - weldJointNum).ToString() + ")"; newNode.NodeID = item.PipelineId; newNode.ToolTip = item.PipelineCode;