From aea0bf30798a805ab0990d957942a9bc0db37897 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Thu, 9 Oct 2025 10:39:49 +0800
Subject: [PATCH] 20251009
---
FCL/BLL/BaseInfo/DepartService.cs | 2 +
FCL/FineUIPro.Web/BaseInfo/Department.aspx | 6 +-
FCL/FineUIPro.Web/BaseInfo/Department.aspx.cs | 35 +++++++--
.../BaseInfo/Department.aspx.designer.cs | 75 +++++++++++--------
.../IncidentInvestigationEdit.aspx.cs | 51 +++++++++----
.../Evaluation/EvaluationNew.aspx.cs | 4 +-
FCL/FineUIPro.Web/Global.asax.cs | 51 +++++++++----
FCL/Model/Model.cs | 24 ++++++
8 files changed, 181 insertions(+), 67 deletions(-)
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');
- }
+ }