2022-03-15 17:36:38 +08:00
|
|
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SafetyQuarterlyReportEdit.aspx.cs" Async="true" Inherits="FineUIPro.Web.ZHGL.Information.SafetyQuarterlyReportEdit" %>
|
|
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
<head runat="server">
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_PageTitle%>"/></title>
|
2022-03-15 17:36:38 +08:00
|
|
|
|
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<form id="form1" runat="server">
|
|
|
|
|
<f:PageManager ID="PageManager1" AutoSizePanelID="SimpleForm1" runat="server" />
|
|
|
|
|
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
|
|
|
|
|
BodyPadding="10px" runat="server" RedStarPosition="BeforeText" LabelAlign="Right">
|
|
|
|
|
<Rows>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:DropDownList ID="ddlUnitId" runat="server" Label="<%$ Resources:Lan,Z_SuperviseCheckReportEdit_ddlUnitId_Label%>" Required="True" ShowRedStar="True" FocusOnPageLoad="true">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:DropDownList ID="ddlYearId" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Year%>" Required="True" ShowRedStar="True">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:DropDownList ID="ddlQuarter" runat="server" Label="<%$ Resources:Lan,Z_ReportRemind_Quarter%>" Required="True" ShowRedStar="True">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:DropDownList>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtTotalInWorkHours" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtTotalInWorkHours_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0" DecimalPrecision="0" NoDecimal="True">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtTotalInWorkHoursRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtTotalOutWorkHours" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtTotalOutWorkHours_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" DecimalPrecision="0" NoDecimal="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtTotalOutWorkHoursRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtWorkHoursLossRate" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtWorkHoursLossRate_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtWorkHoursLossRateRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtWorkHoursAccuracy" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtWorkHoursAccuracy_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtWorkHoursAccuracyRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtMainBusinessIncome" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtMainBusinessIncome_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0" DecimalPrecision="4">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtMainBusinessIncomeRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtConstructionRevenue" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtConstructionRevenue_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0" DecimalPrecision="4">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtConstructionRevenueRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtUnitTimeIncome" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtUnitTimeIncome_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtUnitTimeIncomeRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtBillionsOutputMortality" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtBillionsOutputMortality_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtBillionsOutputMortalityRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtMajorFireAccident" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtMajorFireAccident_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtMajorFireAccidentRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtMajorEquipAccident" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtMajorEquipAccident_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtMajorEquipAccidentRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtAccidentFrequency" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtAccidentFrequency_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtAccidentFrequencyRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtSeriousInjuryAccident" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtSeriousInjuryAccident_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtSeriousInjuryAccidentRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtFireAccident" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtFireAccident_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtFireAccidentRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtEquipmentAccident" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtEquipmentAccident_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtEquipmentAccidentRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtPoisoningAndInjuries" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtPoisoningAndInjuries_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtPoisoningAndInjuriesRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtProductionSafetyInTotal" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtProductionSafetyInTotal_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtProductionSafetyInTotalRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtProtectionInput" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtProtectionInput_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtProtectionInputRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtLaboAndHealthIn" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtLaboAndHealthIn_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtLaboAndHealthInRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtTechnologyProgressIn" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtTechnologyProgressIn_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtTechnologyProgressInRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtEducationTrainIn" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtEducationTrainIn_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtEducationTrainInRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtProjectCostRate" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtProjectCostRate_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtProjectCostRateRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtProductionInput" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtProductionInput_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtProductionInputRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtRevenue" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtRevenue_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtRevenueRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtFullTimeMan" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtFullTimeMan_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtFullTimeManRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtPMMan" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtPMMan_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtPMManRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtCorporateDirectorEdu" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtCorporateDirectorEdu_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtCorporateDirectorEduRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtProjectLeaderEdu" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtProjectLeaderEdu_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtProjectLeaderEduRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtFullTimeEdu" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtFullTimeEdu_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtFullTimeEduRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtThreeKidsEduRate" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtThreeKidsEduRate_Label%>" LabelWidth="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtThreeKidsEduRateRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
<f:NumberBox ID="txtUplinReportRate" runat="server" Label="上行报告(施工现场安全生产动态季报、专项活动总结上报、生产事故按时限上报)履行率(%)"
|
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtUplinReportRateRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtKeyEquipmentTotal" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtKeyEquipmentTotal_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtKeyEquipmentTotalRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtKeyEquipmentReportCount" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtKeyEquipmentReportCount_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtKeyEquipmentReportCountRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtChemicalAreaProjectCount" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtChemicalAreaProjectCount_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtChemicalAreaProjectCountRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtHarmfulMediumCoverCount" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtHarmfulMediumCoverCount_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtHarmfulMediumCoverCountRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:NumberBox ID="txtHarmfulMediumCoverRate" runat="server" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_txtHarmfulMediumCoverRate_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px" NoNegative="True" EmptyText="0">
|
|
|
|
|
</f:NumberBox>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtHarmfulMediumCoverRateRemark" runat="server" MaxLength="500" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:TextBox ID="txtRemark" runat="server" Label="<%$ Resources:Lan,Z_CheckNotice_Grid1_Remark_HeaderText%>" MaxLength="500" LabelWidth="250px">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:TextBox>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
|
|
|
|
<f:FileUpload runat="server" ID="fuFullTimeManAttachUrl" EmptyText="请上传安全专职人员名单附件"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_fuFullTimeManAttachUrl_Label%>" LabelWidth="250px">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:FileUpload>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow ColumnWidths="85% 5% 5% 5%">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label runat="server" ID="lbFullTimeManAttachUrl" BoxConfigPosition="Right" MarginLeft="120">
|
|
|
|
|
</f:Label>
|
|
|
|
|
<f:Button ID="btnUpFullTimeManAttachUrl" Icon="Tick" runat="server" OnClick="btnUpFullTimeManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ValidateForms="SimpleForm1" ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnUpFullTimeManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
<f:Button ID="btnDeleteFullTimeManAttachUrl" Icon="Delete" runat="server" OnClick="btnDeleteFullTimeManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnDeleteFullTimeManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
<f:Button ID="btnSeeFullTimeManAttachUrl" Icon="Find" runat="server" OnClick="btnSeeFullTimeManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnSeeFullTimeManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow>
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:FileUpload runat="server" ID="fuPMManAttachUrl" EmptyText="请上传项目经理人员名单附件" Label="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_fuPMManAttachUrl_Label%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
LabelWidth="250px">
|
|
|
|
|
</f:FileUpload>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
<f:FormRow ColumnWidths="85% 5% 5% 5%">
|
|
|
|
|
<Items>
|
|
|
|
|
<f:Label runat="server" ID="lbPMManAttachUrl" BoxConfigPosition="Right" MarginLeft="120">
|
|
|
|
|
</f:Label>
|
|
|
|
|
<f:Button ID="btnUpPMManAttachUrl" Icon="Tick" runat="server" OnClick="btnUpPMManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ValidateForms="SimpleForm1" ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnUpPMManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
<f:Button ID="btnDeletePMManAttachUrl" Icon="Delete" runat="server" OnClick="btnDeletePMManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnDeletePMManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
<f:Button ID="btnSeePMManAttachUrl" Icon="Find" runat="server" OnClick="btnSeePMManAttachUrl_Click"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnSeePMManAttachUrl_ToolTip%>">
|
2022-03-15 17:36:38 +08:00
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:FormRow>
|
|
|
|
|
</Rows>
|
|
|
|
|
<Toolbars>
|
|
|
|
|
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server" Margin="0 50 30 50">
|
|
|
|
|
<Items>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:Button ID="btnCopy" Icon="Database" runat="server" ToolTip="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_btnCopy_ToolTip%>"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
ValidateForms="SimpleForm1" OnClick="btnCopy_Click" Hidden="true">
|
|
|
|
|
</f:Button>
|
|
|
|
|
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
|
|
|
|
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1"
|
|
|
|
|
OnClick="btnSave_Click">
|
|
|
|
|
</f:Button>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,Z_SynchroSet_btnPushData_Text%>" ValidateForms="SimpleForm1"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
OnClick="btnSubmit_Click">
|
|
|
|
|
</f:Button>
|
2025-02-24 16:04:16 +08:00
|
|
|
|
<f:Button ID="btnUpdata" Icon="PageSave" runat="server" ConfirmText="<%$ Resources:Lan,Z_AccidentCauseReportSave_btnUpdata_ConfirmText%>" ToolTip="<%$ Resources:Lan,Z_WorkSummaryReportEdit_btnUpdata_Text%>" ValidateForms="SimpleForm1"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
OnClick="btnUpdata_Click">
|
|
|
|
|
</f:Button>
|
|
|
|
|
</Items>
|
|
|
|
|
</f:Toolbar>
|
|
|
|
|
</Toolbars>
|
|
|
|
|
</f:Form>
|
|
|
|
|
<f:Window ID="Window1" IconUrl="~/res/images/16/11.png" runat="server" Hidden="true"
|
|
|
|
|
IsModal="false" Target="Parent" EnableMaximize="true" EnableResize="true" OnClose="Window1_Close"
|
2025-02-24 16:04:16 +08:00
|
|
|
|
Title="<%$ Resources:Lan,Z_SafetyQuarterlyReportEdit_Window1_Title%>" CloseAction="HidePostBack" EnableIFrame="true" Height="250px"
|
2022-03-15 17:36:38 +08:00
|
|
|
|
Width="500px">
|
|
|
|
|
</f:Window>
|
|
|
|
|
</form>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|