?? xiaoshoujilu.jsp~7~
字號:
<%@ page contentType="text/html; charset=GBK" import="ejb.FahuojiluVo"%>
<jsp:useBean id="jilu" scope="page" class="JavaBean.FaHuoBean">
</jsp:useBean>
<%@ page import="java.util.*" %>
<html>
<head>
<title>
xiaoshoujilu
</title>
</head>
<body bgcolor="#ffffff">
<form name="form1" method="post" action="">
請選擇查看方式
<select name="select">
<option>全部記錄</option>
<option>指定訂單號</option>
<option>指定客戶ID</option>
</select>
<input name="shuru" type="text" id="shuru">
<input type="submit" name="Submit" value="提交">
</form>
<hr>
<p> </p>
<table width="1016" height="34" border="1">
<tr>
<td width="65"><div align="center">訂單號</div></td>
<td width="69"><div align="center">用戶ID</div></td>
<td width="94"><div align="center">產品序列號</div></td>
<td width="63"><div align="center">產品名</div></td>
<td width="73"><div align="center">產品型號</div></td>
<td width="83"><div align="center">產品價格/1</div></td>
<td width="78"><div align="center">數量</div></td>
<td width="56"><div align="center">支付</div></td>
</tr>
</table>
<%Iterator it=jilu.selectAll().iterator();%>
<%while(it.hasNext()){FahuojiluVo vo=(FahuojiluVo)it.next();%>
<form name="form2" method="post" action="">
<table width="1016" height="22" border="1">
<tr>
<td width="106"><input name="dingDanHao" type="text" id="dingDanHao" size="10" readOnly value="<%=vo.getDingDanHao()%>"></td>
<td width="117"><input name="userCode" type="text" id="userCode" size="10" readOnly value="<%=vo.getUserCode()%>"></td>
<td width="155"><input name="number" type="text" id="number" size="10"readOnly value="<%=vo.getNumber()%>"></td>
<td width="102"><input name="name" type="text" id="name" size="10"readOnly value="<%=vo.getName()%>"></td>
<td width="126"><input name="model" type="text" id="model" size="10"readOnly value="<%=vo.getModel()%>"></td>
<td width="133"><input name="price" type="text" id="price" size="10"readOnly value="<%=vo.getPrice()%>"></td>
<td width="132"><input name="count1" type="text" id="count1" size="10"readOnly value="<%=vo.getCount1()%>"></td>
<td width="93"><input name="zhiFu" type="text" id="zhiFu" size="10"readOnly value="<%=vo.getZhiFu()%>"></td>
</tr>
</table>
</form>
<p> </p>
<%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -