From bb4969983f731da1f5c4279a14279182954a7338 Mon Sep 17 00:00:00 2001
From: xiaju <1784803958@qq.com>
Date: Thu, 16 Oct 2025 18:18:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E7=AE=A1=E7=90=86=EF=BC=8C?=
=?UTF-8?q?=E7=AE=A1=E9=81=93=E8=AF=95=E5=8E=8B=E5=8C=85=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
SGGL/BLL/ProjectData/UnitWorkService.cs | 10 +
.../App_GlobalResources/Lan.resx | 3 +
.../App_GlobalResources/Lan1.designer.cs | 9 +
.../ProcessControl/TestPackageManagement.aspx | 6 +
.../TestPackageManagement.aspx.cs | 13 +
.../TestPackageManagement.aspx.designer.cs | 62 ++-
.../TestPackageManagementDataIn.aspx | 68 +++
.../TestPackageManagementDataIn.aspx.cs | 431 ++++++++++++++++++
...stPackageManagementDataIn.aspx.designer.cs | 125 +++++
.../Excel/DataIn/管道试压包管理导入模板.xls | Bin 0 -> 18944 bytes
SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 8 +
SGGL/FineUIPro.Web/common/mainProject2.aspx | 4 +-
12 files changed, 716 insertions(+), 23 deletions(-)
create mode 100644 SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagementDataIn.aspx
create mode 100644 SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagementDataIn.aspx.cs
create mode 100644 SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagementDataIn.aspx.designer.cs
create mode 100644 SGGL/FineUIPro.Web/File/Excel/DataIn/管道试压包管理导入模板.xls
diff --git a/SGGL/BLL/ProjectData/UnitWorkService.cs b/SGGL/BLL/ProjectData/UnitWorkService.cs
index 8e681db9..884d35cc 100644
--- a/SGGL/BLL/ProjectData/UnitWorkService.cs
+++ b/SGGL/BLL/ProjectData/UnitWorkService.cs
@@ -192,6 +192,16 @@ namespace BLL
return (from x in Funs.DB.WBS_UnitWork where x.UnitWorkCode == UnitWorkCode select x).ToList();
}
+ ///
+ /// 根据项目Id获取单位工程信息
+ ///
+ ///
+ ///
+ public static List GetUnitWorkByProjectId(string projectId)
+ {
+ return (from x in Funs.DB.WBS_UnitWork where x.ProjectId == projectId select x).ToList();
+ }
+
///
/// 下拉框选择(获取 text value)
///
diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx
index a1feb729..99ef4fc0 100644
--- a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx
+++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx
@@ -416,6 +416,9 @@
审批完成
+
+
+ 已审待施工
呼叫
diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs
index 94b02e68..8126a68e 100644
--- a/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs
+++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs
@@ -105,6 +105,15 @@ namespace Resources {
}
}
+ ///
+ /// 查找类似 已审待施工 的本地化字符串。
+ ///
+ internal static string ApprovalCompletedUnderConstruction {
+ get {
+ return ResourceManager.GetString("ApprovalCompletedUnderConstruction", resourceCulture);
+ }
+ }
+
///
/// 查找类似 材料到货 的本地化字符串。
///
diff --git a/SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagement.aspx b/SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagement.aspx
index a862f219..75b65a56 100644
--- a/SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagement.aspx
+++ b/SGGL/FineUIPro.Web/CQMS/ProcessControl/TestPackageManagement.aspx
@@ -35,6 +35,8 @@
+
+
@@ -91,6 +93,10 @@
Target="Parent" EnableResize="false" runat="server" IsModal="true" OnClose="Window1_Close"
Width="800px" Height="500px">
+
+