-
- 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段 - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性 - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
-
build(antis-ncc-admin): 更新构建文件与样式资源 更新了前端构建产物 index.html 和新增的 salary statistics 页面样式, 确保浏览器兼容提示正常显示并加载最新静态资源。 ```
-
新增洗衣流水管理模块,包含流水记录的查询、详情展示及差异分析功能。 主要文件包括: - 流水记录主页面 index.vue - 流水详情弹窗 detail-dialog.vue - 差异记录弹窗 difference-dialog.vue 支持按多种条件查询流水记录,并可查看每条记录的详细信息;同时提供差异记录查看功能, 用于监控送出与送回数量不匹配的情况。