hrMenu.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <ul>
  2. <li class="staffTitle">人资管理</li>
  3. <li><a
  4. class=" <!-- if {{hrMemu}}=="hr" --> selected <!-- endif --> <!-- if isHRNew() --> news <!-- endif --> " href="/hr">首页</a></li>
  5. <!-- if !{{exempt}} -->
  6. <!--
  7. <li><a href="staff-organization.html">组织</a></li>
  8. -->
  9. <li><a href="/hrEmployee"
  10. <!-- if {{hrMemu}}=="hrEmployeeInfo" --> class="selected" <!-- endif -->
  11. >员工
  12. </a></li>
  13. <li><a href="/position"
  14. <!-- if {{hrMemu}}=="position" --> class="selected" <!-- endif -->
  15. >岗位设置
  16. </a></li>
  17. <!--
  18. <li><a href="staff-payroll.html">工资</a></li>
  19. <li><a href="staff-insurance.html">社保公积金</a></li>
  20. <li><a href="staff-attendance.html">考勤</a></li>
  21. <li><a href="staff-commission.html">提成</a></li>
  22. <li><a href="staff-affixation.html">附加收支项</a></li>
  23. <li class="topLine"><a href="staff-set-payroll.html">工资设置</a></li>
  24. <li><a href="staff-set-insurance.html">社保设置</a></li>
  25. <li><a href="staff-input-set-welfare.html">福利设置</a></li>
  26. <li><a href="staff-srt-commission.html">提成设置</a></li>
  27. -->
  28. <li><a href="/employeeApprovals"
  29. <!-- if {{hrMemu}}=="employeeApprovals" --> class="selected" <!-- endif -->
  30. >审批流程设置
  31. </a></li>
  32. <!-- endif -->
  33. </ul>