This commit is contained in:
parent
c68f8c7150
commit
fb2d93cbdf
|
@ -272,7 +272,14 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
|||
Response.ContentType = "application/excel";
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
this.Grid1.PageSize = this.Grid1.RecordCount;
|
||||
this.BindGvInspectionManagement(null);
|
||||
if (this.drpCNProfessional.SelectedValue !=BLL.Const._Null)
|
||||
{
|
||||
BindGvInspectionManagement(this.drpCNProfessional.SelectedValue);
|
||||
}
|
||||
else
|
||||
{
|
||||
BindGvInspectionManagement(null);
|
||||
}
|
||||
Response.Write(GetGridTableHtml(Grid1));
|
||||
Response.End();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue