📄 newcustomercheck.jsp
字号:
<%@ include file="../sys/sessioncheck.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" %>
<%@ 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"/>
<BODY><!--div align="center" class="style1"-->
<html:form method="post" action="/addCustomCheckAction.do">
<P class="tilte">客户面试</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}"/>">
<br/>
<table width=645 border=0 cellspacing="1">
<tbody>
<tr>
<td height=17 width="132"><strong>顾客侧记栏</strong> <!--form action="newsheetok.htm" method="post"-->
<th scope=row width="497"> </th>
<td width="102"> </td>
<td width="200"> </td>
</tr>
<tr>
<td scope=row width="132" bgcolor="#DDDDDD">人事部</td>
<td width="497" bgcolor="#F0F0F0"><input name="ministry_of_personnel"></td>
<td width="102" bgcolor="#DDDDDD">部门</td>
<td width="200" bgcolor="#F0F0F0"><input name="department"></td>
</tr>
<tr>
<td scope=row width="132" bgcolor="#DDDDDD">面试官</td>
<td width="497" bgcolor="#F0F0F0"><input name="checher"></td>
<td width="102" bgcolor="#DDDDDD">考虑范围</td>
<td width="200" bgcolor="#F0F0F0"><input name="confirm_domain_no"></td>
</tr>
<tr>
<td scope=row width="132" bgcolor="#DDDDDD">审查</td>
<td width="497" bgcolor="#F0F0F0">
<input type="radio" name="confirm" value="true" >A希望
<input name="confirm" type="radio" value="false" >
B不采用</td>
<td width="102" bgcolor="#DDDDDD">其他</td>
<td width="200" bgcolor="#F0F0F0"><input name="other"></td>
</tr>
<tr>
<td scope=row width="132" bgcolor="#DDDDDD">判断理由</td>
<td colspan="3" width="497" bgcolor="#F0F0F0">
<textarea name="reason"></textarea>
</td>
</tr>
<tr>
<th colspan="4" scope=row>
<input type=submit value="提 交" name=submit>
<input type=reset value="重 置" name=reset></th>
</tr>
</tbody>
</table>
</html:form>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -