| | |
| | | <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"> |
| | | 开票状态 |
| | |
| | | <asp:Repeater runat="server" ID='rptOrder'> |
| | | <ItemTemplate> |
| | | <tr> |
| | | |
| | | |
| | | |
| | | <td> |
| | | <%#Container.ItemIndex +1 /*(UCPager1.PageSize *( UCPager1.PageIndex-1)+1)*/%> |
| | |
| | | </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> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | </div> |
| | | </form> |
| | | </body> |