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 @@
-
+ <%----%>
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-