关键事项补充超期关闭状态
This commit is contained in:
@@ -89,6 +89,10 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
||||
{
|
||||
Grid1.Rows[i].CellCssClasses[6] = "red";
|
||||
}
|
||||
else if (state == "5")
|
||||
{
|
||||
Grid1.Rows[i].CellCssClasses[6] = "orchid";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -101,7 +105,7 @@ namespace FineUIPro.Web.PZHGL.GJSX
|
||||
/// <returns></returns>
|
||||
private DataTable BindData()
|
||||
{
|
||||
string strSql = " AND state in (0,2,3,4) ";
|
||||
string strSql = " AND state in (0,2,3,4,5) ";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
|
||||
if (!string.IsNullOrEmpty(Request.Params["projectId"])) ///是否文件柜查看页面传项目值
|
||||
|
||||
Reference in New Issue
Block a user