username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShiJuanBiaoQianPrint.aspx.cs" Inherits="CY.WebForm.Pages.business.ShiJuanBiaoQianPrint" %>
 
<!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='2,2100,2970,"A4"'>
        </div>
       
            <asp:Repeater runat="server" ID='rptOrder'>
                <ItemTemplate>
          
                     <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;width:100%;">
                         
                         <tr>
                        
                        <td class='left'style="width:100%;line-height:150px;"  >
                            &nbsp;
                        </td>
                         
                         
                      
                    </tr>
                    <tr>
                        
                        <td class='left'style="font-size: 120px; text-align: center;width:100%;"  >
                            <%#Eval("Bianhao")%>   <%#Eval("Quyu")%> 
                        </td>
                         
                         
                      
                    </tr>
 
                        
                       
                     <tr>
                        <td class='left' style="font-size: 120px; text-align: center;width:100%;"  >
                              <%#Eval("Xuexiao")%> 
                        </td>
                         
                       
                       
                        
                    </tr>
   
 
                          <tr>
                        
                        <td class='left'style="font-size: 36px; text-align: center;width:100%;"  >
                            <%#Eval("Nianji")%> &nbsp;&nbsp;  <%#Eval("Kemu")%> &nbsp;&nbsp;  <%#Eval("Da")%> +   <%#Eval("Xiao")%>
                        </td>
                         
                         
                      
                    </tr>
 
                     
                       
                   </table>
        <%#(Container.ItemIndex !=  (countss-1))?"<div class=\"page-break\"></div>":"" %> 
 
                </ItemTemplate>
            </asp:Repeater>
            
      
    
    </form>
</body>
</html>