From 3db3510a9d5406543a8e8f837785910ffa43be84 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Wed, 9 Apr 2025 20:34:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=A3=80=E6=9F=A5=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=85=AC=E5=8F=B8=E7=BA=A7=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ZHGL/Problem/ProblemNoticeManager.aspx | 235 +++++++++--------- .../ZHGL/Problem/ProblemNoticeManager.aspx.cs | 116 +++++---- .../ProblemNoticeManager.aspx.designer.cs | 36 +++ .../ZHGL/Problem/ProblemReplyManager.aspx | 191 +++++++------- .../ZHGL/Problem/ProblemReplyManager.aspx.cs | 43 +++- .../ProblemReplyManager.aspx.designer.cs | 36 +++ .../HSSE/HiddenInspection/SuperviseCheck.aspx | 159 ++++++------ .../HiddenInspection/SuperviseCheck.aspx.cs | 80 ++++-- .../SuperviseCheck.aspx.designer.cs | 36 +++ .../HSSE/Check/RectifyNoticesStatistics.aspx | 166 +++++++------ .../Check/RectifyNoticesStatistics.aspx.cs | 52 +++- .../RectifyNoticesStatistics.aspx.designer.cs | 85 ++++--- .../HSSE/Hazard/ConstructionRisk.aspx | 128 ++++++---- .../HSSE/Hazard/ConstructionRisk.aspx.cs | 71 +++++- .../Hazard/ConstructionRisk.aspx.designer.cs | 87 ++++--- .../HSSE/HiddenInspection/RishAnalysis.aspx | 162 ++++++------ .../HiddenInspection/RishAnalysis.aspx.cs | 55 +++- .../RishAnalysis.aspx.designer.cs | 45 +++- .../HiddenInspection/RiskAnalysisChart.aspx | 112 +++++---- .../RiskAnalysisChart.aspx.cs | 96 +++++-- .../RiskAnalysisChart.aspx.designer.cs | 53 +++- 21 files changed, 1330 insertions(+), 714 deletions(-) diff --git a/SUBQHSE/FineUIPro.Web/Customization/CNCCG/ZHGL/Problem/ProblemNoticeManager.aspx b/SUBQHSE/FineUIPro.Web/Customization/CNCCG/ZHGL/Problem/ProblemNoticeManager.aspx index bd47019..4a939bb 100644 --- a/SUBQHSE/FineUIPro.Web/Customization/CNCCG/ZHGL/Problem/ProblemNoticeManager.aspx +++ b/SUBQHSE/FineUIPro.Web/Customization/CNCCG/ZHGL/Problem/ProblemNoticeManager.aspx @@ -1,124 +1,140 @@ <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ProblemNoticeManager.aspx.cs" Inherits="FineUIPro.Web.Customization.CNCCG.ZHGL.Problem.ProblemNoticeManager" %> +<%@ Register Src="~/Controls/UnitProjectTControl.ascx" TagName="UnitProjectTControl" TagPrefix="uc1" %> +
- +