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.

42 lines
1.7 KiB
Plaintext

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ctnPage.aspx.cs" Inherits="web.Web.wx.Views.YZ.StatusPage.ctnPage" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>大简云工作平台</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="files/集装箱明细-返场/styles.css" type="text/css" rel="stylesheet" />
</head>
<body style="margin: 0px; width: 350px; padding: 5px;background-color:white">
<div id="dvTop" class="border1" style="margin: 0px; width: 350px; height: 90px">
<div id="dvimg" class="border1" style="float: left">
<img src="images/微信第二版/u6.png" style="width: 87px; height: 87px" />
</div>
<div id="dvinfo" class="border1" style="width: 260px; height: 87px; float: left; margin-left: 2px; font-size: 14px">
<div class="blue" style="font-size: 16px">大简云运踪明细-<%=_STEXT %></div>
<div>提单号:<%=_MBLNO %></div>
<div>船公司:<%=_CARRIERID %></div>
<div>场站:<%=_YARD %></div>
</div>
</div>
<div class="hr"></div>
<div id="dvTable" style="font-size: 12px; width: 347px;" class="border1">
<table id="tb1">
<tr>
<th width="40px">箱型</th>
<th width="90px">箱号</th>
<th width="90px">封号</th>
<th width="137px"><%=_STEXT %>时间</th>
</tr>
<%=_tbHTML %>
</table>
</div>
<div id="dvBtn">
<input type="button" class="back" value="返回" onclick="javascript: history.go(-1);" />
</div>
</body>
</html>