?? xiaoshoujiluguanli.jsp~6~
字號(hào):
<%@ 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>
xiaoshoujiluguanli
</title>
</head>
<body bgcolor="#ffffff">
<form name="form1" method="post" action="xiaoshoujiluguanlixuanze.jsp">
請(qǐng)選擇查看方式
<select name="select">
<option>全部記錄</option>
<option>指定訂單號(hào)</option>
<option>指定客戶ID</option>
</select>
<input name="shuru" type="text" id="shuru">
<input type="submit" name="Submit" value="提交">
</form>
<hr>
<p> </p>
<table width="1058" height="34" border="1">
<tr>
<td width="102"><div align="center">訂單號(hào)</div></td>
<td width="108"><div align="center">用戶ID</div></td>
<td width="146"><div align="center">產(chǎn)品序列號(hào)</div></td>
<td width="99"><div align="center">產(chǎn)品名</div></td>
<td width="114"><div align="center">產(chǎn)品型號(hào)</div></td>
<td width="129"><div align="center">產(chǎn)品價(jià)格/1</div></td>
<td width="104"><div align="center">數(shù)量</div></td>
<td width="90">支付</td>
<td width="108"><div align="center">清除記錄</div></td>
</tr>
</table>
<%Iterator it=jilu.selectAll().iterator();%>
<%while(it.hasNext()){FahuojiluVo vo=(FahuojiluVo)it.next();String zhuanhuan;%>
<form name="form2" method="post" action="xiaoshoujilushanchu.jsp">
<table width="1059" height="24" border="1">
<tr>
<td width="101"><div align="center">
<input name="dingDanHao" type="text" id="dingDanHao" size="10" readOnly value="<%=vo.getDingDanHao()%>">
</div></td>
<td width="111"><div align="center">
<input name="userCode" type="text" id="userCode" size="10" readOnly value="<%=vo.getUserCode()%>">
</div></td>
<td width="148"><div align="center">
<input name="number" type="text" id="number" size="10"readOnly value="<%=vo.getNumber()%>">
</div></td>
<td width="97"><div align="center">
<input name="name" type="text" id="name" size="10"readOnly value="<%=zhuanhuan=new String(vo.getName().getBytes("8859_1"))%>">
</div></td>
<td width="113"><div align="center">
<input name="model" type="text" id="model" size="10"readOnly value="<%=vo.getModel()%>">
</div></td>
<td width="129"><div align="center">
<input name="price" type="text" id="price" size="10"readOnly value="<%=vo.getPrice()%>">
</div></td>
<td width="105"><div align="center">
<input name="count1" type="text" id="count1" size="10"readOnly value="<%=vo.getCount1()%>">
</div></td>
<td width="92"><div align="center">
<input name="zhiFu2" type="text" id="zhiFu2" size="10"readOnly value="<%=vo.getZhiFu()%>">
</div></td>
<td width="105"><div align="center">
<input type="submit" name="Submit2" value="確認(rèn)刪除">
</div></td>
</tr>
</table>
</form>
<p> </p>
<%}%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -