合并最新
This commit is contained in:
@@ -650,7 +650,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
Response.Write("<meta http-equiv=Content-Type content=text/html;charset=UTF-8>");
|
||||
|
||||
Response.AppendHeader("Content-Disposition", "attachment;filename=" + System.Web.HttpUtility.UrlEncode("管理月报TCC" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.AppendHeader("Content-Disposition", "attachment;filename=" + System.Web.HttpUtility.UrlEncode("管理月报" + filename, System.Text.Encoding.UTF8) + ".xls");
|
||||
Response.ContentType = "application/ms-excel";
|
||||
this.EnableViewState = false;
|
||||
System.IO.StringWriter oStringWriter = new System.IO.StringWriter();
|
||||
|
||||
Reference in New Issue
Block a user