feat(员工管理): 新增员工转正、转岗和离职功能
- 添加员工转正API和页面 - 新增员工转岗功能及相关API和页面 - 实现员工离职功能及相关API和页面 - 在员工信息页面添加在职天数显示 - 调整接收报表页面分页大小 - 完善员工入职补录表单
This commit is contained in:
@@ -187,7 +187,7 @@ export default {
|
||||
// actionStatus: 2,
|
||||
warehouseId: this.queryParams.planId,
|
||||
actionType: 401,
|
||||
pageSize: 999,
|
||||
pageSize: 9999,
|
||||
pageNum: 1,
|
||||
startTime: this.queryParams.byCreateTimeStart,
|
||||
endTime: this.queryParams.byCreateTimeEnd,
|
||||
|
||||
Reference in New Issue
Block a user