<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WaixieOrderPrint.aspx.cs" Inherits="CY.WebForm.Pages.business.WaixieOrderPrint" %>
|
|
<!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=14" 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-->
|
<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%; border: 1px solid #dddddd; font-size: 12px; margin-top: 5px; 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: right; }
|
#div_tool { text-align: center; }
|
</style>
|
<script type="text/javascript">
|
window.printBeginCallBack = function () {
|
document.getElementById('fram_operate').style.display = 'none';
|
};
|
window.printOverCallBack = function () {
|
document.getElementById('fram_operate').style.display = '';
|
};
|
|
|
</script>
|
</head>
|
<body style='padding: 0; margin: 0;' onbeforeprint="OnPrint()" onafterprint="OnPrintOver()">
|
<form id="form1" runat="server">
|
<input type="hidden" runat="server" id="hideOrderId" />
|
<div class='dbody'>
|
<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' >
|
</div>
|
|
|
|
|
|
<table border="1" cellpadding="0" cellspacing="0" style="border: 0;margin-bottom:10px;margin-top:10px;">
|
<thead>
|
<tr>
|
|
<th width='25px'>
|
编号
|
</th>
|
<th class='w80px'>
|
外协时间
|
</th>
|
<th class='w80px'>
|
外协订单号
|
</th>
|
<th>
|
原订单号
|
</th>
|
<th>
|
外协厂商
|
</th>
|
<th class='w50px'>
|
印刷类别
|
</th>
|
<th class='w50px'>
|
订单状态
|
</th>
|
<th class='w50px'>
|
支付状态
|
</th>
|
<th class='w50px'>
|
订单类型
|
</th>
|
<th class='w80px'>
|
印刷数量
|
</th>
|
<th class='w80px'>
|
金额
|
</th>
|
<th class='w80px'>
|
已付款
|
</th>
|
<th class='w80px'>
|
未付款
|
</th>
|
|
</tr>
|
</thead>
|
<tbody>
|
<asp:Repeater runat="server" ID='rptOrder'>
|
<ItemTemplate>
|
<tr>
|
|
|
<td>
|
<%#Container.ItemIndex +1%>
|
</td>
|
<td>
|
<%#Eval("CreateTime", "{0:yyyy-MM-dd}")%>
|
</td>
|
<td>
|
<%-- <a href='javascript:void(0)' class='a_under' onclick='ShowOrder(<%#Eval("Keyid") %>)'></a>--%>
|
<%#Eval("SellerOrderId")%>
|
</td>
|
<td>
|
<%-- <a href='javascript:void(0)' class='a_under' onclick='ShowOrder(<%#Eval("OldOrderId") %>)'></a>--%>
|
<%#Eval("OldOrderSellerId")%>
|
</td>
|
<td>
|
<%#Eval("SellerName")%>
|
</td>
|
<td>
|
<%#Eval("PrintType.PrintName")%>
|
</td>
|
<td>
|
<%#Eval("OrderStateObj.Name")%>
|
</td>
|
<td>
|
<%#Eval("PayStateObj.Name")%>
|
</td>
|
<td>
|
<%#Eval("OrderType.Name")%>
|
</td>
|
<td>
|
<%#Eval("OrderExtend.PrintNum")%>
|
</td>
|
<td class="OrderAllMoney">
|
<%#Eval("SumPrice", "{0:F}")%>
|
</td>
|
<td class="OrderAlreadyMoney">
|
<%#Eval("TradingSingle.PayedMoney", "{0:F}")%>
|
</td>
|
<td class='OrderNoMoney <%#Eval("UnPayedMoney","{0:F}")=="0.00"?"":"red"%>'>
|
<%#Eval("UnPayedMoney","{0:F}")%>
|
</td>
|
|
|
</tr>
|
</itemtemplate>
|
</asp:repeater>
|
<tr>
|
<td colspan="10">
|
合计
|
</td>
|
<td >
|
<span id="Spanjineheji" runat="server" ></span>
|
</td>
|
<td >
|
<span id="Spanyishou" runat="server" ></span>
|
</td>
|
<td >
|
<span id="Spanweishou" runat="server" ></span>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
|
|
|
|
|
|
</div>
|
</form>
|
</body>
|
</html>
|