receipt_menu.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <ul>
  2. <li class="saeaTitle">费用管理</li>
  3. <li><a <!-- if {{receiptMemu}}=="saeaBorad" --> class="selected" <!-- endif --> href="/saeaBorad" >公布板</a></li>
  4. <li><a <!-- if {{receiptMemu}}=="expenses" --> class="selected" <!-- endif --> href="/expenses">我的费用</a></li>
  5. <li><a href="/personalCollect" <!-- if {{receiptMemu}}=="personalCollect" --> class="selected" <!-- endif --> >费用汇总</a></li>
  6. <!-- if isPaymentsShow({{staff.0.sid}}) -->
  7. <li><a href="/payments" <!-- if {{receiptMemu}}=="payments" --> class="selected" <!-- endif --> >日常收支</a></li>
  8. <!-- endif -->
  9. <!-- if inarray({{staff.0.sid}},{{verifyId}}) || inarray({{staff.0.sid}},{{executeId}}) -->
  10. <li class="topLine <!-- if getGlobals('NEW') !=0 --> news <!-- endif --> ">
  11. <a <!-- if {{receiptMemu}}=="approvalExpenses" --> class="selected" <!-- endif --> href="/approvalExpenses/pendApproval">费用审批</a>
  12. </li>
  13. <li class=""><a <!-- if {{receiptMemu}}=="receiptWasteBook" --> class="selected" <!-- endif --> href="/receiptWasteBook">费用流水</a></li>
  14. <!-- if inarray({{staff.0.sid}},{{executeId}}) -->
  15. <li <!-- if getGlobals('NEW2') !=0 --> class="news" <!-- endif --> ><a <!-- if {{receiptMemu}}=="implement" --> class="selected" <!-- endif --> href="/hisImplement">费用执行</a></li>
  16. <!-- endif -->
  17. <li class="hide"><a <!-- if {{receiptMemu}}=="remittanceHky" --> class="selected" <!-- endif --> href="/remittanceHky">费用汇款</a></li>
  18. <!-- endif -->
  19. <!-- if isReceiptTrainShow({{staff.0.sid}}) -->
  20. <li><a href="/receiptTrainRevenue" <!-- if {{receiptMemu}}=="receiptTrainRevenue" --> class="selected" <!-- endif --> >培训班营收</a></li>
  21. <!-- endif -->
  22. <!-- if isReceiptAuthorityShow({{staff.0.sid}}) -->
  23. <li><a href="/companyCategoryCollect" <!-- if {{receiptMemu}}=="companyCategoryCollect" --> class="selected" <!-- endif --> >公司汇总</a></li>
  24. <!-- endif -->
  25. <!-- if isPaymentsShow({{staff.0.sid}}) -->
  26. <li><a href="/view/income/collect" <!-- if {{receiptMemu}}=="paymentsCollect" --> class="selected" <!-- endif --> >日常收支汇总</a></li>
  27. <li><a href="/wasteBook" <!-- if {{receiptMemu}}=="wasteBook" --> class="selected" <!-- endif --> >公司流水</a></li>
  28. <li><a href="/wasteBookReport" <!-- if {{receiptMemu}}=="wasteBookReport" --> class="selected" <!-- endif --> >流水报表</a></li>
  29. <li><a href="/view/fee" <!-- if {{receiptMemu}}=="feeList" --> class="selected" <!-- endif --> >所有费用列表</a></li>
  30. <!-- endif -->
  31. <li <!-- if isGHNews($_COOKIE ['staffGH'])!=0 --> class="news" <!-- endif --> >
  32. <a ghToken href="javascript:void(0)" data-toggle="modal">工会</a>
  33. </li>
  34. <li class="topLine"><a href="#welcome" data-toggle="modal">使用帮助</a></li>
  35. </ul>
  36. <!--弹出邮寄-->
  37. <div class="modal fade" id="welcome">
  38. <div class="modal-dialog">
  39. <div class="modal-content">
  40. <div class="modal-header">
  41. <h3>欢迎使用费用管理(原报销单)</h3>
  42. </div>
  43. <div class="modal-body saeaList">
  44. <p style="font-size:18px">请查阅以下文档,了解新的费用管理</p>
  45. <br>
  46. <table class="table table-bordered table-condensed">
  47. <tbody>
  48. <tr>
  49. <th class="taC colRed" width="100">费用管理简介<br>(必读)</th>
  50. <td class="taC">
  51. <a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/CLD费用管理简介.pdf">在线查阅《CLD费用管理简介》</a>
  52. </td>
  53. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/CLD费用管理简介.docx">点击下载《CLD费用管理简介》</a></td>
  54. </tr>
  55. </tbody>
  56. </table>
  57. <table class="table table-bordered table-condensed">
  58. <tbody>
  59. <tr>
  60. <th class="taC" width="100">费用申请人</th>
  61. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用申请人使用教程.pdf">在线查阅《费用申请人使用手册》</a></td>
  62. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用申请人使用教程.docx">点击下载《费用申请人使用手册》</a></td>
  63. </tr>
  64. </tbody>
  65. </table>
  66. <table class="table table-bordered table-condensed">
  67. <tbody>
  68. <tr>
  69. <th class="taC" width="100">费用审批人</th>
  70. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用审批人使用教程.pdf">在线查阅《费用审批人使用手册》</a></td>
  71. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用审批人使用教程.docx">点击下载《费用审批人使用手册》</a></td>
  72. </tr>
  73. </tbody>
  74. </table>
  75. <table class="table table-bordered table-condensed">
  76. <tbody>
  77. <tr>
  78. <th class="taC" width="100">费用执行人</th>
  79. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用执行人使用教程.pdf">在线查阅《费用执行人使用手册》</a></td>
  80. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用执行人使用教程.docx">点击下载《费用执行人使用手册》</a></td>
  81. </tr>
  82. </tbody>
  83. </table>
  84. </div>
  85. <div class="modal-footer">
  86. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  87. </div>
  88. </div>
  89. </div>
  90. </div>
  91. <!--邮寄-->