?? fahuochakan.jsp~22~
字號:
<%@ page contentType="text/html; charset=GBK" %>
<jsp:useBean id="gouwuchecharu1" scope="session" class="JavaBean.GouWuCheBean">
</jsp:useBean>
<%@page import="java.util.*" %>
<%@page import="ejb.GouWuCheInfoVo" %>
<html>
<head>
<title>
fahuochakan
</title>
</head>
<body bgcolor="#ffffff">
<%!String a; %>
<%Iterator it =gouwuchecharu1.selectForZhiFu().iterator();%>
<table width="897" height="29" border="1">
<tr>
<td width="60"><div align="center">訂單號</div></td>
<td width="64"><div align="center">用戶ID</div></td>
<td width="105"><div align="center">產品序列號</div></td>
<td width="61"><div align="center">產品名</div></td>
<td width="81"><div align="center">產品型號</div></td>
<td width="92"><div align="center">產品價格/1</div></td>
<td width="71"><div align="center">數量</div></td>
<td width="39"><div align="center">支付</div></td>
<td width="72">發貨地址</td>
<td width="188"><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="897" height="30" border="1">
<tr>
<td width="60">
<div align="center">
<input type="text" name="dingDanHao" size="8" readOnly value="<%=vo.getDingDanHao()%>">
</div></td>
<td width="67">
<div align="center">
<input type="text" name="userCode"size="8"readOnly value="<%=vo.getUserCode()%>">
</div></td>
<td width="101">
<div align="center">
<input type="text" name="number"size="8"readOnly value="<%=vo.getNumber()%>">
</div></td>
<td width="64">
<div align="center">
<input type="text" name="name"size="8"readOnly value="<%=a=new String(vo.getName().getBytes("8859_1"))%>">
</div></td>
<td width="80">
<div align="center">
<input type="text" name="model"size="8"readOnly value="<%=vo.getModel()%>">
</div></td>
<td width="89">
<div align="center">
<input type="text" name="price"size="8"readOnly value="<%=vo.getPrice()%>">
</div></td>
<td width="56">
<div align="center">
<input type="text" name="count1"size="8"readOnly value="<%=vo.getCount1()%>">
</div></td>
<td width="58">
<div align="center">
<input type="text" name="zhiFu"size="8"readOnly value="<%=a=new String(vo.getZhiFu().getBytes("8859_1"))%>">
</div></td>
<td width="71"><a href="chakandizhi.jsp?dingDanHao=<%=vo.getDingDanHao()%>&userCode=<%=vo.getUserCode()%>" target="_blank">
<div align="center">查看<a /></div></td><td width="60">
<div align="center">
<input type="submit" name="Submit" value="確定發貨,并添加到銷售記錄">
</div></td>
</tr>
</table>
</form>
<p> </p><%}%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -