username@email.com
2021-09-22 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3
CY_ECommercePlatform/CY.WebForm/Pages/business/InvoicingApplyPrint.aspx
@@ -40,40 +40,38 @@
        <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 id='div_tool'>
        </div>
          
                     <table border="1" cellpadding="0" cellspacing="0" style="border: 0;margin-bottom:10px;margin-top:10px;">
                     <thead>
                    <tr>
                         
                        <th width="25">
                        <th width="35">
                            编号
                        </th>
                          <th style="text-align: center;" width="70">
                          <th style="text-align: center;" width="80">
                           申请开票时间
                        </th>
                           <th style="text-align: center;" width="70">
                           业务经理
                        </th>
                        <th style="text-align: center;" width="70">
                        <th style="text-align: center;" width="90">
                            开票申请单号
                        </th>
                        <th style="text-align: center;"width="150">
                            客户名称
                        </th>
                        
                        <th width="36">
                        <th width="40">
                            订单数量
                        </th>
                         <th width="60">
                            金额
                        </th>
                       <th width="100">
                            备注
                        </th>
                        
                         <th width="60">
                           开票状态
@@ -90,8 +88,6 @@
                <ItemTemplate>
                            <tr>
                                 
                             <td>
                                    <%#Container.ItemIndex +1 /*(UCPager1.PageSize *( UCPager1.PageIndex-1)+1)*/%>
                                </td>
@@ -124,33 +120,25 @@
                                <td>
                                      <%#Eval("jine", "{0:F}")%>
                                </td>
                                <td>
                                     <div style="width: 120px; word-wrap: break-word; text-align:justify;">
                                        <%#Eval("remark")%>
                                        </div>
                                </td>
                                 <td>
                                   
                                      <%#Eval("KaipiaoshenqingName")%>
                                </td>
                                 <td>
                                      <%#Eval("KehuqianshouName")%>
                                </td>
                               
                            </tr>
                        </itemtemplate>
                    </asp:repeater>
                </tbody>
                          </table>
            </table>
    </div>
    </form>
</body>