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

📄 h_inform.asp

📁 武汉软件园人力资源管理系统完整源代码,希望大家能够多多交流.
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>人力资源管理系统</title>
<link href="../Include/type.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>

<body>
<div id="Layer2" style="position:absolute; left:845px; top:525px; width:102px; height:17px; z-index:4"> 
  <a href="H_plan_list.asp?stage=4">返回</a> </div>
</div>
<!--#include file="../Include/conn.asp"-->
<!--#include file="../Include/Head.asp"-->
<div id="content" style="position:absolute; width:90%; height:318px; z-index:3; left: 48px; top: 190px;">
<!--内容开始-->
<%If session("PerId")="" Or session("UsersId")="" Then
 response.write "<script language='javascript'>alert('网页超时,请重新登陆!');location.href='../index.asp'</script></center>"
 response.End
End if%>
<div >
    <table width="70%" align="center">
      <tr>
        <td align="left"><a href="#" onclick="BasicInfoDisplay()">需求计划基本信息</a></td>
        <td align="right"><a href="#" onclick="AuditInfoDisplay()">需求计划审核信息</a></td>
      </tr></table></div>
<%dim rs,rs1,rs2,intInvid
 intInvid=trim(request.querystring("invid"))
 'inauid=trim(Request.QueryString("inauid"))
 set rs=server.createobject("adodb.recordset")
 set rs1=server.createobject("adodb.recordset")
 set rs2=server.createobject("adodb.recordset")
 rs.open "select inv.invite_id,inv.dept_name,inv.post_name,inv.invite_property,inv.invite_sex,inv.invite_age,inv.invite_major,inv.invite_education,inv.work_station,inv.invite_mannumber,inv.invite_money,inv.invite_workexp,inv.invite_remark,inv.invite_commitdate,inv.invite_requestdate,ad.invaudit_stage,ad.invaudit_state,ad.invaudit_idea,ad.invaudit_man,ad.invaudit_date from invite as inv inner join inviteaudit as ad on inv.invite_id=ad.invite_id where ad.invaudit_stage='初审' and inv.invite_id="&intInvId,conn,1,3
 rs1.open "select * from inviteaudit where invaudit_stage='二审' and invite_id="&intInvid,conn,1,3
 rs2.Open "select * from inviteaudit where invaudit_stage='三审' and invite_id="&intInvid,conn,1,3
