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

📄 .#viewcustomercheck.jsp.1.1

📁 为交课程设计
💻 1
字号:

<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/1.css" rel="stylesheet" type="text/css">
</head>
<c:set value="${customcheck}" var="customcheck"/>
<c:set value="${order_id}" var="order_id"/>
<c:set value="${person_id}" var="person_id"/>
<body>

<p>订单号:<c:out value="${param.order_id}"/>客户公司:SONY</p>
<p>人员编号:<c:out value="${param.person_id}"/>
   人员姓名:
</p>
<p>履历性质:客户面试</p>
<form action="initUpdateCustomCheckAction.do">
<input type="hidden" name="order_id" value="<c:out value="${param.order_id}"/>">
       <input type="hidden" name="person_id" value="<c:out value="${param.person_id}"/>">
<input type="submit" name="submit" value="更改"/>
<table border="1" width="71%" height="103">
  <tr>
    <td width="25%" height="24" bgcolor="#C0C0C0">面试日期</td>
    <td width="25%" height="24"><c:out value="${customcheck.check_time}" /></td>
    <td width="25%" height="24" bgcolor="#C0C0C0"> </td>
    <td width="25%" height="24"></td>
  </tr>
  <tr>
    <td width="25%" height="11" bgcolor="#C0C0C0">人事部</td>
    <td width="25%" height="11"><c:out value="${customcheck.ministry_of_personnel}" /></td>
    <td width="25%" height="11" bgcolor="#C0C0C0">部门</td>
    <td width="25%" height="11"><c:out value="${customcheck.department}" /></td>
  </tr>
  <tr>
    <td width="25%" height="7" bgcolor="#C0C0C0">面试者</td>
    <td width="25%" height="7"><c:out value="${customcheck.checher}" /></td>
    <td width="25%" height="7" bgcolor="#C0C0C0">检验推荐职务</td>
    <td width="25%" height="7"><c:out value="${customcheck.confirm_domain_no}" /></td>
  </tr>
</table>
<table border="1" width="71%" height="100">
  <tr>
    <td width="50%" height="41" bgcolor="#C0C0C0">审查</td>
    <c:if test="${customcheck.confirm==true}">
      <td width="50%" height="41">通过</td>
    </c:if>
     <c:if test="${customcheck.confirm==false}">
      <td width="50%" height="41">失败</td>
    </c:if>
  </tr>
  <tr>
    <td width="50%" height="47" bgcolor="#C0C0C0">判断理由</td>
    <td width="50%" height="47"><c:out value="${customcheck.reason}" /></td>
  </tr>
</table>

</form>
</body>
</html>

⌨️ 快捷键说明

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