1019-002-gaofei

This commit is contained in:
gaofei
2021-10-19 13:52:51 +08:00
parent b0dda3b8b2
commit fbe44ac308
3 changed files with 19 additions and 1 deletions
@@ -71,6 +71,15 @@ namespace FineUIPro.Web.common
i++;
}
divGZL.InnerHtml = quantityCompletionStr;
string date = string.Empty;
if (quantityCompletions.Count() > 0)
{
if (quantityCompletions.First() != null && quantityCompletions.First().EndDate != null)
{
date = " (" + string.Format("{0:yyyy-MM}", quantityCompletions.First().EndDate) + ")";
}
}
divMonth.InnerHtml = "专业工作量表" + date;
}
}