From f0071c1735770570c2983ae73a2b8757df571d6f Mon Sep 17 00:00:00 2001 From: geh <1923421292@qq.com> Date: Wed, 15 Jul 2026 19:32:57 +0800 Subject: [PATCH] 1 --- .../MillionsMonthlyReportSaveZJ.aspx | 10 + .../MillionsMonthlyReportSaveZJ.aspx.cs | 12 +- ...llionsMonthlyReportSaveZJ.aspx.designer.cs | 481 +++++++++--------- .../Information/MillionsMonthlyReportZJ.aspx | 5 +- .../MillionsMonthlyReportZJ.aspx.cs | 1 + 5 files changed, 271 insertions(+), 238 deletions(-) diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx index 4403194..ce66fd4 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx @@ -253,6 +253,16 @@ + + + <%-- + --%> + + + + diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.cs b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.cs index 908a159..25fc3c0 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.cs @@ -271,7 +271,7 @@ namespace FineUIPro.Web.ZHGL.Information #region 增加本月明细 private void GetItems(string millionsMonthlyReportId) { - decimal TotalWorkNumSum = 0; + decimal TotalWorkNumSum = 0, OutSideUnitWorkNumSum = 0; int PostPersonNumSum = 0, SnapPersonNumSum = 0, ContractorNumSum = 0, SumPersonNumSum = 0, SeriousInjuriesNumSum = 0, SeriousInjuriesPersonNumSum = 0, SeriousInjuriesLossHourSum = 0, MinorAccidentNumSum = 0, MinorAccidentPersonNumSum = 0, MinorAccidentLossHourSum = 0, DeathAccidentNumSum = 0, DeathAccidentPersonNumSum = 0, DeathAccidentLossHourSum = 0, RestrictedWorkPersonNumSum = 0, RestrictedWorkLossHourSum = 0, MedicalTreatmentPersonNumSum = 0, MedicalTreatmentLossHourSum = 0, FireNumSum = 0, EnvironmenNumSum = 0, TrafficNumSum = 0, EquipmentNumSum = 0, QualityNumSum = 0, OtherNumSum = 0, FirstAidDressingsNumSum = 0, AttemptedEventNumSum = 0, LossDayNumSum = 0; @@ -342,6 +342,15 @@ namespace FineUIPro.Web.ZHGL.Information { item.TotalWorkNum = 0; } + if (!string.IsNullOrEmpty(values["OutSideUnitWorkNum"].ToString())) + { + item.OutSideUnitWorkNum = values.Value("OutSideUnitWorkNum"); + OutSideUnitWorkNumSum += values.Value("OutSideUnitWorkNum"); + } + else + { + item.OutSideUnitWorkNum = 0; + } if (!string.IsNullOrEmpty(values["SeriousInjuriesNum"].ToString())) { item.SeriousInjuriesNum = values.Value("SeriousInjuriesNum"); @@ -548,6 +557,7 @@ namespace FineUIPro.Web.ZHGL.Information ContractorNum = ContractorNumSum, SumPersonNum = SumPersonNumSum, TotalWorkNum = TotalWorkNumSum, + OutSideUnitWorkNum = OutSideUnitWorkNumSum, SeriousInjuriesNum = SeriousInjuriesNumSum, SeriousInjuriesPersonNum = SeriousInjuriesPersonNumSum, SeriousInjuriesLossHour = SeriousInjuriesLossHourSum, diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.designer.cs b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.designer.cs index 0cae4f3..7e394b8 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.designer.cs +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportSaveZJ.aspx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// <自动生成> -// 此代码由工具生成。 +// +// This code was generated by a tool. // -// 对此文件的更改可能导致不正确的行为,如果 -// 重新生成代码,则所做更改将丢失。 -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ namespace FineUIPro.Web.ZHGL.Information @@ -15,695 +15,704 @@ namespace FineUIPro.Web.ZHGL.Information { /// - /// form1 控件。 + /// form1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.HtmlControls.HtmlForm form1; /// - /// PageManager1 控件。 + /// PageManager1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.PageManager PageManager1; /// - /// SimpleForm1 控件。 + /// SimpleForm1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form SimpleForm1; /// - /// drpYear 控件。 + /// drpYear control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.DropDownList drpYear; /// - /// drpMonth 控件。 + /// drpMonth control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.DropDownList drpMonth; /// - /// drpUnit 控件。 + /// drpUnit control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.DropDownList drpUnit; /// - /// txtFillingDate 控件。 + /// txtFillingDate control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.DatePicker txtFillingDate; /// - /// txtDutyPerson 控件。 + /// txtDutyPerson control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtDutyPerson; /// - /// txtRecordableIncidentRate 控件。 + /// txtRecordableIncidentRate control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtRecordableIncidentRate; /// - /// txtLostTimeRate 控件。 + /// txtLostTimeRate control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtLostTimeRate; /// - /// txtLostTimeInjuryRate 控件。 + /// txtLostTimeInjuryRate control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtLostTimeInjuryRate; /// - /// txtDeathAccidentFrequency 控件。 + /// txtDeathAccidentFrequency control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtDeathAccidentFrequency; /// - /// txtAccidentMortality 控件。 + /// txtAccidentMortality control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtAccidentMortality; /// - /// Panel1 控件。 + /// Panel1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Panel Panel1; /// - /// GroupPanel9 控件。 + /// GroupPanel9 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.GroupPanel GroupPanel9; /// - /// Form13 控件。 + /// Form13 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form Form13; /// - /// txtInputCosts 控件。 + /// txtInputCosts control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtInputCosts; /// - /// txtTrainNum 控件。 + /// txtTrainNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtTrainNum; /// - /// GroupPanel10 控件。 + /// GroupPanel10 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.GroupPanel GroupPanel10; /// - /// Form14 控件。 + /// Form14 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form Form14; /// - /// txtGeneralHazardNum 控件。 + /// txtGeneralHazardNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtGeneralHazardNum; /// - /// txtMajorHazardNum 控件。 + /// txtMajorHazardNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMajorHazardNum; /// - /// GroupPanel11 控件。 + /// GroupPanel11 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.GroupPanel GroupPanel11; /// - /// Form15 控件。 + /// Form15 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form Form15; /// - /// txtNotProofLargeProjectNum 控件。 + /// txtNotProofLargeProjectNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtNotProofLargeProjectNum; /// - /// txtProofLargeProjectNum 控件。 + /// txtProofLargeProjectNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtProofLargeProjectNum; /// - /// GroupPanel12 控件。 + /// GroupPanel12 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.GroupPanel GroupPanel12; /// - /// Form16 控件。 + /// Form16 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form Form16; /// - /// txtFireLicenseNum 控件。 + /// txtFireLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtFireLicenseNum; /// - /// txtLimitLicenseNum 控件。 + /// txtLimitLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtLimitLicenseNum; /// - /// txtHighLicenseNum 控件。 + /// txtHighLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtHighLicenseNum; /// - /// txtHoistingLicenseNum 控件。 + /// txtHoistingLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtHoistingLicenseNum; /// - /// txtBreakGroundLicenseNum 控件。 + /// txtBreakGroundLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtBreakGroundLicenseNum; /// - /// txtElectricityLicenseNum 控件。 + /// txtElectricityLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtElectricityLicenseNum; /// - /// txtRTLicenseNum 控件。 + /// txtRTLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtRTLicenseNum; /// - /// txtNightLicenseNum 控件。 + /// txtNightLicenseNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtNightLicenseNum; /// - /// NumberBox12 控件。 + /// NumberBox12 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox NumberBox12; /// - /// GroupPanel13 控件。 + /// GroupPanel13 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.GroupPanel GroupPanel13; /// - /// Form17 控件。 + /// Form17 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Form Form17; /// - /// txtCommissionerNum 控件。 + /// txtCommissionerNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtCommissionerNum; /// - /// txtSoleDutyNum 控件。 + /// txtSoleDutyNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtSoleDutyNum; /// - /// Grid1 控件。 + /// Grid1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Grid Grid1; /// - /// txtAffiliation 控件。 + /// txtAffiliation control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtAffiliation; /// - /// txtName 控件。 + /// txtName control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox txtName; /// - /// txtPostPersonNum 控件。 + /// txtPostPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtPostPersonNum; /// - /// txtSnapPersonNum 控件。 + /// txtSnapPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtSnapPersonNum; /// - /// txtContractorNum 控件。 + /// txtContractorNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtContractorNum; /// - /// txtTotalWorkNum 控件。 + /// txtTotalWorkNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtTotalWorkNum; /// - /// txtDeathAccidentNum 控件。 + /// txtOutSideUnitWorkNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::FineUIPro.NumberBox txtOutSideUnitWorkNum; + + /// + /// txtDeathAccidentNum control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtDeathAccidentNum; /// - /// txtDeathAccidentPersonNum 控件。 + /// txtDeathAccidentPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtDeathAccidentPersonNum; /// - /// txtDeathAccidentLossHour 控件。 + /// txtDeathAccidentLossHour control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtDeathAccidentLossHour; /// - /// txtSeriousInjuriesNum 控件。 + /// txtSeriousInjuriesNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtSeriousInjuriesNum; /// - /// txtSeriousInjuriesPersonNum 控件。 + /// txtSeriousInjuriesPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtSeriousInjuriesPersonNum; /// - /// txtSeriousInjuriesLossHour 控件。 + /// txtSeriousInjuriesLossHour control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtSeriousInjuriesLossHour; /// - /// txtMinorAccidentNum 控件。 + /// txtMinorAccidentNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMinorAccidentNum; /// - /// txtMinorAccidentPersonNum 控件。 + /// txtMinorAccidentPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMinorAccidentPersonNum; /// - /// txtMinorAccidentLossHour 控件。 + /// txtMinorAccidentLossHour control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMinorAccidentLossHour; /// - /// txtRestrictedWorkPersonNum 控件。 + /// txtRestrictedWorkPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtRestrictedWorkPersonNum; /// - /// txtRestrictedWorkLossHour 控件。 + /// txtRestrictedWorkLossHour control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtRestrictedWorkLossHour; /// - /// txtMedicalTreatmentPersonNum 控件。 + /// txtMedicalTreatmentPersonNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMedicalTreatmentPersonNum; /// - /// txtMedicalTreatmentLossHour 控件。 + /// txtMedicalTreatmentLossHour control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtMedicalTreatmentLossHour; /// - /// txtLossDayNum 控件。 + /// txtLossDayNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtLossDayNum; /// - /// txtFireNum 控件。 + /// txtFireNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtFireNum; /// - /// txtEnvironmenNum 控件。 + /// txtEnvironmenNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtEnvironmenNum; /// - /// txtTrafficNum 控件。 + /// txtTrafficNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtTrafficNum; /// - /// txtEquipmentNum 控件。 + /// txtEquipmentNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtEquipmentNum; /// - /// txtQualityNum 控件。 + /// txtQualityNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtQualityNum; /// - /// txtOtherNum 控件。 + /// txtOtherNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtOtherNum; /// - /// txtFirstAidDressingsNum 控件。 + /// txtFirstAidDressingsNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtFirstAidDressingsNum; /// - /// txtAttemptedEventNum 控件。 + /// txtAttemptedEventNum control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.NumberBox txtAttemptedEventNum; /// - /// TextBox2 控件。 + /// TextBox2 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.TextBox TextBox2; /// - /// Toolbar1 控件。 + /// Toolbar1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Toolbar Toolbar1; /// - /// btnCopy 控件。 + /// btnCopy control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Button btnCopy; /// - /// btnSave 控件。 + /// btnSave control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Button btnSave; /// - /// btnSubmit 控件。 + /// btnSubmit control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Button btnSubmit; /// - /// btnUpdata 控件。 + /// btnUpdata control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Button btnUpdata; /// - /// Window1 控件。 + /// Window1 control. /// /// - /// 自动生成的字段。 - /// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。 + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::FineUIPro.Window Window1; } diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx index 7841c10..4cf84e4 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx @@ -80,7 +80,7 @@ - @@ -151,6 +151,9 @@ + + diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs index 6c7daaa..5243cc6 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs @@ -113,6 +113,7 @@ namespace FineUIPro.Web.ZHGL.Information yearTotalItem.ContractorNum = yearSumItems.Sum(x => x.ContractorNum ?? 0); yearTotalItem.SumPersonNum = yearSumItems.Sum(x => x.SumPersonNum ?? 0); yearTotalItem.TotalWorkNum = yearSumItems.Sum(x => x.TotalWorkNum ?? 0); + yearTotalItem.OutSideUnitWorkNum = yearSumItems.Sum(x => x.OutSideUnitWorkNum ?? 0); yearTotalItem.SeriousInjuriesNum = yearSumItems.Sum(x => x.SeriousInjuriesNum ?? 0); yearTotalItem.SeriousInjuriesPersonNum = yearSumItems.Sum(x => x.SeriousInjuriesPersonNum ?? 0); yearTotalItem.SeriousInjuriesLossHour = yearSumItems.Sum(x => x.SeriousInjuriesLossHour ?? 0);