receipt_menu.html 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <li><a href="/payments" <!-- if {{receiptMemu}}=="payments" --> class="selected" <!-- endif --> >日常收支</a></li>
  7. <!-- if inarray({{staff.0.sid}},{{verifyId}}) || inarray({{staff.0.sid}},{{executeId}}) -->
  8. <li class="topLine <!-- if getGlobals('NEW') !=0 --> news <!-- endif --> "><a <!-- if {{receiptMemu}}=="approvalExpenses" --> class="selected" <!-- endif --> href="/approvalExpenses/pendApproval">费用审批</a></li>
  9. <!-- if inarray({{staff.0.sid}},{{executeId}}) -->
  10. <li <!-- if getGlobals('NEW2') !=0 --> class="news" <!-- endif --> ><a <!-- if {{receiptMemu}}=="implement" --> class="selected" <!-- endif --> href="/hisImplement">费用执行</a></li>
  11. <!-- endif -->
  12. <li><a <!-- if {{receiptMemu}}=="remittanceHky" --> class="selected" <!-- endif --> href="/remittanceHky">费用汇款</a></li>
  13. <!-- endif -->
  14. <!-- if isReceiptAuthorityShow({{staff.0.sid}}) -->
  15. <li><a href="/companyCategoryCollect" <!-- if {{receiptMemu}}=="companyCategoryCollect" --> class="selected" <!-- endif --> >公司汇总</a></li>
  16. <!-- endif -->
  17. <li><a href="/paymentsCollect" <!-- if {{receiptMemu}}=="paymentsCollect" --> class="selected" <!-- endif --> >日常收支汇总</a></li>
  18. <li><a href="/wasteBook" <!-- if {{receiptMemu}}=="wasteBook" --> class="selected" <!-- endif --> >公司流水</a></li>
  19. <li class="topLine"><a href="#welcome" data-toggle="modal">使用帮助</a></li>
  20. </ul>
  21. <!--弹出邮寄-->
  22. <div class="modal fade" id="welcome">
  23. <div class="modal-dialog">
  24. <div class="modal-content">
  25. <div class="modal-header">
  26. <h3>欢迎使用费用管理(原报销单)</h3>
  27. </div>
  28. <div class="modal-body saeaList">
  29. <p style="font-size:18px">请查阅以下文档,了解新的费用管理</p>
  30. <br>
  31. <table class="table table-bordered table-condensed">
  32. <tbody>
  33. <tr>
  34. <th class="taC colRed" width="100">费用管理简介<br>(必读)</th>
  35. <td class="taC">
  36. <a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/CLD费用管理简介.pdf">在线查阅《CLD费用管理简介》</a>
  37. </td>
  38. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/CLD费用管理简介.docx">点击下载《CLD费用管理简介》</a></td>
  39. </tr>
  40. </tbody>
  41. </table>
  42. <table class="table table-bordered table-condensed">
  43. <tbody>
  44. <tr>
  45. <th class="taC" width="100">费用申请人</th>
  46. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用申请人使用教程.pdf">在线查阅《费用申请人使用手册》</a></td>
  47. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用申请人使用教程.docx">点击下载《费用申请人使用手册》</a></td>
  48. </tr>
  49. </tbody>
  50. </table>
  51. <table class="table table-bordered table-condensed">
  52. <tbody>
  53. <tr>
  54. <th class="taC" width="100">费用审批人</th>
  55. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用审批人使用教程.pdf">在线查阅《费用审批人使用手册》</a></td>
  56. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用审批人使用教程.docx">点击下载《费用审批人使用手册》</a></td>
  57. </tr>
  58. </tbody>
  59. </table>
  60. <table class="table table-bordered table-condensed">
  61. <tbody>
  62. <tr>
  63. <th class="taC" width="100">费用执行人</th>
  64. <td class="taC"><a target="_Blank" href="<?= WEB_SITE_GLOBAL ?>handbook/费用执行人使用教程.pdf">在线查阅《费用执行人使用手册》</a></td>
  65. <td class="taC"><a href="<?= WEB_SITE_GLOBAL ?>handbook/费用执行人使用教程.docx">点击下载《费用执行人使用手册》</a></td>
  66. </tr>
  67. </tbody>
  68. </table>
  69. </div>
  70. <div class="modal-footer">
  71. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. <!--邮寄-->