📄 viewscoreok.jsp
字号:
<%@ include file="../sys/rolecheck.jsp"%>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<html>
<head>
<title>业绩查询</title>
<link href="css/1.css" rel="stylesheet" type="text/css">
</head>
<body>
<p class="tilte"><strong>条件分析:</strong></p>
<form name="form1" method="post" action="analyzeresult.htm">
<table width="328" border="1">
<tr>
<td scope="col"><div align="center">时间区间:</div></td>
<td scope="col"><input type="text" name="orderid3433" size="12">
--
<input type="text" name="orderid34333" size="12"></td>
</tr>
<tr>
<td width="82" scope="col"> <div align="center">客户名称:</div></td>
<td width="230" scope="col"><select name="select" size="1">
<option selected>索 尼</option>
<option>夏 普</option>
<option>松 下</option>
</select></td>
</tr>
<tr>
<td>
<div align="center">订单状态:</div></td>
<td><input type="radio" value="V3" checked name="R1">已经完成<input type="radio" name="R1" value="V4">未完成</td>
</tr>
<tr>
<td><div align="center">分析条件:</div></td>
<td><select name="select2" size="1">
<option>职位</option>
<option>职种</option>
<option>学历</option>
<option>专业</option>
</select> </td>
</tr>
</table>
<br>
<input type="submit" name="Submit" value="分 析">
<input type="reset" name="reset" value="重 写">
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -