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

📄 initupdatecustomercheck.jsp

📁 为交课程设计
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ include file="../sys/sessioncheck.jsp"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
<head>
<title>
newcustomercheck
</title>
<link  href="css/1.css" rel="stylesheet" type="text/css">
</head>
<c:set value="${person_id}" var="person_id"/>
<c:set value="${order_id}" var="order_id"/>
<c:set value="${customcheck}" var="customcheck"/>
<BODY><!--div align="center" class="style1"-->
  <html:form  method="post" action="/updateCustomCheckAction.do">
<P class="tilte">面试Sheet</P>
<BR>
  <input type="hidden" name="person_id" value="<c:out value="${param.person_id}"/>">
  <input type="hidden" name="order_id" value="<c:out value="${param.order_id}"/>">
<table  border=0 cellspacing="1">
  <tbody>
    <tr>
      <td height=17 width="132"><strong>顾客侧记栏</strong>        <!--form action="newsheetok.htm" method="post"-->
      <th scope=row width="183">&nbsp;</th>
      <td width="102">&nbsp;</td>
      <td width="200">&nbsp;</td>
    </tr>
    <tr>
      <td scope=row width="132" bgcolor="#DDDDDD">人事部</td>
      <td width="183" bgcolor="#F0F0F0"><input name="ministry_of_personnel" value="<c:out value="${customcheck.ministry_of_personnel}" />"></td>
      <td width="102" bgcolor="#DDDDDD">部门</td>
      <td width="200" bgcolor="#F0F0F0"><input name="department" value="<c:out value="${customcheck.department}" />"></td>
    </tr>
    <tr>
      <td scope=row width="132" bgcolor="#DDDDDD">面试官</td>
      <td width="183" bgcolor="#F0F0F0"><input name="checher"  value="<c:out value="${customcheck.checher}" />"></td>
      <td width="102" bgcolor="#DDDDDD">考虑范围</td>
      <td width="200" bgcolor="#F0F0F0"><input name="confirm_domain_no" value="<c:out value="${customcheck.confirm_domain_no}" />"></td>
    </tr>
    <tr>
      <td scope=row width="132" bgcolor="#DDDDDD">审查</td>
      <c:if test="${customcheck.confirm==true}">
        <td width="183" bgcolor="#F0F0F0"><input type="radio" name="confirm" value="true" checked="checked">
        A希望<input name="confirm" type="radio" value="false" >
       B不采用</td>
      <td width="102" bgcolor="#DDDDDD">其他</td>
      <td width="200" bgcolor="#F0F0F0"><input name="other" value="<c:out value="${customcheck.other}"/>"></td>
      </c:if>
      <c:if test="${customcheck.confirm==false}">
        <td width="183" bgcolor="#F0F0F0"><input type="radio" name="confirm" value="true" >
        A希望<input name="confirm" type="radio" value="false" checked="checked">
       B不采用</td>
      <td width="102">其他</td>
      <td width="200" bgcolor="#F0F0F0"><input name="other" value="<c:out value="${customcheck.other}"/>"></td>
      </c:if>

    </tr>
    <tr>
      <td scope=row width="132" bgcolor="#DDDDDD">判断理由</td>
      <td colspan="3" width="497" bgcolor="#F0F0F0">
      <textarea name="reason" ><c:out value="${customcheck.reason}" /></textarea>
      </td>
    </tr>
    <tr>
      <th scope=row width="132">&nbsp;</th>
      <td width="183">&nbsp;
          <input type="submit" value="提交" name="submit"></td>
      <td width="102">&nbsp;
          <input type="reset" value="重写" name="reset" ></td>
      <td width="200">&nbsp;</td>
    </tr>
  </tbody>
</table>
</html:form>
  <p align="left" class="style2"> </p>
  <!--/div-->
</BODY></HTML>

</html>

⌨️ 快捷键说明

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