修改实施计划导出
This commit is contained in:
@@ -649,7 +649,8 @@ namespace FineUIPro.Web.HSSE.ActionPlan
|
||||
builder.Font.Bold = false;
|
||||
if (item.ApproveDate != null)
|
||||
{
|
||||
builder.Write(item.ApproveDate.ToString().Split(' ')[0]);
|
||||
string personName = Person_PersonsService.GetPersonsNameById(item.ApproveMan);
|
||||
builder.Write(personName + " " + item.ApproveDate.ToString().Split(' ')[0]);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user