%>
 <form action="H_plan_save.asp?stage=4&invid=<%=intInvId%>" method="post" name="f1"> 
    <div id="divInvBasicInfo"><table width="80%" height="" border="1" align="center" cellspacing="0" cellpadding="0" class="table1">
      <tr height="25"> 
        <td  colspan="6" align="center">招聘计划详细信息</td>
      </tr> 
         <tr > 
        <td  colspan="6" align=""><font color=Coral>岗位基本信息</font></td>
      </tr>
      <tr height="25"> 
      <td width="15%" class="td1">招聘部门:</td>
      <td width="20%"><input name="txtDeptName" type="text" id="txtDeptName" value="<%=rs("dept_name")%>"></td>
      <td width="12%" class="td1">招聘岗位:</td>
      <td width="20%"><input name="txtPostName" type="text" id="txtPostName" value="<%=rs("post_name")%>"></td>
      <td width="12%" class="td1">招聘人数:</td>
      <td width="20%"><input name="txtRquestNumber" type="text" id="txtRquestNumber" value="<%=rs("invite_mannumber")%>"> </td>
    </tr>
    <tr height="25"> 
      <td class="td1">工作性质:</td>
      <td><select name="selWorkProperty">
          <option value="全职"  <%if rs("invite_property")="全职"  then		response.Write("selected")  end if%>>全职</option>
          <option value="兼职"  <%if rs("invite_property")="兼职"  then		response.Write("selected")  end if%>>兼职</option>
          <option value="临时"  <%if rs("invite_property")="临时"  then		response.Write("selected")  end if%>>兼职</option>
        </select></td>
      <td class="td1">工作地点:</td>
      <td><input name="txtWorkStation" type="text" id="txtWorkStation" value="<%=rs("work_station")%>"></td>
      <td class="td1">需求日期:</td>
      <td><input type="text" name="textRequestDate" value="<%=rs("invite_requestdate")%>"></td>
    </tr>
    <tr > 
      <td colspan="6" height="17"><font color=Coral>人员基本要求</font></td>
    </tr>
    <tr height="25"> 
      <td class="td1">年龄要求:</td>
      <td><input name="txtAge" type="text" id="txtAge" value="<%=rs("invite_age")%>"></td>
      <td class="td1">性别要求:</td>
      <td><input type="radio" name="radSex" value="男"  <%if rs("invite_sex")="男"  then	   response.Write "checked"  end if%>> 
      <input type="radio" name="radSex" value="女" <%if rs("invite_sex")="女"  then	response.Write "checked"  end if%>>
      <input name="radSex" type="radio" value="不限" <%if rs("invite_sex")="不限"  then  response.Write "checked"  end if%>>
      不限 </td>
      <td class="td1">学历要求:</td>
      <td> 
        <select name="selEduDegree">
          <option value="0"  <%if rs("invite_education")="0"  then		 response.Write "selected"  end if%>>初中及以上</option>
          <option value="1"  <%if rs("invite_education")="1"  then		 response.Write "selected"  end if%>>高中及以上</option>
          <option value="2"  <%if rs("invite_education")="2"  then		 response.Write "selected"  end if%>>中专及以上</option>
          <option value="3" <%if rs("invite_education")="3"  then		 response.Write "selected"  end if%>>大专及以上</option>
          <option value="4"  <%if rs("invite_education")="4"  then 	     response.Write "selected"  end if%>>本科及以上</option>
          <option value="5" <%if rs("invite_education")="5"  then		 response.Write "selected"   end if%>>硕士及以上</option>
          <option value="6" <%if rs("invite_education")="6"  then 	     response.Write  "selected"  end if%>>博士及以上</option>
        </select>
      </td>
    </tr>
    <tr height="25"> 
      <td class="td1">专业要求:</td>
      <td colspan="5">  <input type="text" name="txtMajor" value="<%=rs("invite_major")%>">&nbsp;
    </tr>
	  <tr> 
      <td height="17" colspan="6"><font color=Coral>其他要求</font></td>
    </tr>
    <tr height="25"> 
      <td class="td1">备&nbsp;&nbsp;注:</td>
      <td colspan="5"> 
         <textarea name="txtaRemark" cols="40" rows="6" id="txtaRemark" value="<%=rs("invite_remark")%>"><%=rs("invite_remark")%></textarea>&nbsp;
      </td>
    </tr> 
      <tr>
        <td  colspan="6" align="center" height="25"><input type="submit" name="release" value="直接发布" class="button"></td>
      </tr> 
    </table></div>
    </form>
 <div id="divInvAuditInfo" style="display:none">    
    <table width="80%"  cellspacing="0" align="center" border="1" cellspacing="0" cellpadding="0" class="table1">
        <tr bgcolor="#eeeeee" height="25"><td colspan="6">初审信息:</td></tr>
        <tr height="25"> 
        <td width="12%" class="td1">初审状态:</td>
        <td width="20%"><%=rs("invaudit_state")%> &nbsp;</td>
        <td width="12%" class="td1">初审人:</td>
        <td width="20%"> <%=rs("invaudit_man")%>&nbsp; </td>
        <td width="12%" class="td1">初审时间:</td>
        <td width="20%"><%=rs("invaudit_date")%>&nbsp;</td>
      </tr>
      <tr height="25"> 
        <td class="td1">初审意见:</td>
        <td colspan="5"> <%=rs("invaudit_idea")%> &nbsp;</td>
      </tr>
      <tr bgcolor="#eeeeee" height="25"><td colspan="6">二审信息:</td></tr>
	   <tr height="25"> 
        <td class="td1">二审状态:</td>
        <td><%=rs1("invaudit_state")%> </td>
        <td class="td1">二审人:</td>
        <td><%=rs1("invaudit_man")%>&nbsp; </td> 
        <td class="td1">二审时间:</td>
        <td class="td1"><%=rs1("invaudit_date")%>&nbsp;</td>
      </tr>
      <tr height="25"> 
        <td class="td1">二审意见:</td>
        <td colspan="5"><%=rs1("invaudit_idea")%> &nbsp;</td>
      </tr>
      <tr bgcolor="#eeeeee" height="25"><td colspan="6">三审信息:</td></tr>
      <tr height="25"> 
        <td class="td1">三审状态:</td>
        <td><%=rs2("invaudit_state")%> &nbsp;</td>
        <td class="td1">三审人:</td>
        <td><%=rs2("invaudit_man")%> &nbsp;</td>  
        <td class="td1">三审时间:</td>
        <td><%=rs2("invaudit_date")%></td>
      </tr>
      <tr height="25">
        <td class="td1">三审意见:</td>
        <td colspan="5"> <%=rs2("invaudit_idea")%> &nbsp;</td>
      </tr>
    </table> </div>
<% rs.Close
rs1.close
rs2.Close
set rs=nothing
set rs1=nothing
set rs2=nothing
conn.close
set conn=nothing%>
<!--#include file="../Include/bottom.asp"-->
<!--内容结束-->
</div>
</body>
</html>
<script>
function BasicInfoDisplay()
{
  if (document.getElementById("divInvBasicInfo").style.display=="none")
  {
    document.getElementById("divInvAuditInfo").style.display="none";
    document.getElementById("divInvBasicInfo").style.display="inline";    
  }

 }
 function AuditInfoDisplay()
{
  if(document.getElementById("divInvAuditInfo").style.display=="none")
  {
     document.getElementById("divInvBasicInfo").style.display="none";
     document.getElementById("divInvAuditInfo").style.display="inline";     
  }
 }
 function CheckAuditIdea()
 {
   if(document.all.frmInvAudit.radAuditResult.value=="不通过")
   {
     if(document.all.frmInvAudit.txtaAuditIdea.value=="")
     {
      document.all.frmInvAudit.txtaAuditIdea.focus();
      alert("请在意见栏说明原因!");
      return false;
     }
   }
   return true;
 } 
 </script>

⌨️ 快捷键说明

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