?? selectkhcpxzcontent.jsp
字號:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List"%>
<%@ page import="com.domain.KhcpxzForm"%>
<%KhcpxzForm form=(KhcpxzForm)request.getAttribute("Form");%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查看業(yè)務(wù)來往詳細(xì)信息</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
}
td{
font-size:9pt;
}
.style1 {font-size: 11pt}
-->
</style>
</head>
<body>
<table width="579" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td> </td>
</tr>
</table>
<table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2%" height="28"> </td>
<td width="9%" background="images/circle.jpg"> </td>
<td width="89%" bgcolor="#FFFFFF"><span class="style1">查看業(yè)務(wù)來往詳細(xì)信息</span></td>
</tr>
<tr style="line-height:2px">
<td width="2%" height="5"> </td>
<td height="5" colspan="2" bgcolor="#D4D0C8"> </td>
</tr>
<tr align="center" valign="top" bgcolor="#FFFFFF">
<td height="454" colspan="3"><br>
<table width="515" border="0" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr align="center">
<td width="86" height="24" align="right" bgcolor="#ffcc33"><div align="center">產(chǎn)品銷售編號</div></td>
<td width="146" align="center" bgcolor="#FFFFFF"><%=form.getCpxx_id()%></td>
<td width="85" align="center" bgcolor="#ffcc33"> 產(chǎn)品銷售名稱</td>
<td width="177" bgcolor="#FFFFFF"><%=form.getCpxx_mc()%></td>
</tr>
<tr align="center">
<td height="24" align="right" bgcolor="#ffcc33"><div align="center">產(chǎn)品價格</div></td>
<td bgcolor="#FFFFFF"><%=form.getCpxx_cpdj()%></td>
<td align="center" bgcolor="#ffcc33">產(chǎn)品銷售日期</td>
<td bgcolor="#FFFFFF"><%=form.getCpxx_xsrp()%></td>
</tr>
<tr >
<td height="24" align="right" bgcolor="#ffcc33"><div align="center">銷售的客戶編號</div></td>
<td bgcolor="#FFFFFF" colspan="3"><%=form.getCpxx_khId()%></td>
</tr>
<tr>
<td height="24" align="right" bgcolor="#ffcc33"><div align="center">備注信息</div></td>
<td colspan="3" bgcolor="#FFFFFF"><%=form.getCpxx_bz()%></td>
</tr>
</table>
<p> </p>
<table width="87%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="79%" height="41"><div align="right"><span class="style1"><a href="khcpxzSelect.do">返回</a></span></div></td>
<td width="21%"><div align="center"><span class="style1"><a href="khcpxzSelectOne.do?id=<%=form.getId()%>&method=1">修改</a></span></div></td>
</tr>
</table>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -