.#initupdatecustomercheck.jsp.1.1

来自「为交课程设计」· 1 代码 · 共 80 行

1
80
字号
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ 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="${customcheck}" var="customcheck"/>
<c:set value="${order_id}" var="order_id"/>
<c:set value="${person_id}" var="person_id"/>
<BODY><!--div align="center" class="style1"-->
  <html:form  method="post" action="/updateCustomCheckAction.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}"/>">
<P>面试Sheet</P><BR>
<table width=645 border=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>
      <th scope=row width="132">人事部</th>
      <td width="183"><input name="ministry_of_personnel" value="<c:out value="${customcheck.ministry_of_personnel}" />"></td>
      <td width="102"><strong>部门</strong></td>
      <td width="200"><input name="department" value="<c:out value="${customcheck.department}" />"></td>
    </tr>
    <tr>
      <th scope=row width="132">面试官</th>
      <td width="183"><input name="checher"  value="<c:out value="${customcheck.checher}" />"></td>
      <td width="102"><b>考虑范围</b></td>
      <td width="200"><input name="confirm_domain_no" value="<c:out value="${customcheck.confirm_domain_no}" />"></td>
    </tr>
    <tr>
      <th scope=row width="132">审查</th>
      <c:if test="${customcheck.confirm==true}">
        <td width="183"><strong><input type="radio" name="confirm" value="true" checked="checked">
        A希望</strong><strong><input name="confirm" type="radio" value="false" >
       B不采用</strong></td>
      <td width="102"><b>其他</b></td>
      <td width="200"><input name="other" value="<c:out value="${customcheck.other}"/>"></td>
      </c:if>
      <c:if test="${customcheck.confirm==false}">
        <td width="183"><strong><input type="radio" name="confirm" value="true" >
        A希望</strong><strong><input name="confirm" type="radio" value="false" checked="checked">
       B不采用</strong></td>
      <td width="102"><b>其他</b></td>
      <td width="200"><input name="other" value="<c:out value="${customcheck.other}"/>"></td>
      </c:if>

    </tr>
    <tr>
      <th scope=row width="132">判断理由</th>
      <td colspan="3" width="497">
      <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 + =
减小字号Ctrl + -
显示快捷键?