feat(员工管理): 新增员工转正、转岗和离职功能

- 添加员工转正API和页面
- 新增员工转岗功能及相关API和页面
- 实现员工离职功能及相关API和页面
- 在员工信息页面添加在职天数显示
- 调整接收报表页面分页大小
- 完善员工入职补录表单
This commit is contained in:
砂糖
2026-03-18 13:09:40 +08:00
parent 8fe459dae5
commit 49331dcc24
8 changed files with 1117 additions and 1 deletions

View File

@@ -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,