username@email.com
2025-11-21 24ac6e50da797cc3372f67f346618be86b86c4d1
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeliverWorkBookPrintDetailshuju.aspx.cs" Inherits="CY.WebForm.Pages.business.DeliverWorkBookPrintDetailshuju" %>
 
<!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,2970,"A4"'>
        </div>
       
          <asp:Repeater runat="server" ID='rptOrder'>
                <ItemTemplate>
       <div class='dbody'>              
                     <style type="text/css">
        .dbody {   width:90%; margin-left: 40px;}
        .dtitle { text-align: center; font-size: 19px; font-weight: bold; margin-top: 10px; margin-bottom: 10px; }
         .dtitlea { text-align: left; font-size: 19px; margin-top: 10px; margin-bottom: 10px; }
        .dbody table { width: 100%; font-size: 12px; margin-top: 5px; margin-left: auto; margin-right: auto; }  /* 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:0px; }
        .left {text-align: left; }
        #div_tool { text-align: center; }
 
         #myTable {
  border-collapse: collapse; /* 确保边框融合 */
}
 
#myTable td, #myTable th {
  border: 1px solid black; /* 设置边框为1px纯黑 */
}
 
    </style>
             
                    <table border="0" cellpadding="0" cellspacing="0" style="border: 0;">
                         <tr>
                              <td class='left'colspan="8">
                             <div class='dtitlea'>
                                <%#Eval("Bianhao")%> </div>
                        </td>
                    </tr>
                         <tr>
                              <td class='left'colspan="8">
                             &nbsp;
                        </td>
                    </tr>
                         <tr>
                              <td class='left'colspan="8">
                             &nbsp;
                        </td>
                    </tr>
                    <tr>
                        <td colspan='8'>
                            <div class='dtitle'>
                                <%=orderName %></div>
                          
                        </td>
                    </tr>
                    <tr>
                        <td colspan='8'>
                            &nbsp;
                        </td>
                    </tr>
                    <tr>
                        <td class='left' colspan="4">
                           学校:<%#Eval("shipAddress")%>  
                        </td>
                         
                        <td class='left'  colspan="4">
                            地址: <%#Eval("shouhuoAddress")%>
                        </td>
                      
                    </tr>
                       
                     <tr>
                        <td class='left'colspan="4">
                            联系人:  <%#Eval("shipName")%>
                        </td>
                         
                        <td class='left'colspan="4">
                            联系电话: <%#Eval("shipMobile")%>
                        </td>
                       
                        
                    </tr>
  </table>
                          <%#Eval("biaoge")%>
                          <table border="0" cellpadding="0" cellspacing="0" style="border: 0;">          
 
                          
 
                    <tr>
                        <td colspan='8'>
                            &nbsp;
                        </td>
                    </tr>
                    <tr>
                        <td class='left'colspan="3">
                            收货人:  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;联系电话:
                        </td>
                        <td class='left' colspan="4">
                            &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        </td>
                        <td class='left'colspan="1">
                             送货人:<%=selSonghuoren %>
                        </td>
                       
                    </tr>
                   <tr>
                          <td class='left'colspan="3">
                           收货单位:(盖章) 
                        </td>
                         <td class='left'colspan="4">
                          
                        </td>
                        <td class='left' colspan="1">
                        送货时间:<%=txtBeginDate %>
                        </td>
                    </tr>
                         <tr>
                          <td class='left'colspan="8">
                           &nbsp;
                        </td>
                             </tr>
                         <tr>
                          <td class='left'colspan="8">
                             &nbsp;
                        </td>
                             </tr>
                         <tr>
                              <td class='left'colspan="8">
                             &nbsp;
                        </td>
                             </tr>
                         <tr>
                              <td class='left'colspan="8">
                             &nbsp;
                        </td>
                    </tr>
                        <tr>
                              <td class='left'colspan="8">
                             &nbsp;
                        </td>
                    </tr>
                        
                         
                      
                       
                   </table>
            </div>
      <%#(Container.ItemIndex !=  (countss-1)&& ((Container.ItemIndex+1)%2==0 || selChicun == "1" ))?"<div class=\"page-break\"></div>":"" %> 
  
                </ItemTemplate>
            </asp:Repeater>
            
       
  
    </form>
</body>
</html>