invoiceAchieve.html 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <!-- include 'header' -->
  2. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></script>
  3. <body>
  4. <div class="mainLayout">
  5. <div class="mainMenu">
  6. <div class="menuItem">
  7. <a href="#" class="mLogo">CLD</a>
  8. <ul>
  9. <!-- include 'menuReceipt' -->
  10. </ul>
  11. </div>
  12. </div>
  13. <div class="warpContent">
  14. <div class="subMenu fL">
  15. <div class="menuItem">
  16. <!-- include 'invoiceMenu' -->
  17. </div>
  18. </div>
  19. <div class="adminContent autoHeight">
  20. <legend>
  21. 入账完成发票</legend>
  22. <div class="demandCate">
  23. <ul class="cateList">
  24. <li><a <!-- if {{date}}=='MONTHO' --> class="now" <!-- endif --> href="/invoiceAchieve/1/MONTHO/{{MebSea}}">最近一个月</a>
  25. <a <!-- if {{date}}=='MONTHT' --> class="now" <!-- endif --> href="/invoiceAchieve/1/MONTHT/{{MebSea}}">最近三个月</a>
  26. <a <!-- if {{date}}=='MONTHY' --> class="now" <!-- endif --> href="/invoiceAchieve/1/MONTHY/{{MebSea}}" >今年</a>
  27. <a <!-- if {{date}}=='MONTHA' --> class="now" <!-- endif --> href="/invoiceAchieve/1/MONTHA/{{MebSea}}" >更旧</a></li>
  28. <li>
  29. <div class="search">
  30. <div class="input-append">
  31. <form action="/invoiceAchieve/1/{{date}}" id="ira" method="get" >
  32. <input class="span3" type="text" name="MebSea" data-irmMebSea value="{{MebSeaEn}}" placeholder="发票抬头、开票金额">
  33. <button class="btn btn-small" node-iramMebSea type="submit">搜索</button>
  34. </form>
  35. </div>
  36. </li>
  37. </ul>
  38. </div>
  39. <div class="saeaList">
  40. <table class="table table-hover">
  41. <tbody>
  42. <tr class="thead"><th>开票流水号</th><th>开票金额</th><th>开票单位(抬头)</th><th>开票内容</th><th>发票号</th><th>收款流水号</th><th>收款金额</th><th>入账时间</th></tr>
  43. <!-- loop list -->
  44. <tr>
  45. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{pendingInvoice' value.iidKeyK}}" data-toggle="modal">{{list' value.invoiceSerial}}</a></td>
  46. <td>
  47. <!-- if !empty({{list' value.invoiceType}}) -->
  48. <b>¥{{list' value.invoicePrice}}</b><sup>专</sup>
  49. <!-- else -->
  50. <b>¥{{list' value.invoicePrice}}</b>
  51. <!-- endif -->
  52. </td>
  53. <td><!-- if !empty({{list' value.invoiceType}}) -->
  54. {{list' value.invoiceCompany}}
  55. <!-- else -->
  56. {{list' value.invoiceTitle}}
  57. <!-- endif --></td>
  58. <td>{{list' value.invoiceElement}}</td>
  59. <td>{{invoiceList' value.invoiceNo}}</td>
  60. <td>
  61. <!-- loop list' value.irList -->
  62. <a href="#billing" node-invoice='INFO' data-type="receivables" data-isKey="{{list' value' value.iridKeyK}}" data-toggle="modal">{{list' value' value.receivablesSerial}}</a>&nbsp;
  63. <!-- endloop -->
  64. </td>
  65. <td><b>¥{{list' value.sumPrice}}</b></td>
  66. <td>{{list' value.bindTime}}</td>
  67. </tr>
  68. <!-- endloop -->
  69. </tbody>
  70. </table>
  71. </div>
  72. <!--翻页-->
  73. <div class="demandPage">
  74. <ul class="pagination fL">
  75. <!-- if {{page.previous}}==0 -->
  76. <li><a href="javascript:void(0)" title="上一页">&lt;</a></li>
  77. <!-- else -->
  78. <li><a href="/invoiceAchieve/{{page.previous}}{{get}}" title="上一页">&lt;</a></li>
  79. <!-- endif -->
  80. <!-- if {{page.on_page}}>=3 -->
  81. <li><a href="/invoiceAchieve/1{{get}}" title="上一页">1</a></li>
  82. <li class="point"><span>...</span></li>
  83. <!-- endif -->
  84. {{page.page}}
  85. <!-- if {{page.on_page}}<3 && {{page.total_page}}>5 -->
  86. <li><a href="/invoiceAchieve/4{{get}}" >4</a></li>
  87. <li><a href="/invoiceAchieve/5{{get}}" >5</a></li>
  88. <!-- endif -->
  89. <!-- if {{page.total_page}}>3 -->
  90. <li class="point"><span>...</span></li>
  91. <!-- endif -->
  92. <!-- if {{page.next}}=={{page.on_page}} -->
  93. <li><a href="javascript:void(0)" title="下一页">&gt;</a></li>
  94. <!-- else -->
  95. <li><a href="/invoiceAchieve/{{page.next}}{{get}}" title="下一页">&gt;</a></li>
  96. <!-- endif -->
  97. </ul>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  103. <div class="modal fade" id="invdetail">
  104. <div id="nc"></div>
  105. </div>
  106. <div class="modal fade" id="billing">
  107. <div id="nr"></div>
  108. </div>
  109. <script type="text/javascript">autoFlashHeight();</script>
  110. </body>