Commit Graph

219 Commits

Author SHA1 Message Date
lijiaqi 6b1231415a ```refactor(workflow): 更改沈总审批为总经理审批并新增商品粮轮换申报
- 在多个工作流服务实现中,将“沈总审批”步骤更改为“总经理审批”。
- 新增“商品粮轮换申报”工作流服务实现。
- 更新工作流类型枚举,将“轮换申报”描述更新为“储备粮轮换申报”,并新增“商品粮轮换申报”类型。BREAKING CHANGE: “沈总审批”更名为“总经理审批”,可能影响依赖特定审批流程的工作流。新增的商品粮轮换申报工作流服务实现需要在相关工作流中进行配置。
```
2024-08-09 10:04:25 +08:00
lijiaqi abe07eef3d 移除预算工作流服务中未使用的代码
移除了 BudgetWorkFlowService 类中有关角色检查的无用代码,该检查原本用于验证用户是否具有“维修上报”角色。由于当前流程不再需要此角色检查,因此删除了相关代码以简化实现。
2024-08-08 15:23:18 +08:00
lijiaqi b334cd13d1 修改了密码强度规则和默认密码配置,并优化了部分业务逻辑。- 更新了密码正则表达式,简化了密码要求,现在密码必须包含英文、数字和特殊符号,且至少8位。
- 更改了用户初始密码的默认值,提升了系统的安全性。
- 移除了部分未使用的代码和冗余注释,清理了代码库。- 优化了部分服务实现,提高了代码的可读性和维护性。
2024-08-08 11:24:43 +08:00
lijiaqi 0668a642ed refactor(html): optimize Approver component and update user selection logic
- Refactor the Approver component to improve code readability and maintainability.
- Update the user selection logic to enhance the user experience and ensure correct data handling.
- Remove unused imports and variables to clean up the codebase.
- Follow best practices for Vue component development.

BREAKING CHANGE: The component and selection logic changes may affect
2024-07-05 13:06:15 +08:00
lijiaqi 7e69ec1514 refactor(workFlowService): optimize condition expression for workflow type check
Refactor the `WorkFlowService.java` to improve the readability of the condition
that checks whether the workflow type is rotation or drug. The modification
comments out an unnecessary condition branch, simplifying the logic.
2024-06-28 17:05:41 +08:00
lijiaqi fb2879b56a update 2024-05-30 16:52:54 +08:00
lijiaqi 4c6abb0bd2 update 2024-05-30 16:52:09 +08:00
lijiaqi 9870436b8b update 2024-05-29 09:16:30 +08:00
lijiaqi 3cd5af0100 update 2024-05-29 09:12:41 +08:00
lijiaqi 094e4a34b4 update 2024-05-16 17:05:59 +08:00
lijiaqi f973de4f6f update 2024-05-16 16:49:01 +08:00
lijiaqi 2032c3201b update 2024-05-16 16:36:35 +08:00
lijiaqi d22088130d update 2024-05-15 16:08:23 +08:00
lijiaqi 6ab70023b3 update 2024-05-15 09:27:42 +08:00
lijiaqi 950a81a9a4 update 2024-05-14 16:12:30 +08:00
lijiaqi 3369921a01 update 2024-05-14 11:49:59 +08:00
lijiaqi 250386b2fa update 2024-05-14 10:49:22 +08:00
lijiaqi d5c6b52544 update 2024-05-13 17:23:21 +08:00
lijiaqi f361186ef4 update 2024-04-26 16:06:56 +08:00
lijiaqi f5ef07a954 update 2024-04-26 13:12:26 +08:00
lijiaqi dfeac5a715 update 2024-03-04 14:03:46 +08:00
lijiaqi 87f454a5bb update 2024-03-01 16:46:59 +08:00
lijiaqi b307dcdd0d update 2024-03-01 14:01:33 +08:00
lijiaqi 7e9bb04745 update 2024-02-29 10:48:19 +08:00
lijiaqi 39805ea7b8 update 2024-02-23 15:30:48 +08:00
mash f5cd646053 update 2024-01-11 11:01:43 +08:00
lijiaqi 25c1988e30 update 2024-01-10 14:47:56 +08:00
lijiaqi 8cd1b34bca update 2024-01-10 14:23:56 +08:00
lijiaqi 708195d8df update 2024-01-10 13:49:27 +08:00
lijiaqi 3e46af3895 update 2024-01-10 13:37:12 +08:00
lijiaqi a4780b39b0 update 2024-01-10 11:59:20 +08:00
lijiaqi 9834372956 update 2024-01-10 11:01:13 +08:00
lijiaqi 8304c356bb update 2023-12-26 17:26:01 +08:00
lijiaqi 75ae7333bc update 2023-12-26 17:18:17 +08:00
lijiaqi b48dfeb7c2 update 2023-12-26 14:52:41 +08:00
lijiaqi 02513188bf update 2023-12-26 14:51:16 +08:00
lijiaqi 373d9f2316 增加验证码校验 2023-12-22 17:14:46 +08:00
lijiaqi 59621925cf update 2023-12-08 13:30:51 +08:00
lijiaqi 43c94106b4 update 2023-12-06 10:21:37 +08:00
lijiaqi 9cd7e4bb2c update 2023-12-06 09:38:41 +08:00
mash dbbfbeb898 update 11.02 2023-11-02 13:04:26 +08:00
mash 0f02e687df update 定时任务时间1 2023-11-02 11:32:55 +08:00
mash 7e942a09ec update 定时任务时间 2023-11-01 13:52:54 +08:00
mash 31414e651f update 定时任务修改 2023-11-01 13:50:24 +08:00
mash 608709d2d4 退休人员定时任务 2023-10-30 15:20:10 +08:00
lijiaqi 1e20050371 update 2023-10-30 09:19:54 +08:00
mash ef232a9bac add 人员退休模块 2023-10-27 16:42:41 +08:00
zhuyy 916306b165 update 2023-10-27 10:32:28 +08:00
lijiaqi 9b3884c634 Merge remote-tracking branch 'origin/master' 2023-10-25 14:12:34 +08:00
lijiaqi d09ad1f29a update 2023-10-25 14:12:27 +08:00