关键事项补充超期关闭状态

This commit is contained in:
2025-12-23 14:44:39 +08:00
parent 22850d18f0
commit 774b197a68
6 changed files with 79 additions and 5 deletions
@@ -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"])) ///是否文件柜查看页面传项目值