receipt_menu.html 3.8 KB

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