⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dc2102.jsp

📁 一个完整的物流系统
💻 JSP
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"
	prefix="bean"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"
	prefix="logic"%>
<%
	String path = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ path + "/";
%>
<html>
	<head>
		<base href="<%=basePath%>">
		<title>未申请订舱详细信息</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
		<meta name="ProgId" content="FrontPage.Editor.Document">
		<link href="css/content.css" rel="stylesheet" type="text/css">
		<style type="text/css">
<!--
body {
	margin-bottom: 20%;
}
-->
</style>
		<link href="css/main_content.css" rel="stylesheet" type="text/css">
		<style type="text/css">
<!--
.STYLE1 {
	font-size: 18px
}
-->
</style>
	</head>



	<body style="margin: 0px;">
		<form name="TaxLawHelperForm" method="POST">
			<table width="100%" height="100%" border="0" cellpadding="0"
				cellspacing="0">
				<tr>
					<td colspan="2" class="tr_title4">
						<div align="center"></div>
					</td>
				</tr>
				<tr>
					<td colspan="2"><br><br><br><br><br>
						<table width="80%" height="70%" border="0" align="center" cellpadding="4"
							cellspacing="1" class="title_box_line">
							<tr class="title_tr">
								<td colspan="8" align="center">
									<div align="center">
										<a class="word_blue2">订舱申请详细信息</a>
									</div>
								</td>
							</tr>
							<tr class="content_tr">
								<td colspan="8" align="center" class="word_blue2">
									编号
									<bean:write name="book" property="id" />
								</td>
							</tr>
							<tr class="content_tr">
								<td colspan="8" align="center">
									&nbsp;
								</td>
							</tr>
							<tr class="content_tr">
								<td width="11%" rowspan="3" align="center" class="word_blue2">
									费用信息
								</td>
								<td width="9%" height="30" align="center" class="title_tr">
									运费率
								</td>
								<td width="16%" class="word_blue">
									<bean:write name="book" property="trafree" />
								</td>
								<td width="11%" rowspan="3" align="center" class="word_blue2">
									人员信息
								</td>
								<td width="11%" align="center" class="title_tr">
									发货人
								</td>
								<td colspan="3" align="center" class="word_blue">
									<bean:write name="book" property="sendperon" />
								</td>
							</tr>
							<tr>
								<td align="center" class="title_tr">
									应付费用
								</td>
								<td class="content_tr">
									&nbsp;<font class="word_blue">
									<bean:write name="book" property="payrate" /></font>
								</td>
								<td align="center" class="title_tr">
									收货人
								</td>
								<td colspan="3" align="center" class="content_tr">
									<span class="word_blue"><bean:write name="book"
											property="receperson" />
									</span>
								</td>
							</tr>
							<tr>
								<td align="center" class="title_tr">
									应收费用
								</td>
								<td class="content_tr">
									&nbsp;
									<font class="word_blue"><bean:write name="book" property="dealcost" /></font>
								</td>
								<td align="center" class="title_tr">
									通知人
								</td>
								<td colspan="3" align="center" class="content_tr">
									<font class="word_blue"><bean:write name="book" property="notifyperson" /></font>
								</td>
							</tr>
							<tr class="content_tr">
								<td colspan="8" align="center" class="word_blue2">
									&nbsp;
								</td>
							</tr>
							<tr class="content_tr">
								<td align="center" class="word_blue2">
									货物信息
								</td>
								<td align="center" class="title_tr">
									货物种类
								</td>
								<td>
									<font class="word_blue"><bean:write name="book" property="type" /></font>
								</td>
								<td align="center" class="title_tr">
									<span class="title_tr">收货地点</span>
								</td>
								<td colspan="2" align="center" class="content">
									<font class="word_blue"><bean:write name="book" property="receplace" /></font>
								</td>
								<td width="42%" colspan="2" align="center" class="content">
									&nbsp;
								</td>
							</tr>
							<tr class="content_tr">
								<td align="center" class="word_blue2">
									&nbsp;
								</td>
								<td align="center" class="title_tr">
									尺码
								</td>
								<td>
									<font class="word_blue"><bean:write name="book" property="size" /></font>
								</td>
								<td align="center" class="title_tr">
									<span class="title_tr">交货地点</span>
								</td>
								<td colspan="2" align="center" class="content">
									<font class="word_blue"><bean:write name="book" property="deliplace" /></font>
								</td>
								<td colspan="2" align="center" class="content">
									&nbsp;
								</td>
							</tr>
							<tr class="content_tr">
								<td align="center" class="word_blue2">
									&nbsp;
								</td>
								<td align="center" class="title_tr">
									运货量
								</td>
								<td>
									<font class="word_blue"><bean:write name="book" property="weight" /></font>
								</td>
								<td align="center" class="title_tr">
									运输方式
								</td>
								<td colspan="2" align="center" class="content">
									<font class="word_blue"><bean:write name="book" property="transway" /></font>
								</td>
								<td colspan="2" align="center" class="content">
									&nbsp;
								</td>
							</tr>
						</table>
					</td>
				<tr>
					<td colspan="2" class="content_tr">
						<div align="center">
							<span class="word_blue2"> <input name="back" type="button"
									class="title_tr" onClick="history.back();" value="返回">
									<!--  <input name="print" type="button" disabled="true" class="title_tr" title="Print" onClick="print();"  value="打印"> --> 
								</span>
						</div>
					</td>
				</tr>
				<tr>
					<td colspan="2" class="tr_title4">
						&nbsp;
					</td>
				</tr>
			</table>
		</form>
	</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -