From 93615402223b04220d2fbf6db83580f5c059a728 Mon Sep 17 00:00:00 2001
From: wendy <408182087@qq.com>
Date: Mon, 9 Mar 2026 14:16:50 +0800
Subject: [PATCH] =?UTF-8?q?20260309=20=E5=B7=A5=E5=BA=8F=E4=BA=A4=E6=8E=A5?=
=?UTF-8?q?=E8=AE=B0=E5=BD=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../BLL/JGZL/ProcessHandoverRecordService.cs | 10 +
.../File/Fastreport/JGZL/工序交接记录.frx | 4 +-
.../HotProessManage/HotProessTrust.aspx.cs | 1 +
.../JGZL/ProcessHandoverRecord.aspx | 110 ++----
.../JGZL/ProcessHandoverRecord.aspx.cs | 360 +++++++-----------
.../ProcessHandoverRecord.aspx.designer.cs | 87 +++--
6 files changed, 235 insertions(+), 337 deletions(-)
diff --git a/HJGL_DS/BLL/JGZL/ProcessHandoverRecordService.cs b/HJGL_DS/BLL/JGZL/ProcessHandoverRecordService.cs
index 8fb48d5..c925742 100644
--- a/HJGL_DS/BLL/JGZL/ProcessHandoverRecordService.cs
+++ b/HJGL_DS/BLL/JGZL/ProcessHandoverRecordService.cs
@@ -18,6 +18,16 @@ namespace BLL
return Funs.DB.JGZL_ProcessHandoverRecord.FirstOrDefault(e => e.RecordId == Id);
}
+ ///
+ /// 根据项目Id获取工序交接记录
+ ///
+ ///
+ ///
+ public static Model.JGZL_ProcessHandoverRecord GetProcessHandoverRecordByProjectId(string projectId)
+ {
+ return Funs.DB.JGZL_ProcessHandoverRecord.FirstOrDefault(e => e.ProjectId == projectId);
+ }
+
///
/// 添加工序交接记录
///
diff --git a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工序交接记录.frx b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工序交接记录.frx
index d99b815..c593803 100644
--- a/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工序交接记录.frx
+++ b/HJGL_DS/FineUIPro.Web/File/Fastreport/JGZL/工序交接记录.frx
@@ -1,7 +1,7 @@
-
+
-
+
diff --git a/HJGL_DS/FineUIPro.Web/HJGL/HotProessManage/HotProessTrust.aspx.cs b/HJGL_DS/FineUIPro.Web/HJGL/HotProessManage/HotProessTrust.aspx.cs
index 6f7eef8..4c129ab 100644
--- a/HJGL_DS/FineUIPro.Web/HJGL/HotProessManage/HotProessTrust.aspx.cs
+++ b/HJGL_DS/FineUIPro.Web/HJGL/HotProessManage/HotProessTrust.aspx.cs
@@ -279,6 +279,7 @@ namespace FineUIPro.Web.HJGL.HotProessManage
newNode.CommandName = "委托单号";
newNode.EnableClickEvent = true;
newNode.EnableExpandEvent = true;
+ newNode.Expanded = true;
node.Nodes.Add(newNode);
}
}
diff --git a/HJGL_DS/FineUIPro.Web/JGZL/ProcessHandoverRecord.aspx b/HJGL_DS/FineUIPro.Web/JGZL/ProcessHandoverRecord.aspx
index 46b0c7b..e2750a1 100644
--- a/HJGL_DS/FineUIPro.Web/JGZL/ProcessHandoverRecord.aspx
+++ b/HJGL_DS/FineUIPro.Web/JGZL/ProcessHandoverRecord.aspx
@@ -39,89 +39,61 @@
-
+ <%----%>
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-