From 1307746137d1a1320fd4ff6a92723a373bf76fd9 Mon Sep 17 00:00:00 2001 From: "754998852@qq.com" <754998852@qq.com> Date: Tue, 30 Jul 2024 14:08:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A7=BB=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../版本日志/SGGLDB_WH_V2024-07-30-phf.sql | 29 ++ SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 10 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj.user | 2 +- .../Transfer/Chart/Systemstatus.aspx | 274 ++++++++++++++++- .../Transfer/Chart/Systemstatus.aspx.cs | 278 +++++++++++++++++- .../Chart/Systemstatus.aspx.designer.cs | 117 ++++++++ .../Transfer/Chart/SystemstatusEdit.aspx | 16 + .../Transfer/Chart/SystemstatusEdit.aspx.cs | 17 ++ .../Chart/SystemstatusEdit.aspx.designer.cs | 26 ++ .../Transfer/LHCSystemList.aspx.cs | 2 +- 10 files changed, 763 insertions(+), 8 deletions(-) create mode 100644 DataBase/版本日志/SGGLDB_WH_V2024-07-30-phf.sql create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/SystemstatusEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/SystemstatusEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/SystemstatusEdit.aspx.designer.cs diff --git a/DataBase/版本日志/SGGLDB_WH_V2024-07-30-phf.sql b/DataBase/版本日志/SGGLDB_WH_V2024-07-30-phf.sql new file mode 100644 index 00000000..682d0d95 --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_V2024-07-30-phf.sql @@ -0,0 +1,29 @@ +alter table Transfer_LHCSystemList add UpdateTime datetime NULL +GO; +update Transfer_PunchlistFrom set IsMatI='Y' where IsMatI='1' +GO +update Transfer_PunchlistFrom set IsMatI='N' where IsMatI='0' +GO +CREATE TABLE [dbo].[Transfer_SystemControl]( + [Id] [nvarchar](50) NOT NULL, + [ProjectId] [nvarchar](50) NULL, + [SystemNo] [nvarchar](50) NULL, + [PlanPWD] [datetime] NULL, + [PlanJWD] [datetime] NULL, + [McPlan] [datetime] NULL, + [SubmitPackage] [nvarchar](200) NULL, + [ActualPWD] [datetime] NULL, + [ActualJWD] [datetime] NULL, + [ActualMC] [datetime] NULL, + [Commissioning] [nvarchar](200) NULL, + [IaQian] [nvarchar](200) NULL, + [TcccQ] [nvarchar](200) NULL, + [SystemStatus] [nvarchar](20) NULL, + [TurnoverDescription] [nvarchar](50) NULL, + [Remark] [nvarchar](500) NULL, + CONSTRAINT [PK_Transfer_SystemControl] PRIMARY KEY CLUSTERED +( + [Id] ASC +)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS = ON, ALLOW_PAGE_LOCKS = ON) ON [PRIMARY] +) ON [PRIMARY] +GO \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index b2870513..a8e3d530 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -2026,6 +2026,7 @@ + @@ -17629,6 +17630,13 @@ SystemstatusChart.aspx + + SystemstatusEdit.aspx + ASPXCodeBehind + + + SystemstatusEdit.aspx + SystemStatusSummary.aspx ASPXCodeBehind @@ -19128,7 +19136,7 @@ - +