diff --git a/SGGL/FineUIPro.Web/common/mainProject.aspx.cs b/SGGL/FineUIPro.Web/common/mainProject.aspx.cs
index 1542d441..d7adb7b5 100644
--- a/SGGL/FineUIPro.Web/common/mainProject.aspx.cs
+++ b/SGGL/FineUIPro.Web/common/mainProject.aspx.cs
@@ -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;
}
}
diff --git a/SGGL/FineUIPro.Web/common/mainProject.aspx.designer.cs b/SGGL/FineUIPro.Web/common/mainProject.aspx.designer.cs
index fbb24e7f..984caca0 100644
--- a/SGGL/FineUIPro.Web/common/mainProject.aspx.designer.cs
+++ b/SGGL/FineUIPro.Web/common/mainProject.aspx.designer.cs
@@ -147,6 +147,15 @@ namespace FineUIPro.Web.common {
///
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divBG;
+ ///
+ /// divMonth 控件。
+ ///
+ ///
+ /// 自动生成的字段。
+ /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
+ ///
+ protected global::System.Web.UI.HtmlControls.HtmlGenericControl divMonth;
+
///
/// divGZL 控件。
///