companyMonthCollectDetail.html 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <!-- include 'header' -->
  2. <link rel=stylesheet href="<?= WEB_SITE_GLOBAL ?>css/fixedheadertable.css">
  3. <script src="<?= WEB_SITE_GLOBAL ?>js/receipt.js"></script>
  4. <script src="<?= WEB_SITE_GLOBAL ?>js/jquery.fixedheadertable.js"></script>
  5. <body>
  6. <div class="mainLayout">
  7. <div class="mainMenu">
  8. <div class="menuItem">
  9. <a href="#" class="mLogo">CLD</a>
  10. <ul>
  11. <!-- include 'menuReceipt' -->
  12. </ul>
  13. </div>
  14. </div>
  15. <div class="warpContent">
  16. <div class="subMenu fL">
  17. <div class="menuItem">
  18. <ul>
  19. <!-- include 'receipt_menu' -->
  20. </ul>
  21. </div>
  22. </div>
  23. <div class="adminContent autoHeight" style="height: 821px;">
  24. <legend>
  25. <div class="fL"></div>
  26. 员工每月报销单费用详情
  27. </legend>
  28. <div class="demandCate">
  29. <form action="/companyMonthCollectDetail" id="up" method="post">
  30. <ul class="cateList">
  31. <li><a class="now" href="/companyCategoryCollect">按办事处</a><a href="/staffCollect">按员工</a></li>
  32. <li><select name="year" id="Y" onchange="receiptYear();">
  33. <!-- include 'year' -->
  34. </select>
  35. <select name="month" id="M" onchange="receiptYear();">
  36. {{monthHtml}}
  37. </select></li>
  38. <li><b>{{month}}月</b>报销总计:¥{{stList.rePrice}}</li>
  39. <li><b>{{month}}月</b>同意支付:<span class="colGreen">¥{{stList.agPrice}}</span></li>
  40. <li><b>{{month}}月</b>审批中:¥{{stList.skPrice}}</li>
  41. </ul>
  42. </form>
  43. </div>
  44. <div class="saeaList">
  45. <div class="entry autoHeightI2">
  46. <script type="text/javascript">$(document).ready(function () {
  47. $('#saeaTable').fixedHeaderTable({fixedColumns: 2});
  48. });</script>
  49. <table class="table table-bordered table-condensed table-hover fancyTable" id="saeaTable">
  50. <thead>
  51. <tr>
  52. <th class="taC" rowspan="3">员工/费用项</th>
  53. <th class="taC" rowspan="3">{{year}}年{{month}}月费用合计</th>
  54. <th class="taC" colspan="{{countArray(aiList.日常相关费用,1)}}">日常相关费用</th>
  55. <th class="taC" colspan="{{countArray(aiList.差旅相关费用,1)}}">差旅相关费用</th>
  56. <th class="taC" colspan="{{countArray(aiList.内部培训费用,1)}}">内部培训费用</th>
  57. <th class="taC" colspan="{{countArray(aiList.培训班费用,1)}}">培训班费用</th>
  58. <th class="taC" colspan="{{countArray(aiList.其他,1)}}">其他</th>
  59. <th class="taC" rowspan="2">报销金额调整</th>
  60. </tr>
  61. <tr>
  62. <th class="taC">合计</th>
  63. <!-- loop aiList.日常相关费用 -->
  64. <th class="taC">{{aiList' value.name}}</th>
  65. <!-- endloop -->
  66. <th class="taC">合计</th>
  67. <!-- loop aiList.差旅相关费用 -->
  68. <th class="taC">{{aiList' value.name}}</th>
  69. <!-- endloop -->
  70. <!-- //内部培训 -->
  71. <th class="taC">合计</th>
  72. <!-- loop aiList.内部培训费用 -->
  73. <th class="taC">{{aiList' value.name}}</th>
  74. <!-- endloop -->
  75. <th class="taC">合计</th>
  76. <!-- loop aiList.培训班费用 -->
  77. <th class="taC">{{aiList' value.name}}</th>
  78. <!-- endloop -->
  79. <th class="taC">合计</th>
  80. <!-- loop aiList.其他 -->
  81. <th class="taC">{{aiList' value.name}}</th>
  82. <!-- endloop -->
  83. </tr>
  84. <tr class="warning">
  85. <!-- loop monthPriceHtml -->
  86. {{monthPriceHtml' value}}
  87. <!-- endloop -->
  88. </tr>
  89. </thead>
  90. <tbody>
  91. <!-- loop list -->
  92. <tr>
  93. <th>{{list' key}}</th>
  94. <!-- loop list' value -->
  95. <!-- if {{list' value' key}}=='monthStaffPrice' -->
  96. {{list' value' value}}
  97. <!-- endif -->
  98. <!-- endloop -->
  99. <!-- loop list' value -->
  100. <!-- if {{list' value' key}}=='日常相关费用' -->
  101. {{list' value' value}}
  102. <!-- endif -->
  103. <!-- endloop -->
  104. <!-- loop list' value -->
  105. <!-- if {{list' value' key}}=='差旅相关费用' -->
  106. {{list' value' value}}
  107. <!-- endif -->
  108. <!-- endloop -->
  109. <!-- loop list' value -->
  110. <!-- if {{list' value' key}}=='内部培训费用' -->
  111. {{list' value' value}}
  112. <!-- endif -->
  113. <!-- endloop -->
  114. <!-- loop list' value -->
  115. <!-- if {{list' value' key}}=='培训班费用' -->
  116. {{list' value' value}}
  117. <!-- endif -->
  118. <!-- endloop -->
  119. <!-- loop list' value -->
  120. <!-- if {{list' value' key}}=='其他' -->
  121. {{list' value' value}}
  122. <!-- endif -->
  123. <!-- endloop -->
  124. <!-- loop list' value -->
  125. <!-- if {{list' value' key}}=='报销金额调整' -->
  126. {{list' value' value}}
  127. <!-- endif -->
  128. <!-- endloop -->
  129. </tr>
  130. <!-- endloop -->
  131. </tbody>
  132. </table>
  133. </div>
  134. </div>
  135. </div>
  136. </div>
  137. <script type="text/javascript">autoFlashHeight();</script>
  138. </body>