代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
using BLL;
|
||||
using Model;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using NPOI.SS.Formula.Functions;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace FineUIPro.Web.DataShow
|
||||
{
|
||||
@@ -40,8 +35,8 @@ namespace FineUIPro.Web.DataShow
|
||||
FROM Base_Project AS Project LEFT JOIN Base_Unit as unit on unit.UnitId = Project.UnitId
|
||||
LEFT JOIN Base_ProjectType AS ProjectType ON Project.ProjectType = ProjectType.ProjectTypeId
|
||||
WHERE IsCNCECShow=1 ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
|
||||
if (this.ckState.SelectedValue != "0")
|
||||
{
|
||||
if (this.ckState.SelectedValue == "1")
|
||||
@@ -54,12 +49,12 @@ namespace FineUIPro.Web.DataShow
|
||||
listStr.Add(new SqlParameter("@states", this.ckState.SelectedValue));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
Grid1.RecordCount = tb.Rows.Count;
|
||||
Grid1.DataSource = this.GetPagedDataTable(Grid1, tb);
|
||||
Grid1.DataBind();
|
||||
Grid1.DataBind();
|
||||
}
|
||||
#endregion
|
||||
|
||||
@@ -119,7 +114,7 @@ namespace FineUIPro.Web.DataShow
|
||||
#endregion
|
||||
|
||||
#region 项目经理
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 施工经理
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user