代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -42,7 +42,7 @@ namespace FineUIPro.Web.ZHGL.Information
drpUnit.DataSource = BLL.UnitService.GetThisUnitDropDownList();
drpUnit.DataBind();
this.drpUnit.Readonly = true;
BLL.Person_PersonsService.InitFlowOperateControlUserDropDownList(this.drpCompileMan, this.drpUnit.SelectedValue,"", true);
BLL.Person_PersonsService.InitFlowOperateControlUserDropDownList(this.drpCompileMan, this.drpUnit.SelectedValue, "", true);
string unitId = Request.QueryString["UnitId"];
string year = Request.QueryString["Year"];
string months = Request.QueryString["Months"];
@@ -167,20 +167,20 @@ namespace FineUIPro.Web.ZHGL.Information
Auditor = this.txtAuditor.Text.Trim(),
Approver = this.txtApprover.Text.Trim(),
MainWork = this.txtMainWork.Text,
HazardRecording=this.txtHazardRecording.Text,
SafetyAccident=this.txtSafetyAccident.Text,
EPAccident=this.txtEPAccident.Text,
OHAccident=this.txtOHAccident.Text,
WorkPermitNum=this.txtWorkPermitNum.Text,
HiddenDangerDetection =this.txtHiddenDangerDetection.Text,
RectificationSituation=this.txtRectificationSituation.Text,
CheckProblemsRectification=this.txtCheckProblemsRectification.Text,
PendingProject=this.txtPendingProject.Text,
ContractorManagement=this.txtContractorManagement.Text,
EnvironmentalEmissions=this.txtEnvironmentalEmissions.Text,
NextMonthWorkPlan=this.txtNextMonthWorkPlan.Text
HazardRecording = this.txtHazardRecording.Text,
SafetyAccident = this.txtSafetyAccident.Text,
EPAccident = this.txtEPAccident.Text,
OHAccident = this.txtOHAccident.Text,
WorkPermitNum = this.txtWorkPermitNum.Text,
HiddenDangerDetection = this.txtHiddenDangerDetection.Text,
RectificationSituation = this.txtRectificationSituation.Text,
CheckProblemsRectification = this.txtCheckProblemsRectification.Text,
PendingProject = this.txtPendingProject.Text,
ContractorManagement = this.txtContractorManagement.Text,
EnvironmentalEmissions = this.txtEnvironmentalEmissions.Text,
NextMonthWorkPlan = this.txtNextMonthWorkPlan.Text
};
if (this.drpCompileMan.SelectedValue!=BLL.Const._Null)
if (this.drpCompileMan.SelectedValue != BLL.Const._Null)
{
report.CompileMan = this.drpCompileMan.SelectedValue;
}
@@ -209,7 +209,7 @@ namespace FineUIPro.Web.ZHGL.Information
BLL.SafetyBriefingService.UpdateSafetyBriefing(report);
BLL.LogService.AddSys_Log(this.CurrUser, report.YearId.ToString() + "-" + report.Month.ToString(), report.SafetyBriefingId, BLL.Const.SafetyBriefingMenuId, BLL.Const.BtnModify);
}
if (type == "updata") //数据同步
{
if (report.UpState == BLL.Const.UpState_2)
@@ -316,7 +316,7 @@ namespace FineUIPro.Web.ZHGL.Information
newReport.NextMonthWorkPlan = report.NextMonthWorkPlan;
newReport.UpState = BLL.Const.UpState_2;
BLL.SafetyBriefingService.AddSafetyBriefing(newReport);
GetValues(newReport.SafetyBriefingId);
}
}