20231016月报安全工时、累计工时优化
This commit is contained in:
@@ -126,7 +126,8 @@
|
||||
<f:Panel ID="SeDinMonthReport3Item" Layout="Block" CssClass="blockpanel myblockform" BlockMD="12"
|
||||
BlockConfigSpace="10px" BodyPadding="5px" Title="2、项目安全工时统计" EnableCollapse="true" runat="server">
|
||||
<Items>
|
||||
<f:TextBox ID="MonthWorkTime" runat="server" Label="当月安全人工时" LabelAlign="Right" LabelWidth="160px" BlockMD="4" MaxLength="50">
|
||||
<f:TextBox ID="MonthWorkTime" runat="server" Label="当月安全人工时" EnableBlurEvent="true" OnBlur="MonthWorkTime_Blur"
|
||||
LabelAlign="Right" LabelWidth="160px" BlockMD="4" MaxLength="50">
|
||||
</f:TextBox>
|
||||
<f:TextBox ID="YearWorkTime" runat="server" Label="年度累计安全人工时" LabelAlign="Right" BlockMD="4" LabelWidth="160px" MaxLength="50">
|
||||
</f:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user