📄 dc2202.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"><table width="80%" height="0%" border="0" align="center" cellpadding="4" cellspacing="1" class="title_box_line">
<tr class="title_tr">
<td colspan="4" align="center" class="line"><div align="center" class="title_tr"><a class="word_blue2">生成订舱委托书 -- 详细信息</a></div></td>
</tr>
<tr class="content_tr" >
<td colspan="4" align="center" class="title_tr"></td>
</tr>
<tr class="content_tr" >
<td width="9%" align="center" class="title_tr">货物种类</td>
<td width="16%" class="word_blue"><div align="left"><bean:write name="book" property="type"></bean:write></div></td>
<td width="12%" align="center" class="title_tr">船代公司编号</td>
<td width="16%" class="word_blue"><bean:write name="book" property="shipcno"></bean:write></td>
</tr>
<tr class="content_tr" >
<td align="center" class="title_tr">尺码</td>
<td class="word_blue"><div align="left"><bean:write name="book" property="size"></bean:write></div></td>
<td align="center" class="title_tr">船公司</td>
<td class="word_blue"><bean:write name="book" property="shipcname"></bean:write></td>
</tr>
<tr class="content_tr" >
<td align="center" class="title_tr">运货量</td>
<td class="word_blue"><div align="left"><bean:write name="book" property="weight"></bean:write></div></td>
<td align="center" class="title_tr">船名</td>
<td class="word_blue"><bean:write name="book" property="shipname"></bean:write></td>
</tr>
<tr class="content_tr" >
<td align="center" class="title_tr">收货地点</td>
<td class="word_blue"><div align="left"><bean:write name="book" property="receplace"></bean:write></div></td>
<td align="center" class="title_tr">航次</td>
<td class="word_blue"><bean:write name="book" property="voyno"></bean:write></td>
</tr>
<tr class="content_tr" >
<td height="17" align="center" class="title_tr">交货地点</td>
<td class="word_blue"><div align="left"><bean:write name="book" property="deliplace"></bean:write></div></td>
<td align="center" class="title_tr">航期</td>
<td class="word_blue"><bean:write name="book" property="voytime"></bean:write></td>
</tr>
<tr class="content_tr" >
<td colspan="4" align="center" class="title_data_bg"> </td>
</tr>
<tr class="content_tr" >
<td height="30" align="center" class="title_tr">运费率</td>
<td class="word_blue"><bean:write name="book" property="trafree"></bean:write></td>
<td align="center" class="title_tr">发货人</td>
<td align="left" class="word_blue"><bean:write name="book" property="sendperon"></bean:write></td>
</tr>
<tr class="content_tr" >
<td align="center" class="title_tr">应收费用</td>
<td class="word_blue">9<bean:write name="book" property="dealcost"></bean:write></td>
<td align="center" class="title_tr">收货人</td>
<td align="left" class="word_blue"><bean:write name="book" property="receperson"></bean:write></td>
</tr>
<tr class="content_tr" >
<td align="center" class="title_tr"> </td>
<td class="content_tr"> </td>
<td align="center" class="title_tr">通知人</td>
<td align="left" class="word_blue"><bean:write name="book" property="notifyperson"></bean:write></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="返回" title="BACK">
<!-- <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"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -