1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <ul>
- <li class="staffTitle">人资管理</li>
-
-
-
- <li><a
- class=" <!-- if {{hrMemu}}=="hr" --> selected <!-- endif --> <!-- if isHRNew() --> news <!-- endif --> " href="/hr">首页</a></li>
-
-
-
- <!-- if !{{exempt}} -->
-
- <!--
- <li><a href="staff-organization.html">组织</a></li>
- -->
- <li><a href="/hrEmployee"
- <!-- if {{hrMemu}}=="hrEmployeeInfo" --> class="selected" <!-- endif -->
- >员工
- </a></li>
-
- <li><a href="/position"
- <!-- if {{hrMemu}}=="position" --> class="selected" <!-- endif -->
- >岗位设置
- </a></li>
-
- <!--
- <li><a href="staff-payroll.html">工资</a></li>
- <li><a href="staff-insurance.html">社保公积金</a></li>
- <li><a href="staff-attendance.html">考勤</a></li>
- <li><a href="staff-commission.html">提成</a></li>
- <li><a href="staff-affixation.html">附加收支项</a></li>
- <li class="topLine"><a href="staff-set-payroll.html">工资设置</a></li>
- <li><a href="staff-set-insurance.html">社保设置</a></li>
- <li><a href="staff-input-set-welfare.html">福利设置</a></li>
- <li><a href="staff-srt-commission.html">提成设置</a></li>
- -->
- <li><a href="/employeeApprovals"
- <!-- if {{hrMemu}}=="employeeApprovals" --> class="selected" <!-- endif -->
- >审批流程设置
- </a></li>
-
-
- <!-- endif -->
-
- </ul>
|