提交代码
This commit is contained in:
@@ -1358,6 +1358,7 @@ namespace FineUIPro.Web.CQMS.Performance
|
||||
protected void Window1_Close(object sender, EventArgs e)
|
||||
{
|
||||
BindGrid();
|
||||
OutputSummaryData();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -1807,9 +1808,9 @@ namespace FineUIPro.Web.CQMS.Performance
|
||||
Response.ClearContent();
|
||||
var projectname = ProjectService.GetProjectNameByProjectId(CurrUser.LoginProjectId);
|
||||
var excelDate = Convert.ToDateTime(drpCompileDateMonth.Text).Year + "年" + Convert.ToDateTime(drpCompileDateMonth.Text).Month + "月";
|
||||
var userName = CurrUser.UserName;
|
||||
|
||||
|
||||
var FileName = projectname+"项目"+ excelDate+ "施工工程师绩效考核数据表(暨施工日报表)";
|
||||
var FileName = projectname+"项目"+ excelDate+ "施工工程师("+ userName +")绩效考核数据表(暨施工日报表)";
|
||||
Response.AddHeader("content-disposition", "attachment; filename=" + FileName + ".xls");
|
||||
Response.ContentType = "application/vnd.ms-excel";
|
||||
Response.ContentEncoding = System.Text.Encoding.UTF8;
|
||||
|
||||
Reference in New Issue
Block a user