receipt_menu.html 4.6 KB

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