diff --git a/FCL/BLL/BaseInfo/DepartService.cs b/FCL/BLL/BaseInfo/DepartService.cs
index 17d0fe9..b123c16 100644
--- a/FCL/BLL/BaseInfo/DepartService.cs
+++ b/FCL/BLL/BaseInfo/DepartService.cs
@@ -56,6 +56,7 @@ namespace BLL
newDepart.DepartName = depart.DepartName;
newDepart.Remark = depart.Remark;
newDepart.DepartLeader = depart.DepartLeader;
+ newDepart.DelegatedRepresentative = depart.DelegatedRepresentative;
Funs.DB.Base_Depart.InsertOnSubmit(newDepart);
Funs.DB.SubmitChanges();
}
@@ -73,6 +74,7 @@ namespace BLL
newDepart.DepartName = depart.DepartName;
newDepart.Remark = depart.Remark;
newDepart.DepartLeader = depart.DepartLeader;
+ newDepart.DelegatedRepresentative = depart.DelegatedRepresentative;
Funs.DB.SubmitChanges();
}
}
diff --git a/FCL/FineUIPro.Web/BaseInfo/Department.aspx b/FCL/FineUIPro.Web/BaseInfo/Department.aspx
index 87455bc..f2a0094 100644
--- a/FCL/FineUIPro.Web/BaseInfo/Department.aspx
+++ b/FCL/FineUIPro.Web/BaseInfo/Department.aspx
@@ -42,6 +42,9 @@
+
+
@@ -77,6 +80,7 @@
runat="server" LabelAlign="right" LabelWidth="140px">
+
@@ -117,7 +121,7 @@
function reloadGrid() {
__doPostBack(null, 'reloadGrid');
- }
+ }