From 7a28c2677d8fd02a471d987720e4442676e53515 Mon Sep 17 00:00:00 2001 From: liyh Date: Thu, 25 Jul 2024 14:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=BE=E9=A1=B9=E5=87=A0=E4=B8=AA=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../版本日志/SGGLDB_WH_V2024-07-25-li.sql | 14 + SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 29 +- .../Transfer/Chart/PunchlistFromChartNew.aspx | 71 +++++ .../Chart/PunchlistFromChartNew.aspx.cs | 133 +++++++++ .../PunchlistFromChartNew.aspx.designer.cs | 134 ++++++++++ .../Transfer/Chart/PunchlistFromProgress.aspx | 61 +++++ .../Chart/PunchlistFromProgress.aspx.cs | 96 +++++++ .../PunchlistFromProgress.aspx.designer.cs | 89 +++++++ .../Transfer/Chart/PunchlistFromSort.aspx | 119 +++++++++ .../Transfer/Chart/PunchlistFromSort.aspx.cs | 252 ++++++++++++++++++ .../Chart/PunchlistFromSort.aspx.designer.cs | 152 +++++++++++ .../Transfer/PunchlistFrom.aspx.cs | 16 +- 12 files changed, 1156 insertions(+), 10 deletions(-) create mode 100644 DataBase/版本日志/SGGLDB_WH_V2024-07-25-li.sql create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromChartNew.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromChartNew.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromChartNew.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromProgress.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromProgress.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromProgress.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromSort.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromSort.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/Chart/PunchlistFromSort.aspx.designer.cs diff --git a/DataBase/版本日志/SGGLDB_WH_V2024-07-25-li.sql b/DataBase/版本日志/SGGLDB_WH_V2024-07-25-li.sql new file mode 100644 index 00000000..55f9ad7b --- /dev/null +++ b/DataBase/版本日志/SGGLDB_WH_V2024-07-25-li.sql @@ -0,0 +1,14 @@ +update Sys_Menu set IsUsed=0 where MenuId in ('C2DD3E9E-DB18-466F-8FA0-19AD6E21EEF0','BB5EC5E1-A23D-4A3F-8772-CD40757974EC','F97BCF55-E450-4007-AD84-AB64B3496204','E6F5125D-DD94-4978-B7EB-D9C26694D86D') + + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Icon,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('2352E44F-BE12-4012-B43F-AAF649EDAC32','Punchlist from完成统计表',null,'Transfer/Chart/PunchlistFromChartNew.aspx',30,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) +GO + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Icon,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('CB76462E-9444-4946-B787-ECB33C21E6D0','Punchlist from分类表',null,'Transfer/Chart/PunchlistFromSort.aspx',35,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) +GO + +INSERT INTO dbo.Sys_Menu(MenuId,MenuName,Icon,Url,SortIndex,SuperMenu,MenuType,IsOffice,IsEnd,IsUsed) +VALUES('549DD0B6-05CB-4C75-B8F5-9AADDEDF399F','Punchlist from进度跟踪表',null,'Transfer/Chart/PunchlistFromProgress.aspx',40,'3517DBE2-9728-4BA0-9EA5-AE2147DB883B','Menu_Transfer',0,1,1) +GO \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 7591adf4..f169c916 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -2021,6 +2021,9 @@ + + + @@ -17587,6 +17590,27 @@ PunchlistFromChart.aspx + + PunchlistFromChartNew.aspx + ASPXCodeBehind + + + PunchlistFromChartNew.aspx + + + PunchlistFromProgress.aspx + ASPXCodeBehind + + + PunchlistFromProgress.aspx + + + PunchlistFromSort.aspx + ASPXCodeBehind + + + PunchlistFromSort.aspx + TransferChart.aspx ASPXCodeBehind @@ -19072,8 +19096,9 @@ - -