?? fahuochakan.jsp~29~
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<jsp:useBean id="gouwuchecharu1" scope="page" class="JavaBean.GouWuCheBean">
</jsp:useBean>
<%@page import="java.util.*" %>
<%@page import="ejb.GouWuCheInfoVo" %>
<html>
<head>
<title>
fahuochakan
</title>
</head>
<body bgcolor="#ffffff">
<form name="form2" method="post" action="fahuochakanxuanze.jsp">
請(qǐng)選擇查看類型
<select name="select">
<option selected>全部發(fā)貨單</option>
<option>指定客戶ID</option>
</select>
<input name="shuru" type="text" id="shuru">
<input type="submit" name="Submit2" value="提交">
</form>
<hr>
<p>
<%!String a; %>
<%Iterator it =gouwuchecharu1.selectForZhiFu().iterator();%>
</p>
<table width="1016" height="34" border="1">
<tr>
<td width="65"><div align="center">訂單號(hào)</div></td>
<td width="69"><div align="center">用戶ID</div></td>
<td width="94"><div align="center">產(chǎn)品序列號(hào)</div></td>
<td width="63"><div align="center">產(chǎn)品名</div></td>
<td width="73"><div align="center">產(chǎn)品型號(hào)</div></td>
<td width="83"><div align="center">產(chǎn)品價(jià)格/1</div></td>
<td width="78"><div align="center">數(shù)量</div></td>
<td width="56"><div align="center">支付</div></td>
<td width="66">發(fā)貨地址</td>
<td width="263"><div align="center">清除已支付訂單,添加到銷售記錄</div></td>
</tr>
</table>
<%while(it.hasNext()){GouWuCheInfoVo vo=(GouWuCheInfoVo)it.next();%>
<form name="form1" method="post" action="qingchuDingDanChuLI.jsp">
<table width="1018" height="32" border="1">
<tr>
<td width="65">
<div align="center">
<input type="text" name="dingDanHao" size="8" readOnly value="<%=vo.getDingDanHao()%>">
</div></td>
<td width="70">
<div align="center">
<input type="text" name="userCode"size="8"readOnly value="<%=vo.getUserCode()%>">
</div></td>
<td width="105">
<div align="center">
<input type="text" name="number"size="8"readOnly value="<%=vo.getNumber()%>">
</div></td>
<td width="66">
<div align="center">
<input type="text" name="name"size="8"readOnly value="<%=a=new String(vo.getName().getBytes("8859_1"))%>">
</div></td>
<td width="87">
<div align="center">
<input type="text" name="model"size="8"readOnly value="<%=vo.getModel()%>">
</div></td>
<td width="94">
<div align="center">
<input type="text" name="price"size="8"readOnly value="<%=vo.getPrice()%>">
</div></td>
<td width="59">
<div align="center">
<input type="text" name="count1"size="8"readOnly value="<%=vo.getCount1()%>">
</div></td>
<td width="61">
<div align="center">
<input type="text" name="zhiFu"size="8"readOnly value="<%=a=new String(vo.getZhiFu().getBytes("8859_1"))%>">
</div></td>
<td width="96"><a href="chakandizhi.jsp?dingDanHao=<%=vo.getDingDanHao()%>&userCode=<%=vo.getUserCode()%>&number=<%=vo.getNumber()%>&name=<%=vo.getName()%>&model=<%=vo.getModel()%>&price=<%=vo.getPrice()%>&count1=<%=vo.getCount1()%>&zhiFu=<%=vo.getZhiFu()%>" target="_blank">
<div align="center">查看<a /></div></td><td width="208">
<div align="center">
<input type="submit" name="Submit" value="確定發(fā)貨,并刪除添加到銷售記錄">
</div></td>
</tr>
</table>
</form>
<p> </p><%}%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -