1
This commit is contained in:
@@ -282,6 +282,17 @@ namespace FineUIPro.Web.CQMS.DesignDrawing
|
||||
}
|
||||
strSql += ")";
|
||||
}
|
||||
if (this.rbType.SelectedValue != "2")
|
||||
{
|
||||
if (this.rbType.SelectedValue == "0")
|
||||
{
|
||||
strSql += " AND IsIssue is null ";
|
||||
}
|
||||
else
|
||||
{
|
||||
strSql += " AND IsIssue=1 ";
|
||||
}
|
||||
}
|
||||
|
||||
SqlParameter[] parameter = listStr.ToArray();
|
||||
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
|
||||
@@ -488,7 +499,10 @@ namespace FineUIPro.Web.CQMS.DesignDrawing
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
protected void rbType_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user