⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hrmagreement_search.asp

📁 OFFICE办公自动化
💻 ASP
字号:
<%
'OA 表单生成器1.0
'功能:查询档案基本信息
%>

<!--#include file="../inc/Secure.asp"-->
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/Const.asp"-->

<%
'response.buffer=false
'------------------------------------------------设置参数
LoginID=trim(Session("LoginID")) : if LoginID="" then LoginID=0 '当前用户ID
'------------------------------------------------
%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../css/main.css" type=text/css>
<title>main</title>
<script src="../js/Popup.js"></script>
<script src="../js/s_city.js"></script>
</head>


<body topmargin="10" leftmargin="10">

<!--#include file="HrmAgreement_menu.html"-->

<hr width="100%" size=1 color="#000000">
<br>

<div align="center">
<table width="500" cellspacing="1" cellpadding="2" class="tab">
  <tr>
    <td width="100%" class="tdTop">
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td class="tdTop">
            <p align="left"><img border="0" src="../images/icon_title.gif" align="left">查询劳动合同</p>
          </td>
        </tr>
      </table>
    </td>
  </tr>
  <tr>
    <td width="25%" class="td1">
    <form name="eventfrm" method="GET" action="HrmAgreement_list.asp" onSubmit="return getcity(this,true)">

      <table border="0" width="100%" cellspacing="10" cellpadding="0">
        <tr>
          <td width="100" align="right" valign="top" nowrap>现工作单位:</td>
          <td width="400" nowrap>
          	<select size="1" name="depid" class="input">
          		<option value="">不限</option>
          	  <option value="<%=Session("DepID")%>" <%if show_area=Session("DepID") then response.write"selected"%>><%=GetTableValue("tbioaDepartment","Name","id",Session("DepID"))%></option>
          	  <%Call pOptions("tbioaDepartment","Name",Session("DepID"),"","·")%>
          	</select>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>姓名:</td>
          <td width="400" nowrap><input type="text" name="xm" size="40" maxlength="250" class="input">
          </td>
        </tr>
      	<tr>
          <td width="100" align="right" valign="top" nowrap>员工编号:</td>
          <td width="400" nowrap><input type="text" name="bh" size="10" maxlength="10" class="input">
          </td>
        </tr>

        <tr>
          <td width="100" align="right" valign="top" nowrap>合同签订日:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="qxs" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.qxs, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
	<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="qxs_end" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.qxs_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>合同到期日:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="qxe" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.qxe, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
	<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="qxe_end" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.qxe_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>
        <tr>
          <td width="100" align="right" valign="top" nowrap>试用到期日:</td>
          <td width="400" nowrap><input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="syq" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.syq, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a> 至
	<input TYPE="TEXT" SIZE="12" MAXLENGTH="12" NAME="syq_end" class="input" readonly> <a href=# title="选择日期" onClick="fPopUpDlg('../js/calendar.htm', document.eventfrm.syq_end, 'winpop', 234, 261);return false"><img src="../images/datetime.gif" border=0></a>
          </td>
        </tr>

        <tr>
          <td width="100" align="right" valign="top" nowrap>排序方式:</td>
          <td width="400" nowrap>
          	<select size="1" name="order" class="input">
          		<option value="qxs">合同签订日逆序排列</option>
          		<option value="qxe">合同到期日逆序排列</option>
          		<option value="syq">试用到期日逆序排列</option>
          	</select>
          </td>
        </tr>
        <tr>
          <td width="100%" colspan="2">
           <input type="submit" value="查询" class="button0" onmouseout=className="button0" onmouseover=className="button1"> <input type="reset" value="全部重写" class="button0" onmouseout=className="button0" onmouseover=className="button1">
          </td>
        </tr>
      </table>

    </form>
    </td>
  </tr>
  <tr>
    <td width="25%" class="tdBottom">
    </td>
  </tr>
</table>
</div>
</body>

</html>


<%'释放对象变量
oConn.close
%> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -