📄 printorder.aspx
字号:
<%@ Page language="c#" Codebehind="printorder.aspx.cs" AutoEventWireup="false" Inherits="qruan.admin2006.printorder" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>printorder</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="./css.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="javascript">
function printpreview(){
// 打印页面预览
wb.execwb(7,1);
}
function printit()
{
wb.execwb(6,6);
}
</script>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<OBJECT id="wb" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"
name="wb" VIEWASTEXT>
<PARAM NAME="ExtentX" VALUE="26">
<PARAM NAME="ExtentY" VALUE="26">
<PARAM NAME="ViewMode" VALUE="0">
<PARAM NAME="Offline" VALUE="0">
<PARAM NAME="Silent" VALUE="0">
<PARAM NAME="RegisterAsBrowser" VALUE="0">
<PARAM NAME="RegisterAsDropTarget" VALUE="1">
<PARAM NAME="AutoArrange" VALUE="0">
<PARAM NAME="NoClientEdge" VALUE="0">
<PARAM NAME="AlignLeft" VALUE="0">
<PARAM NAME="NoWebView" VALUE="0">
<PARAM NAME="HideFileNames" VALUE="0">
<PARAM NAME="SingleClick" VALUE="0">
<PARAM NAME="SingleSelection" VALUE="0">
<PARAM NAME="NoFolders" VALUE="0">
<PARAM NAME="Transparent" VALUE="0">
<PARAM NAME="ViewID" VALUE="{0057D0E0-3573-11CF-AE69-08002B2E1262}">
<PARAM NAME="Location" VALUE="http://go.copyso.com/e/e1.asp?search=&iu=2361237003">
</OBJECT>
<form id="Form1" method="post" runat="server">
<table width="642" border="0" cellpadding="1" cellspacing="1" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td width="46" align="center">联系人</td>
<td width="70" align="center">电话</td>
<td width="136" align="center">送餐地址</td>
<td width="187" align="center">配送菜单、数量、及单价</td>
<td width="42" align="center">状态</td>
<td width="57" align="center">送到时间</td>
<td width="38" align="center">合计</td>
<td width="66" align="center">客户签名</td>
</tr><asp:Repeater id="Repeater1" runat="server"><ItemTemplate>
<tr bgcolor="#FFFFFF">
<td><%# DataBinder.Eval(Container.DataItem,"user_lxr") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"user_tel") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"user_add_all") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"veg_name") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"pay_state") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"arr_time") %></td>
<td><%# DataBinder.Eval(Container.DataItem,"veg_price") %></td>
<td> </td>
</tr></ItemTemplate></asp:Repeater>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -