代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
{
|
||||
public partial class WeldingPlan : PageBase
|
||||
{
|
||||
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
ctlAuditFlow.Url = BLL.Project_SysSetService.GetAvevaNetUrl(this.CurrUser.LoginProjectId);
|
||||
@@ -75,8 +75,8 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
unitWork1 = (from x in unitWorkList where x.ProjectType == "1" select x).ToList();
|
||||
unitWork2 = (from x in unitWorkList where x.ProjectType == "2" select x).ToList();
|
||||
unitWork1 = (from x in unitWorkList where x.ProjectType == "1" select x).ToList();
|
||||
unitWork2 = (from x in unitWorkList where x.ProjectType == "2" select x).ToList();
|
||||
//}
|
||||
|
||||
if (unitWork1.Count() > 0)
|
||||
@@ -119,7 +119,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
protected void tvControlItem_NodeCommand(object sender, TreeCommandEventArgs e)
|
||||
{
|
||||
this.BindGrid();
|
||||
|
||||
|
||||
ctlAuditFlow.BindData();
|
||||
}
|
||||
#endregion
|
||||
@@ -218,7 +218,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
strSql += " AND line.FlowingSection LIKE @FlowingSection";
|
||||
listStr.Add(new SqlParameter("@FlowingSection", "%" + this.txtFlowingSection.Text.Trim() + "%"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
@@ -480,7 +480,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
protected void btnUpDateState_Click(object sender, EventArgs e)
|
||||
{
|
||||
string unitworkid = this.tvControlItem.SelectedNodeID;
|
||||
var pipeline=PipelineService.GetPipelinesByUnitWordId(unitworkid);
|
||||
var pipeline = PipelineService.GetPipelinesByUnitWordId(unitworkid);
|
||||
foreach (var item in pipeline)
|
||||
{
|
||||
BLL.PipelineService.GetStateByPipelineId(item.PipelineId);
|
||||
@@ -488,6 +488,6 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user