HSSE Person 部分

This commit is contained in:
2025-02-23 13:09:38 +08:00
parent 04e9dad0f3
commit 77bfe221eb
611 changed files with 54724 additions and 10141 deletions
@@ -59,7 +59,7 @@
<f:Panel ID="Panel7" Title="Panel1" Height="30px" runat="server" BodyPadding="1px"
ShowBorder="false" ShowHeader="false">
<Items>
<f:TextBox ID="lbHSSELogMonthCode" runat="server" LabelAlign="Right" Label="编号"
<f:TextBox ID="lbHSSELogMonthCode" runat="server" LabelAlign="Right" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>"
Required="true" ShowRedStar="true" LabelWidth="60px" Width="200px">
</f:TextBox>
</Items>
@@ -73,13 +73,13 @@
<Items>
<f:FormRow >
<Items>
<f:DatePicker ID="txtMonths" runat="server" Label="月份" LabelAlign="Right" Required="true" ShowRedStar="true"
<f:DatePicker ID="txtMonths" runat="server" Label="<%$ Resources:Lan,ExpenseView_txtMonths_Label%>" LabelAlign="Right" Required="true" ShowRedStar="true"
EnableEdit="true" DateFormatString="yyyy-MM" FocusOnPageLoad="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged">
</f:DatePicker>
<f:DatePicker ID="txtCompileDate" runat="server" Label="编制日期" LabelAlign="Right" Required="true" ShowRedStar="true"
<f:DatePicker ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileDate_HeaderText%>" LabelAlign="Right" Required="true" ShowRedStar="true"
EnableEdit="true">
</f:DatePicker>
<f:TextBox ID="txtCompileMan" runat="server" Label="责任人" LabelAlign="Right" Readonly="true" Required="true" ShowRedStar="true">
<f:TextBox ID="txtCompileMan" runat="server" Label="<%$ Resources:Lan,HiddenRectificationView_txtResponsibilityManName_Label%>" LabelAlign="Right" Readonly="true" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -91,7 +91,7 @@
</f:FormRow>
<f:FormRow >
<Items>
<f:TextBox ID="txtProjectName" runat="server" Label="项目名称" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtProjectName" runat="server" Label="<%$ Resources:Lan,RectifyNoticesView_txtProjectName_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtProjectRange" runat="server" Label="工程范围" LabelAlign="Right" Readonly="true">
</f:TextBox>
@@ -234,10 +234,10 @@
<f:HiddenField ID="hdTotalManHour" runat="server"></f:HiddenField>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1"
<f:Button ID="btnSave" Icon="<%$ Resources:Lan,CheckHolidayDetailEdit_btnSave_Icon%>" runat="server" ToolTip="<%$ Resources:Lan,PersonUnitRefresh_btnSave_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSave_Click">
</f:Button>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>