1019-002-gaofei
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user