SearchEmployeesInfo.aspx
上传用户:simon2hong
上传日期:2021-11-18
资源大小:16746k
文件大小:14k
源码类别:

OA系统

开发平台:

C#

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="SearchEmployeesInfo.aspx.cs" Inherits="Employees_SearchEmployeesInfo" %>
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3. <html>
  4. <head>
  5.     <link href="../css/main.css" type="text/css" rel="stylesheet">
  6. </head>
  7.   <SCRIPT language="JavaScript" src="../js/calendar.js"></SCRIPT>
  8. <body bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0">
  9. <form runat="server" id="fm1">
  10.     <br>
  11.     <br />
  12.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  13.         border="0">
  14.         <tr>
  15.             <th colspan="3" style="height: 25px">
  16.                 指定查询条件:</th>
  17.         </tr>
  18.         <tr>
  19.             <td class="usertablerow2" colspan="2" style="height: 29px">
  20.                 <table align="center" bgcolor="#000000" border="0" cellpadding="3" cellspacing="1"
  21.                     class="small" width="95%">
  22.                     <tr>
  23.                         <td class="usertablerow1" nowrap="nowrap">
  24.                 部门:</td>
  25.                         <td class="usertablerow2" colspan="3">
  26.                             <input id="ToId" name="ToId" type="hidden" />
  27.                             <textarea id="ToName" class="BigStatic" cols="40" name="ToName" readonly="readonly"
  28.                                 wrap="yes"></textarea>
  29.                             &nbsp;<input class="SmallButton" name="button" onclick="dept_select('ToId','ToName','false');"
  30.                                 title="添加部门" type="button" value="添 加" />
  31.                             &nbsp;<input class="SmallButton" name="button" onclick="clear_double('ToId','ToName');"
  32.                                 title="清空部门" type="button" value="清 空" /></td>
  33.                     </tr>
  34.                     <tr>
  35.                         <td class="usertablerow1" nowrap="nowrap">
  36.                 姓名:</td>
  37.                         <td class="usertablerow2">
  38.                             <input id="txtUserName" class="BigInput" maxlength="50" name="txtUserName" size="15" /></td>
  39.                         <td class="usertablerow1">
  40.                 编号:</td>
  41.                         <td class="usertablerow2">
  42.                             <input id="txtNumber" class="BigInput" maxlength="50" name="txtNumber" size="15" />
  43.                         </td>
  44.                     </tr>
  45.                     <tr>
  46.                         <td class="usertablerow1" nowrap="nowrap">
  47.                 性别:</td>
  48.                         <td class="usertablerow2">
  49.                             <select id="selectSex" class="BigSelect" name="selectSex">
  50.                                 <option selected="selected" value=""></option>
  51.                                 <option value="True">男</option>
  52.                                 <option value="False">女</option>
  53.                             </select>
  54.                         </td>
  55.                         <td class="usertablerow1">
  56.                             年龄:</td>
  57.                         <td class="usertablerow2">
  58.                             <input id="txtMinAge" class="BigInput" maxlength="2" name="txtMinAge" size="4" />
  59.                             &nbsp;至
  60.                             <input id="txtMaxAge" class="BigInput" maxlength="2" name="txtMaxAge" size="4" /></td>
  61.                     </tr>
  62.                     <tr>
  63.                         <td class="usertablerow1" nowrap="nowrap">
  64.                             民族:</td>
  65.                         <td class="usertablerow2">
  66.                             <input id="txtNation" class="BigInput" maxlength="50" name="txtNation" size="8" />
  67.                         </td>
  68.                         <td class="usertablerow1">
  69.                                        身份证号码:</td>
  70.                         <td class="usertablerow2">
  71.                             <input id="txtCardNo" class="BigInput" maxlength="50" name="txtCardNo" size="15" /></td>
  72.                     </tr>
  73.                     <tr>
  74.                         <td class="usertablerow1" nowrap="nowrap">
  75.                 婚姻状况:</td>
  76.                         <td class="usertablerow2" colspan="3">
  77.                             <select id="selectMarry" class="BigSelect" name="selectMarry">
  78.                                 <option selected="selected" value=""></option>
  79.                                 <option value="未婚">未婚</option>
  80.                                 <option value="已婚">已婚</option>
  81.                                 <option value="离异">离异</option>
  82.                             </select>
  83.                         </td>
  84.                     </tr>
  85.                     <tr>
  86.                         <td class="usertablerow1" nowrap="nowrap">
  87.                 籍贯:</td>
  88.                         <td class="usertablerow2">
  89.                             <input id="txtNativePlace" class="BigInput" maxlength="50" name="txtNativePlace"
  90.                                 size="15" />
  91.                         </td>
  92.                         <td class="usertablerow1">
  93.                                                        户口所在地:</td>
  94.                         <td class="usertablerow2">
  95.                             <input id="txtHukouPlace" class="BigInput" maxlength="50" name="txtHukouPlace" size="15" /></td>
  96.                     </tr>
  97.                     <tr>
  98.                         <td class="usertablerow1" nowrap="nowrap">
  99.                 学历:</td>
  100.                         <td class="usertablerow2">
  101.                             <select id="selectEducation" class="BigSelect" name="selectEducation">
  102.                                 <option selected="selected" value=""></option>
  103.                                 <option value="小学">小学</option>
  104.                                 <option value="初中">初中</option>
  105.                                 <option value="高中">高中</option>
  106.                                 <option value="中专">中专</option>
  107.                                 <option value="大专">大专</option>
  108.                                 <option value="大本">大本</option>
  109.                                 <option value="硕士">硕士</option>
  110.                                 <option value="博士">博士</option>
  111.                                 <option value="博士后">博士后</option>
  112.                             </select>
  113.                         </td>
  114.                         <td class="usertablerow1">
  115.                 专业:</td>
  116.                         <td class="usertablerow2">
  117.                             <input id="txtSpeciallity" class="BigInput" maxlength="50" name="txtSpeciallity"
  118.                                 size="15" /></td>
  119.                     </tr>
  120.                     <tr>
  121.                         <td class="usertablerow1" nowrap="nowrap">
  122.                 毕业院校:</td>
  123.                         <td class="usertablerow2" colspan="3">
  124.                             <input id="txtSchool" class="BigInput" maxlength="50" name="txtSchool" size="30" />
  125.                         </td>
  126.                     </tr>
  127.                     <tr>
  128.                         <td class="usertablerow1" nowrap="nowrap">
  129.                 参加工作时间:</td>
  130.                         <td class="usertablerow2" colspan="3" nowrap="nowrap">
  131.                             <input id="txtWorkDateBegin" class="BigInput" maxlength="10" name="txtWorkDateBegin"
  132.                                 size="10" />
  133.                             <img align="absMiddle" border="0" onclick="popUpCalendar(this,txtWorkDateBegin,'yyyy-mm-dd','');"
  134.                                 src="../images/calendar.gif" style="cursor: hand" />
  135.                             至
  136.                             <input id="txtWorkDateEnd" class="BigInput" maxlength="10" name="txtWorkDateEnd"
  137.                                 size="10" />
  138.                             <img align="absMiddle" border="0" onclick="popUpCalendar(this,txtWorkDateEnd,'yyyy-mm-dd','');"
  139.                                 src="../images/calendar.gif" style="cursor: hand" />
  140.                             格式2006-1-1</td>
  141.                     </tr>
  142.                     <tr>
  143.                         <td class="usertablerow1" nowrap="nowrap">
  144.                 加入本单位时间:</td>
  145.                         <td class="usertablerow2" colspan="3" nowrap="nowrap">
  146.                             <input id="txtJoinDateBegin" class="BigInput" maxlength="10" name="txtJoinDateBegin"
  147.                                 size="10" />
  148.                             <img align="absMiddle" border="0" onclick="popUpCalendar(this,txtJoinDateBegin,'yyyy-mm-dd','');"
  149.                                 src="../images/calendar.gif" style="cursor: hand" />
  150.                             至
  151.                             <input id="txtJoinDateEnd" class="BigInput" maxlength="10" name="txtJoinDateEnd"
  152.                                 size="10" />
  153.                             <img align="absMiddle" border="0" onclick="popUpCalendar(this,txtJoinDateEnd,'yyyy-mm-dd','');"
  154.                                 src="../images/calendar.gif" style="cursor: hand" />
  155.                             格式2006-1-1
  156.                         </td>
  157.                     </tr>
  158.                     <tr>
  159.                         <td class="usertablerow1" nowrap="nowrap">
  160.                 员工类型:</td>
  161.                         <td class="usertablerow2">
  162.                             <select id="ddlContractType" class="BigSelect" name="ddlContractType">
  163.                                 <option selected="selected" value=""></option>
  164.                                 <option value="1">合同工</option>
  165.                                 <option value="2">劳务工</option>
  166.                             </select>
  167.                         </td>
  168.                         <td class="usertablerow1">
  169.                 职务:</td>
  170.                         <td class="usertablerow2">
  171.                             <input id="txtPost" class="BigInput" maxlength="50" name="txtPost" size="15" /></td>
  172.                     </tr>
  173.                     <tr>
  174.                         <td class="usertablerow1" nowrap="nowrap">
  175.                职称:</td>
  176.                         <td class="usertablerow2">
  177.                             <select id="ddlTechPost" class="BigSelect" name="ddlTechPost">
  178.                                 <option selected="selected" value=""></option>
  179.                                 <option value="1">助理工程师</option>
  180.                                 <option value="2">工程师</option>
  181.                                 <option value="3">高级工程师</option>
  182.                             </select>
  183.                         </td>
  184.                         <td class="usertablerow1">
  185.                                                政治面貌:</td>
  186.                         <td class="usertablerow2">
  187.                             <select id="selectPolitics" class="BigSelect" name="selectPolitics">
  188.                                 <option selected="selected" value=""></option>
  189.                                 <option value="群众">群众</option>
  190.                                 <option value="团员">团员</option>
  191.                                 <option value="预备党员">预备党员</option>
  192.                                 <option value="党员">党员</option>
  193.                             </select>
  194.                         </td>
  195.                     </tr>
  196.                     <tr>
  197.                         <td class="usertablerow1" nowrap="nowrap">
  198.                             其他:</td>
  199.                         <td class="usertablerow2" colspan="3">
  200.                             <select id="ddlOther" class="BigSelect" name="ddlOther">
  201.                                 <option selected="selected" value=""></option>
  202.                                 <option value="PostChange">岗位变动情况</option>
  203.                                 <option value="Edu">教育背景</option>
  204.                                 <option value="Resume">工作简历</option>
  205.                                 <option value="Sociaty">社会关系</option>
  206.                                 <option value="Reward">奖惩记录</option>
  207.                                 <option value="Certificate">职务情况</option>
  208.                                 <option value="Train">培训记录</option>
  209.                                 <option value="Surety">担保记录</option>
  210.                                 <option value="Contract">劳动合同签订情况</option>
  211.                                 <option value="Insure">社保缴纳情况</option>
  212.                                 <option value="BodyExamim">体检记录</option>
  213.                                 <option value="Memo">备注</option>
  214.                             </select>
  215.                             <input id="txtOther" class="BigInput" maxlength="50" name="txtOther" size="15" /></td>
  216.                     </tr>
  217.                 </table>
  218.             </td>
  219.         </tr>
  220.         <tr>
  221.             <td align="center" class="usertablerow1" colspan="2">
  222.                 &nbsp;
  223.                 <input type="Button" id="Button2"  Class="ptsbutton" value="查询"  />
  224.                         &nbsp;&nbsp;
  225.                         <input type="Button"  Class="ptsbutton" value="返回" OnClick="window.location='CardManager.aspx'" /><div id="Div2">
  226.                                 </div>   </td>
  227.          
  228.         </tr>
  229.      
  230.     </table>
  231.     <br>
  232.     <table class="usertableborder" cellspacing="1" cellpadding="3" width="96%" align="center"
  233.         border="0">
  234.         <tr>
  235.             <th colspan="2">
  236.                 使用方法</th>
  237.         </tr>
  238.         <tr>
  239.             <td class="usertablerow1" align="right" width="11%">
  240.                 <strong>特殊说明</strong></td>
  241.             <td class="usertablerow1" width="89%">
  242.                 <a href="http://www.woying.net/" target="_blank">挨个填写即可</a></td>
  243.         </tr>
  244.     </table>
  245.     </form>
  246.     
  247. </body>
  248. </html>