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

📄 lianyun1.asp

📁 20041230162250801409: 浙江省丽水市公铁联运有限公司OA系统(物流) 开发语言:PHP/ASP/PERL 本系统包括各个部门的管理
💻 ASP
字号:
<%
 'if session("pwd")<>"pass" then
' response.Redirect "../huoyun/login.asp"
  'response.end 
 ' end if 
   %>
<%
response.buffer=true
Response.Expires=0
id=request.querystring("id")
Set conn = Server.CreateObject("ADODB.Connection")
DBPath = Server.MapPath("../../data.mdb") ' used f:\gtly\data.mdb  database
conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath
Set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * From tuyun where id="&id, conn,3,3
box4=rs("box")+rs("box1")+rs("box2")+rs("box3")
num4=rs("num")+rs("num1")+rs("num2")+rs("num3")
kg4=rs("kg")+rs("kg1")+rs("kg2")+rs("kg3")
body4=rs("body")+rs("body1")+rs("body2")+rs("body3")
count4=rs("count0")+rs("count1")+rs("count2")+rs("count3")	
	%>
<html>
<head>
<link href="../appmain.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>联运货物统计台账</title>
</head>

<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="FORMTABLE">
  <tr> 
    <td colspan="8"><div align="center">联运货物统计台账</div></td>
  </tr>
  <tr> 
    <td width="5%">时间:</td>
    <td width="13%"><%=rs("ziqi") %></td>
    <td width="7%">发票号码</td>
    <td width="7%"><%=rs("number")  %></td>
    <td width="7%">货物名称</td>
    <td width="28%"><%=rs("goods")  %>&nbsp; <%=rs("goods1")  %>&nbsp;<%=rs("goods2")  %>&nbsp;<%=rs("goods3")  %></td>
    <td width="12%">起点或发货人</td>
    <td width="21%"><%=rs("send_first")  %></td>
  </tr>
  <tr> 

  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="FORMTABLE">
  <tr> 
    <td width="11%">讫点或收货人</td>
    <td width="17%"><%=rs("send_last")  %></td>
    <td width="4%">件数</td>
    <td width="13%"><%=num4 %></td>
    <td width="9%">计费(吨)</td>
    <td width="15%"><%=kg4%></td>
    <td width="10%">整车</td>
    <td width="21%">&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="FORMTABLE">
  <tr> 
    <td width="6%"><div align="center">零担</div></td>
    <td width="11%"><div align="center"></div></td>
    <td width="4%"><div align="center">快运</div></td>
    <td width="10%"><div align="center"></div></td>
    <td width="11%"><div align="center">装车时间</div></td>
    <td width="18%"><div align="center"></div></td>
    <td width="7%"><div align="center">箱型</div></td>
    <td width="6%"><div align="center"></div></td>
    <td width="5%"><div align="center">箱数</div></td>
    <td width="7%"><div align="center"></div></td>
    <td width="5%"><div align="center">计费</div></td>
    <td width="10%"><div align="center"></div></td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="FORMTABLE">
  <tr> 
    <td colspan="3">备注/运号</td>
    <td width="7%">&nbsp;</td>
  </tr>
  <tr> 
    <td width="7%">收货人地址</td>
    <td width="55%"><%=rs("accept_address")  %></td>
    <td width="31%">&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td colspan="4">&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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