username@email.com
2025-11-21 24ac6e50da797cc3372f67f346618be86b86c4d1
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetailshuju.aspx
@@ -26,23 +26,35 @@
        <div id='div_tool' printparams='0,2100,2970,"A4"'>
        </div>
       
            <asp:Repeater runat="server" ID='rptOrder'>
          <asp:Repeater runat="server" ID='rptOrder'>
                <ItemTemplate>
       <div class='dbody'>              
                     <style type="text/css">
        .dbody { margin: 0; margin-left: auto; margin-right: auto; }
        .dbody {   width:90%; margin-left: 40px;}
        .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;*/
         .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:2px; }
        .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">
                             &nbsp;
                             <div class='dtitlea'>
                                <%#Eval("Bianhao")%> </div>
                        </td>
                    </tr>
                         <tr>
@@ -69,7 +81,7 @@
                    </tr>
                    <tr>
                        <td class='left' colspan="4">
                            学校:  <%#Eval("shipAddress")%>
                           学校:<%#Eval("shipAddress")%>
                        </td>
                         
                        <td class='left'  colspan="4">
@@ -89,12 +101,9 @@
                       
                        
                    </tr>
  <tr>
                        <td   colspan="8">
  </table>
                          <%#Eval("biaoge")%>
                        </td>
                    </tr>
                          <table border="0" cellpadding="0" cellspacing="0" style="border: 0;">
                          
@@ -108,7 +117,7 @@
                            收货人:  &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;  &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        </td>
                        <td class='left'colspan="1">
                             送货人:<%=selSonghuoren %>
@@ -119,10 +128,10 @@
                          <td class='left'colspan="3">
                           收货单位:(盖章) 
                        </td>
                         <td class='left'colspan="2">
                         <td class='left'colspan="4">
                          
                        </td>
                        <td class='left' colspan="3">
                        <td class='left' colspan="1">
                        送货时间:<%=txtBeginDate %>
                        </td>
                    </tr>
@@ -151,30 +160,19 @@
                             &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>
      <%#(Container.ItemIndex !=  (countss-1)&& (Container.ItemIndex+1)%2==0)?"<div class=\"page-break\"></div>":"" %>
            </div>
      <%#(Container.ItemIndex !=  (countss-1)&& ((Container.ItemIndex+1)%2==0 || selChicun == "1" ))?"<div class=\"page-break\"></div>":"" %>
                </ItemTemplate>
            </asp:Repeater>
            
       
    </div>
    </form>
</body>
</html>