📄 queryreportpurch.jsp
字号:
<%@ taglib prefix="tag" uri="/jsp/tld/WuYangTag.tld" %>
<jsp:useBean id="global" class="src.com.MyGlobal" scope="session"/>
<% if (global.isLogined == false) {
%>
<jsp:forward page="../pub/DBErr.jsp" >
<jsp:param name="rtcode" value="-4" />
</jsp:forward>
<% }
%>
<html>
<head>
<title>查询销售信息</title>
<link rel="stylesheet" href="css.css">
</head>
<script language="JavaScript">
<!--
function AddCustomer() {
open("CustomerId.jsp","CustomerList","scrollbars=yes,width=250,height=200")
}
function AddProduct() {
open("ProductId.jsp","ProductList","scrollbars=yes,width=250,height=200")
}
// -->
</script>
<body bgcolor="#949B93" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="1" height="90%" cellspacing="0" cellpadding="0" align="center" bordercolorlight="#616860" bordercolordark="#CCCCCC" bgcolor="#4c7171" >
<tr>
<td valign="top" >
<br><br>
<form method="post" name="insert" action="SlipReportQuery.jsp">
<input type="hidden" name="queryMode" value="2">
<blockquote>
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="textb"><b>客户编号:</b></td>
<td>
<input type="text" name="customerId" /><input type="button" value=">>" onclick="AddCustomer()"/>
</td>
</tr>
<tr>
<td class="textb"><b>产品编号:</b></td>
<td>
<input type="text" name="productId" /><input type="button" value=">>" onclick="AddProduct()"/>
</td>
</tr>
<tr>
<td class="textb"><b>部门:</b></td>
<td>
<select name="deptId">
<tag:dept showType="select"/>
</select>
</td>
</tr>
<tr>
<td class="textb"><b>申请人:</b></td>
<td>
<input type="text" name="proposer"/>
</td>
</tr>
<tr>
<td colspan="2">
<div align="center"> <br>
<input type="submit" name="Submit" value="查询">
</div>
</td>
</tr>
</table>
<p>
<p>
</blockquote>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -