From b308165d8c05f94fd270597d6d188e046c9d1306 Mon Sep 17 00:00:00 2001 From: "754998852@qq.com" <754998852@qq.com> Date: Wed, 31 Jul 2024 17:38:02 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E7=A7=BB=E4=BA=A4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=B7=BB=E5=8A=A0=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 48 +++++ SGGL/FineUIPro.Web/Transfer/Electrical.aspx | 11 +- .../FineUIPro.Web/Transfer/Electrical.aspx.cs | 14 ++ .../Transfer/Electrical.aspx.designer.cs | 27 +++ .../Transfer/ElectricalEdit.aspx | 92 ++++++++ .../Transfer/ElectricalEdit.aspx.cs | 133 ++++++++++++ .../Transfer/ElectricalEdit.aspx.designer.cs | 143 +++++++++++++ .../Transfer/Instrumentation.aspx | 11 +- .../Transfer/Instrumentation.aspx.cs | 13 ++ .../Transfer/Instrumentation.aspx.designer.cs | 27 +++ .../Transfer/InstrumentationEdit.aspx | 99 +++++++++ .../Transfer/InstrumentationEdit.aspx.cs | 137 ++++++++++++ .../InstrumentationEdit.aspx.designer.cs | 152 ++++++++++++++ .../FineUIPro.Web/Transfer/LHCSystemList.aspx | 7 + .../Transfer/LHCSystemList.aspx.cs | 36 ++-- .../Transfer/LHCSystemList.aspx.designer.cs | 18 ++ .../Transfer/LHCSystemListEdit.aspx | 94 +++++++++ .../Transfer/LHCSystemListEdit.aspx.cs | 149 +++++++++++++ .../LHCSystemListEdit.aspx.designer.cs | 170 +++++++++++++++ SGGL/FineUIPro.Web/Transfer/Piping.aspx | 12 +- SGGL/FineUIPro.Web/Transfer/Piping.aspx.cs | 8 +- .../Transfer/Piping.aspx.designer.cs | 18 ++ SGGL/FineUIPro.Web/Transfer/PipingEdit.aspx | 145 +++++++++++++ .../FineUIPro.Web/Transfer/PipingEdit.aspx.cs | 151 ++++++++++++++ .../Transfer/PipingEdit.aspx.designer.cs | 197 ++++++++++++++++++ .../Transfer/RotatingEquipment.aspx | 10 +- .../Transfer/RotatingEquipment.aspx.cs | 8 +- .../RotatingEquipment.aspx.designer.cs | 18 ++ .../Transfer/RotatingEquipmentEdit.aspx | 85 ++++++++ .../Transfer/RotatingEquipmentEdit.aspx.cs | 127 +++++++++++ .../RotatingEquipmentEdit.aspx.designer.cs | 134 ++++++++++++ .../Transfer/StaticEquipment.aspx | 8 +- .../Transfer/StaticEquipment.aspx.cs | 8 +- .../Transfer/StaticEquipment.aspx.designer.cs | 18 ++ .../Transfer/StaticEquipmentEdit.aspx | 85 ++++++++ .../Transfer/StaticEquipmentEdit.aspx.cs | 128 ++++++++++++ .../StaticEquipmentEdit.aspx.designer.cs | 134 ++++++++++++ SGGL/WebAPI/WebAPI.csproj.user | 2 +- 38 files changed, 2646 insertions(+), 31 deletions(-) create mode 100644 SGGL/FineUIPro.Web/Transfer/ElectricalEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/ElectricalEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/ElectricalEdit.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/InstrumentationEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/InstrumentationEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/InstrumentationEdit.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/LHCSystemListEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/LHCSystemListEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/LHCSystemListEdit.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/PipingEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/PipingEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/PipingEdit.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/RotatingEquipmentEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/RotatingEquipmentEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/RotatingEquipmentEdit.aspx.designer.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/StaticEquipmentEdit.aspx create mode 100644 SGGL/FineUIPro.Web/Transfer/StaticEquipmentEdit.aspx.cs create mode 100644 SGGL/FineUIPro.Web/Transfer/StaticEquipmentEdit.aspx.designer.cs diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index a8e3d530..cac89b50 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -2033,16 +2033,20 @@ + + + + @@ -2052,8 +2056,10 @@ + + @@ -17679,6 +17685,13 @@ ElectricalDataIn.aspx + + ElectricalEdit.aspx + ASPXCodeBehind + + + ElectricalEdit.aspx + Firefighting.aspx ASPXCodeBehind @@ -17721,6 +17734,13 @@ InstrumentationDataIn.aspx + + InstrumentationEdit.aspx + ASPXCodeBehind + + + InstrumentationEdit.aspx + LHCSystemList.aspx ASPXCodeBehind @@ -17735,6 +17755,13 @@ LHCSystemListDataIn.aspx + + LHCSystemListEdit.aspx + ASPXCodeBehind + + + LHCSystemListEdit.aspx + Piping.aspx ASPXCodeBehind @@ -17749,6 +17776,13 @@ PipingDataIn.aspx + + PipingEdit.aspx + ASPXCodeBehind + + + PipingEdit.aspx + Plumbing.aspx ASPXCodeBehind @@ -17812,6 +17846,13 @@ RotatingEquipmentDataIn.aspx + + RotatingEquipmentEdit.aspx + ASPXCodeBehind + + + RotatingEquipmentEdit.aspx + StaticEquipment.aspx ASPXCodeBehind @@ -17826,6 +17867,13 @@ StaticEquipmentDataIn.aspx + + StaticEquipmentEdit.aspx + ASPXCodeBehind + + + StaticEquipmentEdit.aspx + Telecom.aspx ASPXCodeBehind diff --git a/SGGL/FineUIPro.Web/Transfer/Electrical.aspx b/SGGL/FineUIPro.Web/Transfer/Electrical.aspx index 6339062c..04dd395f 100644 --- a/SGGL/FineUIPro.Web/Transfer/Electrical.aspx +++ b/SGGL/FineUIPro.Web/Transfer/Electrical.aspx @@ -45,7 +45,8 @@ - + + <%-- --%> - + + <%-- --%> - + + <%-- --%>