<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeliverWorkBookPrintDetail.aspx.cs" Inherits="CY.WebForm.Pages.business.DeliverWorkBookPrintDetail" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head id="Head1" runat="server">
|
<title>订单详情</title>
|
<script src="../../js/utils/jquery-1.5.1.min.js" type="text/javascript"></script>
|
<script src="../../js/common/util.js" type="text/javascript"></script>
|
<script src="../../js/common/KeyBehaviorHook.js" type="text/javascript"></script>
|
<script src="../../js/common/Printter.js?v=7" type="text/javascript"></script>
|
<script src="../../js/common/LodopFuncs.js" type="text/javascript"></script>
|
<link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" />
|
<!--前台页面start-->
|
|
<script type="text/javascript">
|
|
</script>
|
</head>
|
<body style='padding: 0; margin: 0;' onbeforeprint="OnPrint()" onafterprint="OnPrintOver()">
|
<form id="form1" runat="server">
|
<input type="hidden" runat="server" id="hideOrderId" />
|
|
<object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width="0" height="0">
|
<embed id="LODOP_EM" type="application/x-print-lodop" width="0" height="0" pluginspage="/Pages/common/install_lodop32.exe"></embed>
|
</object>
|
<div id='div_tool' printparams='0,2100,2470,"A4"'>
|
</div>
|
|
<asp:Repeater runat="server" ID='rptOrder'>
|
<ItemTemplate>
|
<div class='dbody'>
|
<style type="text/css">
|
.dbody { margin: 0; margin-left: auto; margin-right: auto; }
|
.dtitle { text-align: center; font-size: 19px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; }
|
.dbody table { width: 100%; font-size: 12px; margin-top: 5px; } /* border: 1px solid #dddddd;border-top: 1px #999999 solid;*/
|
.dbody table th, .dbody table td { font-weight: normal; height: 20px; line-height: 20px; vertical-align: middle;/* border: 1px solid #999999;*/ border-top: 0; }
|
.dbody table th { background-color: #E0EDF6; font-weight: bold; }
|
.dbody table td { border-left: 0; padding-left:2px; }
|
.left {text-align: left; }
|
#div_tool { text-align: center; }
|
</style>
|
<table border="0" cellpadding="0" cellspacing="0" style="border: 0;">
|
<tr>
|
<td colspan='9'>
|
<div class='dtitle'>
|
<%=orderName %></div>
|
|
</td>
|
</tr>
|
<tr>
|
<td colspan='9'>
|
|
</td>
|
</tr>
|
<tr>
|
<td class='left' colspan="4">
|
学校: <%#Eval("shipAddress")%>
|
</td>
|
|
<td class='left' colspan="5">
|
地址: <%#Eval("shouhuoAddress")%>
|
</td>
|
|
</tr>
|
|
<tr>
|
<td class='left'colspan="4">
|
联系人: <%#Eval("shipName")%>
|
</td>
|
|
<td class='left'colspan="5">
|
联系电话: <%#Eval("shipMobile")%>
|
</td>
|
|
|
</tr>
|
<tr>
|
<td colspan="9">
|
<%=biaotou %>
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
<td colspan='9'>
|
|
</td>
|
</tr>
|
<tr>
|
<td class='left'colspan="3">
|
收货单位:(盖章)
|
</td>
|
<td class='left' colspan="3">
|
收货人:
|
</td>
|
<td class='left'colspan="3">
|
联系电话:
|
</td>
|
|
</tr>
|
<tr>
|
<td class='left'colspan="6">
|
送货时间:
|
</td>
|
<td class='left' colspan="3">
|
送货人:
|
</td>
|
</tr>
|
</table>
|
<%#(Container.ItemIndex != (countss-1))?"<div class=\"page-break\"></div>":"" %>
|
|
</ItemTemplate>
|
</asp:Repeater>
|
|
|
</div>
|
</form>
|
</body>
|
</html>
|