wasteBookExpenditure.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. <!-- include '../header' -->
  2. <script src="<?= WEB_SITE_GLOBAL ?>js/payments.js"></script>
  3. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.min.js"></script>
  4. <script src="<?= WEB_SITE_GLOBAL ?>js/datepicker.zh.js"></script>
  5. <link href="<?= WEB_SITE_GLOBAL ?>css/datepicker.min.css" rel="stylesheet" type="text/css">
  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 '../menu' -->
  13. </ul>
  14. </div>
  15. </div>
  16. <div class="warpContent">
  17. <div class="subMenu fL">
  18. <div class="menuItem">
  19. <!-- include '../admin/receipt_menu' -->
  20. </div>
  21. </div>
  22. <div class="adminContent autoHeight" style="height: 821px;">
  23. <legend><div class="fR"></div>公司流水所有收支</legend>
  24. <div class="demandCate">
  25. <form action="/wasteBookExpenditure" id="ira" method="get">
  26. <ul class="cateList">
  27. <li><a class="now" href="/wasteBookExpenditure" >所有支出</a>
  28. <a href="/wasteBookIncome">所有收入</a></li>
  29. <li>
  30. <select name='cid' select-wasteBook >
  31. <option <!-- if 'ALL' == {{cid}} --> selected <!-- endif --> value="ALL">所有办事处</option>
  32. <!-- loop categoryList -->
  33. <option <!-- if {{categoryList' value.cid}} == {{cid}} --> selected <!-- endif --> value="{{categoryList' value.cidKey}}">
  34. {{categoryList' value.title}}</option>
  35. <!-- endloop -->
  36. </select>
  37. </li>
  38. <li>
  39. <select name="accountType" select-wasteBook >
  40. <option <!-- if 'ALL' == {{accountType}} --> selected <!-- endif --> value="ALL">所有</option>
  41. <option <!-- if 'PAYMENTS' == {{accountType}} --> selected <!-- endif --> value="PAYMENTS">日常支出</option>
  42. <option <!-- if 'RECEIPT' == {{accountType}} --> selected <!-- endif --> value="RECEIPT">费用管理</option>
  43. <option <!-- if 'INVOICE' == {{accountType}} --> selected <!-- endif --> value="INVOICE">收款退款</option>
  44. </select>
  45. </li>
  46. <!-- if 'PAYMENTS' == {{accountType}} -->
  47. <li>
  48. <select name="dailyExpenditureType" select-wasteBook>
  49. <option <!-- if 'ALL' == {{dailyExpenditureType}} --> selected <!-- endif --> value="ALL">所有</option>
  50. <option <!-- if 'FexW0' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FexW0'>银行手续费</option>
  51. <option <!-- if 'FWUUC' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FWUUC'>总部电话费</option>
  52. <option <!-- if 'FJWys' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FJWys'>缴税</option>
  53. <option <!-- if 'FUUXa' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FWXPj'>广发理财</option>
  54. <option <!-- if 'FxQPk' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FxQPk'>工行理财</option>
  55. <option <!-- if 'FyPxV' == {{dailyExpenditureType}} --> selected <!-- endif --> value='FyPxV'>保证金</option>
  56. </select>
  57. </li>
  58. <!-- endif -->
  59. <!-- if 'RECEIPT' == {{accountType}} -->
  60. <li>
  61. <select name="receiptType" select-wasteBook>
  62. <option <!-- if 'ALL' == {{receiptType}} --> selected <!-- endif --> value="ALL">所有</option>
  63. <option <!-- if 'FexW0' == {{receiptType}} --> selected <!-- endif --> value='FexW0'>借款</option>
  64. <option <!-- if 'FJWys' == {{receiptType}} --> selected <!-- endif --> value='FJWys'>报销</option>
  65. <option <!-- if 'FUUXa' == {{receiptType}} --> selected <!-- endif --> value='FUUXa'>对公汇款</option>
  66. </select>
  67. </li>
  68. <!-- endif -->
  69. <li>
  70. <div class="search">
  71. <div class="input-append">
  72. <input class="datepicker-here span3" name='inputDate' value='{{inputDate}}' placeholder="按时间筛选" type="text" data-range="true"
  73. data-multiple-dates-separator=" : "
  74. data-language="zh">
  75. <button class="btn btn-small" type="submit">查询</button>
  76. </div>
  77. </div></li>
  78. <li>{{year}}合计:¥{{sum}}</li>
  79. <li>{{thsDay}}合计:¥{{thsDaySum}}</li>
  80. </ul>
  81. </form>
  82. </div>
  83. <div class="saeaList">
  84. <!--执行列表-->
  85. <div class="entry">
  86. <table class="table table-bordered table-condensed">
  87. <tr>
  88. <th class="taC">支出项</th>
  89. <!-- if 'INVOICE' == {{accountType}} -->
  90. <th class="taC">退款单位</th>
  91. <!-- endif -->
  92. <th class="taC">金额</th>
  93. <th class="taC">支出银行</th>
  94. <th class="taC">时间</th>
  95. <th class="taC">单号</th>
  96. <th class="taC">提交人</th>
  97. </tr>
  98. <!-- loop incomeList -->
  99. <tr>
  100. <!-- if {{expenditureList' value.accountType}}==5||{{expenditureList' value.accountType}}==9||{{expenditureList' value.accountType}}==10 -->
  101. <td>日常支出({{expenditureList' value.data.expenditureTypeMsg}})</td>
  102. <!-- elseif {{expenditureList' value.accountType}}==1 -->
  103. <td>费用管理(借款)</td>
  104. <!-- elseif {{expenditureList' value.accountType}}==2 -->
  105. <td>费用管理(借款报销)</td>
  106. <!-- elseif {{expenditureList' value.accountType}}==3 -->
  107. <td>费用管理(报销)</td>
  108. <!-- elseif {{expenditureList' value.accountType}}==4 -->
  109. <td>费用管理(对公汇款)</td>
  110. <!-- elseif {{expenditureList' value.accountType}}==11 -->
  111. <td>收款退款</td>
  112. <!-- elseif {{expenditureList' value.accountType}}==12 -->
  113. <td>费用管理(培训班)</td>
  114. <!-- endif -->
  115. <!-- if 'INVOICE' == {{accountType}} -->
  116. <td>{{expenditureList' value.data.refundCompany}}</td>
  117. <!-- endif -->
  118. <td>¥{{expenditureList' value.accountPriceShow}}</td>
  119. <td>{{expenditureList' value.accountBankMsg}}</td>
  120. <td>{{expenditureList' value.inputDate}}</td>
  121. <!-- if {{expenditureList' value.accountType}}==5||{{expenditureList' value.accountType}}==9||{{expenditureList' value.accountType}}==10 -->
  122. <td><a href="#saea-detail4" node-pay=waste data-key="{{expenditureList' value.data.aidKey}}" data-toggle="modal">{{expenditureList' value.data.bookSerial}}</a></td>
  123. <!-- elseif {{expenditureList' value.accountType}}==11 -->
  124. <td><a href="#saea-detail11" node-ir11=waste data-key="{{expenditureList' value.data.iridKey}}" data-toggle="modal">{{expenditureList' value.data.receivablesSerial}}</a></td>
  125. <!-- elseif {{expenditureList' value.accountType}}==12 -->
  126. <td><a href="/receiptTrain/info/{{expenditureList' value.data.ridKey7}}.html" data-toggle="modal">{{expenditureList' value.data.receiptOrder}}</a></td>
  127. <!-- else -->
  128. <td><a href="#saea-detail1" node-receipt=waste data-key="{{expenditureList' value.data.ridKey}}" data-accountTypeKey="{{expenditureList' value.accountTypeKey}}" data-toggle="modal">{{expenditureList' value.data.receiptOrder}}</a></td>
  129. <!-- endif -->
  130. <td>{{expenditureList' value.category}}-{{expenditureList' value.name}}</td>
  131. </tr>
  132. <!-- endloop -->
  133. </table>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. <!--弹出费用详情 借款报销-->
  140. <div class="modal hide fade" id="saea-detail1">
  141. <div class="modal-dialog">
  142. <div class="modal-content">
  143. <div class="modal-header">
  144. <h3>费用详情</h3>
  145. </div>
  146. <div class="modal-body saeaList">
  147. <div id="wasteReceipt"></div>
  148. </div>
  149. <div class="modal-footer">
  150. <a href="#" class="button btn-gray" data-dismiss="modal"
  151. aria-hidden="true">关闭</a>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. <!--弹出日常收支 -->
  157. <div class="modal hide fade" id="saea-detail4">
  158. <div class="modal-dialog">
  159. <div class="modal-content">
  160. <div class="modal-header">
  161. <h3>费用详情</h3>
  162. </div>
  163. <div class="modal-body saeaList">
  164. <table class="table table-bordered table-condensed">
  165. <tboay>
  166. <tr>
  167. <th class="taC" colspan="2">支出</th>
  168. </tr>
  169. <tr>
  170. <th class="taC" width="110">收支录入</th>
  171. <td id='WI-wasteStaff'></td>
  172. </tr>
  173. <tr>
  174. <th class="taC">单号</th>
  175. <td id='WI-bookSerial'></td>
  176. </tr>
  177. <tr>
  178. <th class="taC">费用类型</th>
  179. <td id='WI-expenditureMsg'></td>
  180. </tr>
  181. <tr>
  182. <th class="taC">支出金额</th>
  183. <td id='WI-expenditurePrice'></td>
  184. </tr>
  185. <tr>
  186. <th class="taC">支出银行</th>
  187. <td id='WI-expenditureBank'></td>
  188. </tr>
  189. <tr>
  190. <th class="taC">银行支付时间</th>
  191. <td id='WI-expenditureDate'></td>
  192. </tr>
  193. <tr>
  194. <th class="taC">备注</th>
  195. <td id='WI-remarks'></td>
  196. </tr>
  197. </tboay>
  198. </table>
  199. </div>
  200. <div class="modal-footer">
  201. <a href="#" class="button btn-gray" data-dismiss="modal"
  202. aria-hidden="true">关闭</a>
  203. </div>
  204. </div>
  205. </div>
  206. </div>
  207. <!-- 弹出收入详情 -->
  208. <div class="modal hide fade" id="saea-detail11">
  209. <div class="modal-dialog">
  210. <div class="modal-content">
  211. <div class="modal-header">
  212. <h3>收款详情</h3>
  213. </div>
  214. <div class="modal-body saeaList">
  215. <table class="table table-bordered table-condensed">
  216. <tboay>
  217. <tr><th class="taC" colspan="2">支出</th></tr>
  218. <tr><th class="taC" width="110">支出录入</th>
  219. <td id='IR11-wasteStaff'></td></tr>
  220. <tr><th class="taC">单号</th>
  221. <td id='IR11-bookSerial'></td>
  222. </tr>
  223. <tr><th class="taC">支出信息</th>
  224. <td id='IR11-expenditureMsg'></td>
  225. </tr>
  226. <tr><th class="taC">退款金额</th>
  227. <td id='IR11-expenditurePrice'></td>
  228. </tr>
  229. <tr><th class="taC">支出银行</th>
  230. <td id='IR11-expenditureBank'></td>
  231. </tr>
  232. <tr><th class="taC">银行到帐时间</th>
  233. <td id='IR11-expenditureDate'></td>
  234. </tr>
  235. </tboay>
  236. </table>
  237. </div>
  238. <div class="modal-footer">
  239. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  240. </div>
  241. </div>
  242. </div>
  243. </div>
  244. <script type="text/javascript">autoFlashHeight();</script>
  245. </body>