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

📄 querypurchproduct.jsp

📁 (Java+SQL)-大型企业JAVA的ERP系统
💻 JSP
字号:
<jsp:useBean id="PurchProduct" class="src.wuyang.PurchProduct" scope="page"/>
<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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../pub/style.css">
</head><body>
 <form method="post" action="PurchProductquery.jsp">
采购单编号   :<input type="text" name="purchId" />
 <br>

<%
if (request.getParameter("mode")==null){
%>
产品编号   :<input type="text" name="productId" />
 <br>
件数   :<input type="text" name="counting" />
 <br>
数量   :<input type="text" name="quantity" />
 <br>
包装   :<input type="text" name="pack" />
 <br>
单价   :<input type="text" name="unitPrice" />
 <br>
实际数量   :<input type="text" name="actQuantity" />
 <br>
<%
}
%>
<input type="submit" name="Submit" value="提交" />
<input type="reset" value="重置" />
</form>
</body>
</html>

⌨️ 快捷键说明

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