EmployeeAllInfo.aspx
资源名称:yjal.rar [点击查看]
上传用户:shjujing
上传日期:2022-07-28
资源大小:11244k
文件大小:16k
源码类别:
Email客户端
开发平台:
Visual C++
- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="EmployeeAllInfo.aspx.cs" Inherits="Module_ProRes_EmployeeAllInfo" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>员工详细信息</title>
- </head>
- <body style="background-image: url(../../Images/SysSkin/employeeallinfo.jpg); background-repeat: no-repeat">
- <form id="form1" runat="server">
- <div style="vertical-align: middle; text-align: center">
- <br />
- <br />
- <br />
- <br />
- <table cellpadding="0" cellspacing="0" style="width: 600px">
- <tr>
- <td style="width: 100px; height: 19px">
- <span style="font-size: 9pt">用户名</span></td>
- <td style="font-size: 12pt; width: 200px; height: 19px; text-align: left">
- <asp:TextBox ID="txtUid" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtUid"
- ErrorMessage="登录帐号不能为空">*</asp:RequiredFieldValidator></td>
- <td style="font-size: 9pt; width: 100px; color: #000000; height: 19px">
- </td>
- <td rowspan="5" style="font-size: 9pt; width: 203px; color: #000000; text-align: left">
- <asp:Image ID="Image1" runat="server" Height="131px" Width="124px" /></td>
- </tr>
- <tr style="font-size: 9pt; color: #000000">
- <td style="width: 100px; height: 17px">
- <span>登录密码</span></td>
- <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
- <asp:TextBox ID="txtPwd" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtPwd"
- ErrorMessage="登录密码不能为空">*</asp:RequiredFieldValidator></td>
- <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
- </td>
- </tr>
- <tr style="color: #000000">
- <td style="width: 100px; height: 17px">
- <span style="font-size: 9pt">员工姓名</span></td>
- <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
- <asp:TextBox ID="txtName" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtName"
- ErrorMessage="部门名称不能为空">*</asp:RequiredFieldValidator></td>
- <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
- <span>员工照片</span></td>
- </tr>
- <tr>
- <td style="width: 100px; height: 17px">
- <span style="font-size: 9pt">员工性别</span></td>
- <td style="font-size: 12pt; width: 200px; height: 17px; text-align: left">
- <asp:RadioButtonList ID="RadioButtonList1" runat="server" Enabled="False" Font-Size="9pt"
- RepeatDirection="Horizontal">
- <asp:ListItem Selected="True">男</asp:ListItem>
- <asp:ListItem>女</asp:ListItem>
- </asp:RadioButtonList></td>
- <td style="font-size: 9pt; width: 100px; color: #000000; height: 17px">
- </td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 12px">
- <span style="font-size: 9pt">员工生日</span></td>
- <td style="font-size: 12pt; height: 12px; text-align: left">
- <asp:TextBox ID="txtBirthday" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox><span style="font-size: 9pt"> </span>
- <asp:CompareValidator ID="CompareValidator1" runat="server" ControlToValidate="txtBirthday"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- <td style="font-size: 9pt; height: 12px">
- <span></span>
- </td>
- </tr>
- <tr style="font-size: 9pt">
- <td style="height: 19px">
- <span>员工学历</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtLearn" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">员工职位</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtPost" runat="server" Font-Size="9pt" MaxLength="50" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">管 理 员</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:RadioButtonList ID="RadioButtonList3" runat="server" Enabled="False" Font-Size="9pt"
- RepeatDirection="Horizontal">
- <asp:ListItem Selected="True">是</asp:ListItem>
- <asp:ListItem>否</asp:ListItem>
- </asp:RadioButtonList></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">是否在职</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:RadioButtonList ID="RadioButtonList2" runat="server" Enabled="False" Font-Size="9pt"
- RepeatDirection="Horizontal">
- <asp:ListItem Selected="True">是</asp:ListItem>
- <asp:ListItem>否</asp:ListItem>
- </asp:RadioButtonList></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">所属部门</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:Panel ID="Panel2" runat="server" Width="125px">
- <asp:TextBox ID="txtDepartment" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></asp:Panel>
- <asp:Panel ID="Panel3" runat="server" Width="125px" Visible="False">
- <asp:DropDownList ID="dropDept" runat="server" Font-Size="9pt" Width="155px">
- </asp:DropDownList></asp:Panel>
- </td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">记录人IP</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtIP" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">籍 贯</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtNaPlace" runat="server" Font-Size="9pt" MaxLength="100" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">民 族</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtNation" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">家庭住址</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtAddress" runat="server" Font-Size="9pt" MaxLength="200" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">邮政编码</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtPostCard" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">家庭电话</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtPhoneH" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">工作电话</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtPhoneJ" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">手机号码</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtPhoneM" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">身 份 证</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtIdenCard" runat="server" Font-Size="9pt" MaxLength="18" ReadOnly="True"
- Width="150px"></asp:TextBox>
- <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtIdenCard"
- ErrorMessage="身份证号码不能为空">*</asp:RequiredFieldValidator></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">开始工作时间</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtJobTime" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator4" runat="server" ControlToValidate="txtJobTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">进入公司时间</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtJobCompanyTime" runat="server" Font-Size="9pt" MaxLength="20"
- ReadOnly="True" Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator5" runat="server" ControlToValidate="txtJobCompanyTime"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- </tr>
- <tr style="font-size: 12pt">
- <td style="height: 19px">
- <span style="font-size: 9pt">合同开始时间</span></td>
- <td style="font-size: 12pt; height: 19px; text-align: left">
- <asp:TextBox ID="txtPactStart" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator2" runat="server" ControlToValidate="txtPactStart"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- <td style="font-size: 12pt; height: 19px">
- <span style="font-size: 9pt">合同结束时间</span></td>
- <td style="font-size: 12pt; width: 203px; height: 19px; text-align: left">
- <asp:TextBox ID="txtPactEnd" runat="server" Font-Size="9pt" MaxLength="20" ReadOnly="True"
- Width="150px"></asp:TextBox>
- <asp:CompareValidator ID="CompareValidator3" runat="server" ControlToValidate="txtPactEnd"
- ErrorMessage="格式:yyyy-mm-dd" Operator="DataTypeCheck" Type="Date" Width="3px">*</asp:CompareValidator></td>
- </tr>
- <tr>
- <td colspan="4" rowspan="1" style="text-align: center; height: 16px;">
- <table cellpadding="0" cellspacing="0" style="width: 113px; height: 1px">
- <tr>
- <td colspan="2" style="vertical-align: top; width: 192px; height: 43px; text-align: center">
- <asp:Panel ID="Panel1" runat="server" Height="15px" Visible="False" Width="125px">
- <asp:Button ID="btnEdit" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnEdit_Click" Text="编辑" />
- <asp:Button ID="btnDelete" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnDelete_Click"
- Text="删除" />
- <asp:Button ID="btnSave" runat="server" Enabled="False" Font-Size="9pt" OnClick="btnSave_Click"
- Text="保存" />
- </asp:Panel>
- </td>
- <td style="vertical-align: top; width: 37px; height: 43px; text-align: center">
- <asp:Button ID="btnBack" runat="server" CausesValidation="False" Font-Size="9pt"
- OnClick="btnBack_Click" Text="返回" /></td>
- </tr>
- </table>
- <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt"
- ShowMessageBox="True" ShowSummary="False" />
- </td>
- </tr>
- </table>
- </div>
- </form>
- </body>
- </html>