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
@@ -21,7 +21,7 @@
<f:TextBox ID="txtPersonPerfomanceCode" runat="server" Label="评价编号" LabelAlign="Right"
MaxLength="50" Readonly="true">
</f:TextBox>
<f:DropDownList ID="drpUnitId" runat="server" Label="分包单位" LabelAlign="Right" EnableEdit="true"
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,PunishNoticeEdit_drpUnitHeadMan_Label%>" LabelAlign="Right" EnableEdit="true"
Required="true" ShowRedStar="true" AutoPostBack="True" FocusOnPageLoad="true"
OnSelectedIndexChanged="drpUnitId_SelectedIndexChanged">
</f:DropDownList>
@@ -29,10 +29,10 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpTeamGroupId" runat="server" Label="班组" LabelAlign="Right"
<f:DropDownList ID="drpTeamGroupId" runat="server" Label="<%$ Resources:Lan,PersonList_Grid_Column_TeamGroupName_HeaderText%>" LabelAlign="Right"
EnableEdit="true">
</f:DropDownList>
<f:DropDownList ID="drpPersonId" runat="server" Label="人员姓名" LabelAlign="Right" EnableEdit="true"
<f:DropDownList ID="drpPersonId" runat="server" Label="<%$ Resources:Lan,SendCard_ColumnID_PersonName_HeaderText%>" LabelAlign="Right" EnableEdit="true"
Required="true" ShowRedStar="true">
</f:DropDownList>
</Items>
@@ -66,7 +66,7 @@
<Items>
<f:DropDownList ID="drpRewardOrPunish" runat="server" Label="奖/罚">
</f:DropDownList>
<f:NumberBox ID="txtRPMoney" runat="server" Label="金额" NoNegative="true">
<f:NumberBox ID="txtRPMoney" runat="server" Label="<%$ Resources:Lan,PunishNoticeView_Grid1_Column_PunishMoney_HeaderText%>" NoNegative="true">
</f:NumberBox>
</Items>
</f:FormRow>
@@ -79,7 +79,7 @@
<f:FormRow>
<Items>
<f:FileUpload runat="server" ID="btnFile1" EmptyText="请选择附件" OnFileSelected="btnFile1_Click"
AutoPostBack="true" Label="附件">
AutoPostBack="true" Label="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>">
</f:FileUpload>
<f:ContentPanel ID="ContentPanel2" runat="server" ShowHeader="false" ShowBorder="false"
Title="附件1">
@@ -104,7 +104,7 @@
<Items>
<f:FormRow ColumnWidths="5% 30% 35% 15% 10% 5%">
<Items>
<f:Label ID="Label1" runat="server" Text="序号">
<f:Label ID="Label1" runat="server" Text="<%$ Resources:Lan,ConstructSolution_tfNumber_HeaderText%>">
</f:Label>
<f:Label ID="Label2" runat="server" Text="评价内容">
</f:Label>
@@ -485,13 +485,13 @@
<Items>
<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="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="提交" ValidateForms="SimpleForm1"
<f:Button ID="btnSubmit" Icon="SystemSaveNew" runat="server" ToolTip="<%$ Resources:Lan,MonthReportEdit_btnSubmit_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnSubmit_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>