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
+33 -33
View File
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑员工</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,P_PersonSetEdit_title%>"/></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -15,35 +15,35 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtUserCode" runat="server" Label="编号" MaxLength="20" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
<f:TextBox ID="txtUserCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" MaxLength="20" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtUserName" runat="server" Label="姓名" Required="true" ShowRedStar="true" MaxLength="20"
<f:TextBox ID="txtUserName" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_UserName_HeaderText%>" Required="true" ShowRedStar="true" MaxLength="20"
FocusOnPageLoad="true" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtWorkNo" runat="server" Label="工号" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
<f:TextBox ID="txtWorkNo" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtWorkNo_Label%>" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtAccount" runat="server" Label="账号" Required="true" ShowRedStar="true" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
<f:TextBox ID="txtAccount" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtAccount_Label%>" Required="true" ShowRedStar="true" MaxLength="50" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtIdentityCard" runat="server" Label="身份证号" MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
<f:TextBox ID="txtIdentityCard" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIdentityCard_Label%>" MaxLength="50" ShowRedStar="true" AutoPostBack="true" OnTextChanged="TextBox_TextChanged" LabelWidth="110px">
</f:TextBox>
<f:DatePicker ID="txtBirthday" runat="server" Label="出生日期"
<f:DatePicker ID="txtBirthday" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtBirthday_Label%>"
LabelWidth="110px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnit" runat="server" Label="单位" EnableEdit="true" ForceSelection="false"
<f:DropDownList ID="drpUnit" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpUnit_Label%>" EnableEdit="true" ForceSelection="false"
Required="true" ShowRedStar="true" LabelWidth="110px" Readonly="true">
</f:DropDownList>
<f:DropDownList ID="drpDepart" runat="server" Label="部门" EnableEdit="true" Readonly="true"
<f:DropDownList ID="drpDepart" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpDepart_Label%>" EnableEdit="true" Readonly="true"
ForceSelection="false" LabelWidth="110px">
</f:DropDownList>
<f:RadioButtonList ID="rblSex" runat="server" Label="性别" LabelWidth="110px">
<f:RadioButtonList ID="rblSex" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_rblSex_Label%>" LabelWidth="110px">
<f:RadioItem Selected="true" Value="1" Text="男" />
<f:RadioItem Value="2" Text="女" />
</f:RadioButtonList>
@@ -51,73 +51,73 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpIsOffice" runat="server" Label="本部人员" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
<f:DropDownList ID="drpIsOffice" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_drpIsOffice_Label%>" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
</f:DropDownList>
<f:DropDownList ID="drpRole" runat="server" Label="本部角色" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
<f:DropDownList ID="drpRole" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_RenderField_RoleName_HeaderText%>" EnableEdit="true" ForceSelection="false" LabelWidth="110px">
</f:DropDownList>
<f:DropDownList ID="drpIsPost" runat="server" Label="在岗" EnableEdit="true" ForceSelection="false"
<f:DropDownList ID="drpIsPost" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_CheckBoxField_HeaderText%>" EnableEdit="true" ForceSelection="false"
Required="true" ShowRedStar="true" LabelWidth="110px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtPoliticalstatus" runat="server" Label="政治面貌" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtPoliticalstatus" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtPoliticalstatus_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtHometown" runat="server" Label="籍贯" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtHometown" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtHometown_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtEducation" runat="server" Label="学历" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtEducation" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtEducation_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTelephone" runat="server" Label="手机号码" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtTelephone" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtTelephone_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtGraduate" runat="server" Label="毕业院校" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtGraduate" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtGraduate_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
<f:TextBox ID="txtMajor" runat="server" Label="所学专业" MaxLength="50" LabelWidth="110px">
<f:TextBox ID="txtMajor" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtMajor_Label%>" MaxLength="50" LabelWidth="110px">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpPostTitle" runat="server" Label="职称" MaxLength="50" LabelWidth="110px">
<f:DropDownList ID="drpPostTitle" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_PostTitle_HeaderText%>" MaxLength="50" LabelWidth="110px">
</f:DropDownList>
<f:DatePicker runat="server" Label="入院日期" ID="txtIntoDate" LabelWidth="110px"></f:DatePicker>
<f:DropDownList ID="drpCertificate" runat="server" Label="职业资格证书" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIntoDate_Label%>" ID="txtIntoDate" LabelWidth="110px"></f:DatePicker>
<f:DropDownList ID="drpCertificate" runat="server" Label="<%$ Resources:Lan,P_ShuntView_Grid1_TemplateField_Certificate_HeaderText%>" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpWorkPost" runat="server" Label="岗位" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
<f:DropDownList ID="drpWorkPost" runat="server" Label="<%$ Resources:Lan,P_ShuntEdit_Grid1_TemplateField_UserWorkPost_HeaderText%>" MaxLength="500" LabelWidth="110px" EnableCheckBoxSelect="true" EnableMultiSelect="true">
</f:DropDownList>
<f:TextBox ID="txtProjectId" runat="server" Label="当前所在项目" MaxLength="50" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtProjectId" runat="server" Label="<%$ Resources:Lan,P_Shunt_Grid1_RenderField_ProjectName_HeaderText%>" MaxLength="50" LabelWidth="110px" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtProjectRoleId" runat="server" Label="当前项目角色" MaxLength="50" LabelWidth="110px" Readonly="true">
<f:TextBox ID="txtProjectRoleId" runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtProjectRoleId_Label%>" MaxLength="50" LabelWidth="110px" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker runat="server" Label="进入项目时间" ID="txtIntoProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
<f:DatePicker runat="server" Label="离开项目时间" ID="txtOutProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtIntoProjectDate_Label%>" ID="txtIntoProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtOutProjectDate_Label%>" ID="txtOutProjectDate" LabelWidth="110px" Readonly="true"></f:DatePicker>
<f:DatePicker runat="server" Label="合同到期时间" ID="txtValidityDate" LabelWidth="110px"></f:DatePicker>
<f:DatePicker runat="server" Label="<%$ Resources:Lan,P_PersonSetEdit_txtValidityDate_Label%>" ID="txtValidityDate" LabelWidth="110px"></f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Image ID="Image2" ImageUrl="~/res/images/Signature0.png" runat="server" Height="35px" Width="110px"
BoxFlex="1" Label="签名" LabelWidth="110px">
BoxFlex="1" Label="<%$ Resources:Lan,P_PersonSetEdit_Image2_Label%>" LabelWidth="110px">
</f:Image>
<f:FileUpload runat="server" ID="fileSignature" EmptyText="请选择"
<f:FileUpload runat="server" ID="fileSignature" EmptyText="<%$ Resources:Lan,P_PersonSetEdit_fileSignature_EmptyText%>"
OnFileSelected="btnSignature_Click" AutoPostBack="true" Width="150px" LabelWidth="110px">
</f:FileUpload>
<f:Button ID="BtnRole" Text="历史角色" ToolTip="查看" Icon="TableCell" runat="server"
<f:Button ID="BtnRole" Text="<%$ Resources:Lan,P_PersonSetEdit_BtnRole_Text%>" ToolTip="<%$ Resources:Lan,P_ShuntList_Menu1_btnMenuView_Text%>" Icon="TableCell" runat="server"
OnClick="BtnRole_Click">
</f:Button>
</Items>
@@ -129,13 +129,13 @@
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" Hidden="true"
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,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
<f:Window ID="Window1" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="Window1" Title="<%$ Resources:Lan,P_PersonTotalView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="880px"
Height="500px">
</f:Window>