receipt_menu.html 4.5 KB

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