20230920 HSE管理月报

This commit is contained in:
2023-09-20 13:55:00 +08:00
parent 47f9a0e959
commit 374cad03f1
48 changed files with 6674 additions and 8104 deletions
@@ -15,9 +15,9 @@
<Rows>
<f:FormRow>
<Items>
<f:GroupPanel ID="GroupPanel10" Layout="Anchor" Title="3.本月项目现场HSE工日统计" runat="server" AutoScroll="true">
<f:GroupPanel ID="GroupPanel10" Layout="Anchor" Title="3.本月项目现场HSE工时/工日统计" runat="server" AutoScroll="true">
<Items>
<f:Grid ID="gvHSEDay" ShowBorder="true" ShowHeader="false" Title="本月项目现场HSE工日统计"
<f:Grid ID="gvHSEDay" ShowBorder="true" ShowHeader="false" Title="本月项目现场HSE工时/工日统计"
runat="server" AllowCellEditing="true" ClicksToEdit="1" DataIDField="MonthHSEDay" Width="1200px"
DataKeyNames="MonthHSEDay" EnableMultiSelect="false" ShowGridHeader="true" Height="320px"
EnableColumnLines="true" >
@@ -68,9 +68,9 @@
</f:RenderField>
</Columns>
</f:GroupField>
<f:GroupField EnableLock="true" HeaderText="安全人工时" TextAlign="Center">
<f:GroupField EnableLock="true" HeaderText="HSE人工时" TextAlign="Center">
<Columns>
<f:GroupField EnableLock="true" HeaderText="本月安全人工时" TextAlign="Center">
<f:GroupField EnableLock="true" HeaderText="本月HSE人工时" TextAlign="Center">
<Columns>
<f:RenderField Width="100px" ColumnID="HseManhours" DataField="HseManhours" FieldType="Int"
HeaderText="五环" HeaderTextAlign="Center" TextAlign="Left">
@@ -90,7 +90,7 @@
</Columns>
</f:GroupField>
<f:RenderField Width="155px" ColumnID="TotalHseManhours" DataField="TotalHseManhours"
ExpandUnusedSpace="true" FieldType="Int" HeaderText="累计安全人工时" HeaderTextAlign="Center"
ExpandUnusedSpace="true" FieldType="Int" HeaderText="累计HSE人工时" HeaderTextAlign="Center"
TextAlign="Left">
<Editor>
<f:NumberBox ID="nbTotalHseManhours" NoDecimal="true" NoNegative="true" MinValue="0"