增加数据穿透界面
This commit is contained in:
@@ -63,9 +63,6 @@ namespace FineUIPro.Web.HSSE.InApproveManager
|
||||
}
|
||||
BindGrid();
|
||||
}
|
||||
///初始化审核菜单
|
||||
this.ctlAuditFlow.MenuId = BLL.Const.EquipmentInMenuId;
|
||||
this.ctlAuditFlow.DataId = this.EquipmentInId;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,7 +145,7 @@ namespace FineUIPro.Web.HSSE.InApproveManager
|
||||
{
|
||||
Response.ClearContent();
|
||||
string filename = Funs.GetNewFileName();
|
||||
Response.AddHeader("content-disposition", "attachment; filename=" + System.Web.HttpUtility.UrlEncode("特种设备机具入场明细报批" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.AddHeader("content-disposition", "attachment; filename=" + System.Web.HttpUtility.UrlEncode("特种设备机具明细报批" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.ContentType = "application/excel";
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
this.Grid1.PageSize = this.Grid1.RecordCount;
|
||||
|
||||
Reference in New Issue
Block a user