receipt_menu.html 3.9 KB

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