invoiceAggregateStaffDetail.html 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <!-- include 'header' -->
  2. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></script>
  3. <link href="<?= WEB_SITE_GLOBAL ?>css/datepicker.min.css" rel="stylesheet" type="text/css">
  4. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.min.js"></script>
  5. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.zh.js"></script>
  6. <body>
  7. <div class="mainLayout">
  8. <div class="mainMenu">
  9. <div class="menuItem">
  10. <a href="#" class="mLogo">CLD</a>
  11. <ul>
  12. <!-- include 'menuReceipt' -->
  13. </ul>
  14. </div>
  15. </div>
  16. <div class="warpContent">
  17. <div class="subMenu fL">
  18. <div class="menuItem">
  19. <ul>
  20. <!-- include 'invoiceMenu' -->
  21. </ul>
  22. </div>
  23. </div>
  24. <div class="adminContent autoHeight">
  25. <legend>
  26. {{staffDetail.username}}开票汇总 <a href="/invoiceAggregateStaffReceivablesDetail?&sidKey={{sidKey}}">{{staffDetail.username}}收款汇总</a>
  27. </legend>
  28. <div class="demandCate">
  29. <form action="/invoiceAggregateStaffDetail/1/{{status}}?&sidKey={{sidKey}}" id="iaa" method="get">
  30. <ul class="cateList">
  31. <li>
  32. <a <!-- if {{status}}=='All' --> class="now" <!-- endif --> href="/invoiceAggregateStaffDetail?&sidKey={{sidKey}}">所有</a>
  33. <a <!-- if {{status}}=='UNRECORD' --> class="now" <!-- endif --> href="/invoiceAggregateStaffDetail/1/UNRECORD?&sidKey={{sidKey}}" title="未入账">未入账</a>
  34. <a <!-- if {{status}}=='RECORD' --> class="now" <!-- endif --> href="/invoiceAggregateStaffDetail/1/RECORD?&sidKey={{sidKey}}" title="已入账">已入账</a>
  35. <a <!-- if {{status}}=='BOUNCED' --> class="now" <!-- endif --> href="/invoiceAggregateStaffDetail/1/BOUNCED?&sidKey={{sidKey}}" title="已退票">已退票</a>
  36. <a <!-- if {{status}}=='PARTRECORD' --> class="now" <!-- endif --> href="/invoiceAggregateStaffDetail/1/PARTRECORD?&sidKey={{sidKey}}" title="部分入账">部分入账</a>
  37. </li>
  38. <li>
  39. <select name="sidKey" node-invoicetype>
  40. <!-- loop staffList -->
  41. <option <!-- if {{staffList' value.sid}}=={{staffDetail.sid}} --> selected <!-- endif --> value="{{staffList' value.sidKey}}">{{staffList' value.username}}</option>
  42. <!-- endloop -->
  43. </select>
  44. </li>
  45. <li>
  46. <div class="search">
  47. <div class="input-append">
  48. <input class="datepicker-here span3" name="date" value="{{date}}" placeholder="按出票时间筛选" data-range="true"
  49. data-multiple-dates-separator=" : " data-language="zh" type="text">
  50. <button class="btn btn-small" type="submit">查询</button>
  51. </div>
  52. </div>
  53. </li>
  54. <li><div class="search"><div class="input-append">
  55. <input class="span3" placeholder="开票单位" name="MebSea" value="{{MebSeaEn}}" type="text">
  56. <button class="btn btn-small" node-irmMebSea type="submit">搜索</button>
  57. </div>
  58. </div></li>
  59. </ul>
  60. </form>
  61. </div>
  62. <div class="saeaList">
  63. <table class="table table-hover">
  64. <tbody>
  65. <tr class="thead">
  66. <th>开票人</th>
  67. <th>开票流水</th>
  68. <th>开票金额</th>
  69. <th>开票单位(抬头)</th>
  70. <th>开票内容</th>
  71. <th>出票时间</th>
  72. <th>状态</th>
  73. <th>收款流水号</th>
  74. <th>收款金额</th>
  75. </tr>
  76. <!-- loop list -->
  77. <tr>
  78. <td>{{list' value.userName}}</td>
  79. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{list' value.iidKeyK}}" data-toggle="modal">{{list' value.invoiceSerial}}</a></td>
  80. <td>
  81. <!-- if !empty({{list' value.invoiceType}}) -->
  82. <b>¥{{list' value.invoicePrice}}</b><sup>专</sup>
  83. <!-- else -->
  84. <b>¥{{list' value.invoicePrice}}</b>
  85. <!-- endif -->
  86. </td>
  87. <td>
  88. <!-- if !empty({{list' value.invoiceType}}) -->
  89. {{list' value.invoiceCompany}}
  90. <!-- else -->
  91. {{list' value.invoiceTitle}}
  92. <!-- endif -->
  93. </td>
  94. <!-- <td>{{invoiceList' value.invoiceNo}}</td> -->
  95. <td>{{list' value.invoiceElement}}</td>
  96. <td>
  97. {{list' value.printTime}}
  98. </td>
  99. <td>
  100. <!-- if {{list' value.untreadStatus}}==2 -->
  101. 已退票
  102. <!-- endif -->
  103. </td>
  104. <td>
  105. <!-- loop list' value.irList -->
  106. <a href="#billing" node-invoice='INFO' data-type="receivables" data-isKey="{{list' value' value.iridKeyK}}" data-toggle="modal">{{list' value' value.receivablesSerial}}</a>&nbsp;
  107. <!-- endloop -->
  108. </td>
  109. <td>
  110. <!-- if {{list' value.sumPrice}}==0 -->
  111. <!-- elseif {{list' value.sumPrice}}=={{list' value.invoicePrice}} -->
  112. <b >¥{{list' value.sumPrice}}</b>
  113. <!-- elseif {{list' value.sumPrice}}>{{list' value.invoicePrice}} -->
  114. <b class="colOrange">¥{{list' value.sumPrice}}</b>
  115. <!-- elseif {{list' value.sumPrice}}<{{list' value.invoicePrice}} -->
  116. <b class="colRed">¥{{list' value.sumPrice}}</b>
  117. <!-- endif -->
  118. </td>
  119. </tr>
  120. <!-- endloop -->
  121. </tbody>
  122. </table>
  123. </div>
  124. <!--翻页-->
  125. <div class="demandPage">
  126. <ul class="pagination fL">
  127. <!-- if {{page.previous}}==0 -->
  128. <li><a href="javascript:void(0)" title="上一页">&lt;</a></li>
  129. <!-- else -->
  130. <li><a href="/invoiceAS/{{page.previous}}{{get}}" title="上一页">&lt;</a></li>
  131. <!-- endif -->
  132. <!-- if {{page.on_page}}>=3 -->
  133. <li><a href="/invoiceAS/1{{get}}" title="上一页">1</a></li>
  134. <li class="point"><span>...</span></li>
  135. <!-- endif -->
  136. {{page.page}}
  137. <!-- if {{page.on_page}}<3 && {{page.total_page}}>5 -->
  138. <li><a href="/invoiceAS/4{{get}}" >4</a></li>
  139. <li><a href="/invoiceAS/5{{get}}" >5</a></li>
  140. <!-- endif -->
  141. <!-- if {{page.total_page}}>3 -->
  142. <li class="point"><span>...</span></li>
  143. <!-- endif -->
  144. <!-- if {{page.next}}=={{page.on_page}} -->
  145. <li><a href="javascript:void(0)" title="下一页">&gt;</a></li>
  146. <!-- else -->
  147. <li><a href="/invoiceAS/{{page.next}}{{get}}" title="下一页">&gt;</a></li>
  148. <!-- endif -->
  149. </ul>
  150. </div>
  151. </div>
  152. </div>
  153. </div>
  154. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  155. <div class="modal fade" id="invdetail">
  156. <div id="nc"></div>
  157. </div>
  158. <div class="modal fade" id="billing">
  159. <div id="nr"></div>
  160. </div>
  161. <script type="text/javascript">autoFlashHeight();</script>
  162. </body>