username@email.com
12 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
CY_ECommercePlatform/CY.WebForm/Pages/business/DeliverWorkBookPrintDetail.aspx
@@ -30,19 +30,31 @@
                <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("Bianhao")%>)
                            学校:<%#Eval("shipAddress")%>
                        </td>
                         
                        <td class='left'  colspan="4">
@@ -89,14 +101,11 @@
                       
                        
                    </tr>
  <tr>
                        <td   colspan="8">
  </table>
                           <%=biaotou %>
                        </td>
                    </tr>
                 <table border="0" cellpadding="0" cellspacing="0" style="border: 0;">
                    <tr>
                        <td colspan='8'>
@@ -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,18 @@
                             &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>
            
       
    </div>
    </form>
</body>
</html>