You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/DSWeb/EDIFiles/报表利润情况说明.html

58 lines
4.7 KiB
HTML

2 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>报表利润情况说明</title>
</head>
<body>
2 years ago
<h1 style="color: #000000;font-family: SimSun;text-align: center;margin-bottom:5px;">报表利润情况说明</h1>
<hr style="width:265px;border-top: 1px solid #000000;margin: 0 auto 2px;" />
<hr style="width:265px;border-top: 1px solid #000000;margin-top: 0px;margin: 0 auto;" />
2 years ago
<div style="width: 1200px;margin: 0 auto;">
2 years ago
<table style="width:100%;margin-top:30px;border-collapse:collapse;border: 1px solid #000000;">
2 years ago
<tbody>
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">操作</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">$OP$</td>
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">ETD日期</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;">$ETD$</td>
2 years ago
</tr>
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">业务编号</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">$CUSTNO$</td>
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">提单号/箱量</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;">$MBLNO$/$CNTRTOTAL$</td>
2 years ago
</tr>
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">客户名称</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">$CUSTOMERNAME$</td>
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">同行/直客</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;">$CUSTTYPE$</td>
2 years ago
</tr>
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">船公司</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">$CARRIER$</td>
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">PS对象写编号</td>
<td nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;">$PSCUSTNAME$</td>
2 years ago
</tr>
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">利润状态</td>
<td colspan="3" nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">
2 years ago
$PROFITSTATUS$
</td>
</tr>
2 years ago
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:30px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">利润报表</td>
<td colspan="3" nowrap="nowrap" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">
2 years ago
$PROFITSTR$
</td>
</tr>
2 years ago
<tr>
2 years ago
<td nowrap="nowrap" style="color: #000000;font-family: KaiTi;font-size: 14px;width:15%;height:70px;text-align: center;border-right:1px solid #000000;border-bottom:1px solid #000000;">情况说明</td>
<td colspan="3" style="color:#000000;font-size:14px;padding-left:10px;width:35%;border-bottom:1px solid #000000;border-right:1px solid #000000;">$SHENREMARK$</td>
2 years ago
</tr>
</tbody>
</table>
</div>
</body>
</html>