-
1. 修复产品物料查询逻辑: - 修改所有工资服务中的产品物料查询逻辑 - 从'11月特殊规则'改为'计算本月工资时使用上月数据' - 支持跨年处理(1月工资使用上一年12月数据) 2. 添加成本信息字段显示: - 在店长工资列表页面添加成本信息分组(销售业绩、产品物料、合作项目成本、店内支出、洗毛巾费用) - 在店长工资详情页面添加成本信息部分 - 在导出功能中添加成本相关字段 - 在导入功能中添加成本相关字段的处理逻辑 3. 修改的文件: - LqStoreManagerSalaryService.cs(店长工资服务) - LqDirectorSalaryService.cs(主任工资服务) - LqBusinessUnitManagerSalaryService.cs(事业部总经理/经理工资服务) - shop.vue(店长工资列表页面) - shop-detail-dialog.vue(店长工资详情页面) - LqBusinessUnitManagerSalaryStatisticsEntity.cs(实体类注释)
-
- 更新所有工资角色的详情弹窗页面 - 包括:店助、事业部经理、店长、主任、总部股份、大项目主管、大项目部老师、店长、店长股份、科技部总经理、科技部股份、科技部老师等12个详情弹窗 - 优化页面显示和交互逻辑
-
- 修复科技部总经理Cell金额计算问题 - 更新主任工资相关服务和前端页面 - 优化科技部老师工资计算逻辑 - 更新客户信息服务和报销申请服务 - 修复系统映射器和权限模型 - 完善工资管理前端页面显示
-
- 修复科技部总经理工资计算中Cell金额计算逻辑 - 更新主任工资相关服务和前端页面 - 优化科技部老师工资计算逻辑 - 更新客户信息服务和报销申请服务 - 修复系统映射器和权限模型 - 完善工资管理前端页面显示
-
- Updated the layout structure to improve UI consistency and user experience. - Simplified the search form by removing unnecessary fields and enhancing the design. - Added new buttons for batch actions and improved the visibility of the header section. - Implemented a clear selection feature for better user interaction. - Enhanced table columns with overflow tooltips for better data visibility. - Updated styles for a more modern look and feel, including responsive design adjustments.
-
- Added GetCurrentUserAppModuleAuthorize method to IAuthorizeService - Implemented App permission logic in AuthorizeService based on user roles - Introduced GetAppAuthorize endpoint in UsersCurrentService (GET /api/permission/Users/Current/AppAuthorize) - Logic retrieves App module permissions categorized as 'App' from the permissions table - Admins receive all App permissions, while regular users receive permissions based on their roles - Returns a hierarchical structure of App permissions Additional updates: - Enhanced store dashboard features - Improved member-related functionalities - Updated style files
-
- 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法 - 在AuthorizeService中实现根据用户角色获取App权限的逻辑 - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize) - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限 - 管理员返回所有App权限,普通用户返回角色权限 - 返回树形结构的App权限列表 其他修改: - 更新门店看板相关功能 - 更新会员相关功能 - 更新样式文件
-
- 更新LqXhHyhkService服务 - 更新ConsumeItemDetailListOutput DTO - 更新开发环境配置
-
…der person count and conversion rate metrics. Added logic to deduplicate order statistics by teacher ID, order date, and member ID, improving performance and data accuracy.
-
- 更新工资服务类和相关DTO输出类 - 涉及店助、总监、事业部经理、大项目总监、大项目老师、健康师、门店、技术总经理、科学老师等工资相关服务
-
- 统一所有工资列表页面样式,采用灰色系渐变配色方案 - 优化页面头部、搜索区域、表格容器样式,添加渐变背景和阴影效果 - 修复表格固定列和多选框的z-index问题,确保多选框可正常点击 - 统一按钮样式,使用灰色渐变替代蓝色 - 添加图标hover动画效果(缩放和旋转) - 优化表格行hover效果,使用渐变背景和位移动画 - 统一字体大小、间距、圆角等设计元素 涉及页面: - assistants.vue (店助工资) - director.vue (总监工资) - business-unit-managers.vue (事业部经理工资) - major-project-directors.vue (大项目总监工资) - major-project-teachers.vue (大项目老师工资) - cienceTeacher.vue (科学老师工资) - tech-general-managers.vue (技术总经理工资) - tech-stock.vue (技术库存) - shop.vue (门店工资) - shop-stock.vue (门店库存) - headquarters-stock.vue (总部库存) - healthCoach.vue (健康师工资)
-
- 将remarks中的```json代码块改为<code>标签(XML注释中不能使用```) - 为所有缺少注释的接口添加了完整的summary和remarks - 统一了所有9个工资服务确认接口的注释格式 - 包含示例请求、参数说明、注意事项等完整信息 修复的接口: 1. LqSalaryService (健康师) 2. LqTechTeacherSalaryService (科技部老师) 3. LqAssistantSalaryService (店助) 4. LqStoreManagerSalaryService (店长) 5. LqDirectorSalaryService (主任) 6. LqMajorProjectTeacherSalaryService (大项目老师) 7. LqMajorProjectDirectorSalaryService (大项目主管) 8. LqTechGeneralManagerSalaryService (科技部总经理) 9. LqBusinessUnitManagerSalaryService (事业部总经理)
-
- 改进布局:使用grid网格系统替代flex布局 - 现代化样式:柔和的阴影、更大的圆角、更好的颜色对比度 - 优化间距和排版:统一间距系统,提高可读性 - 改进交互效果:添加hover效果和过渡动画 - 优化信息展示:每个信息项独立卡片样式,标签左对齐、值右对齐
-
- 创建 scripts/test/ 目录,移动测试脚本和日志文件 - 创建 docs/test-reports/ 目录,移动测试报告和说明文档 - 将测试相关文件从根目录整理到对应文件夹 - 保持根目录整洁,只保留必要的项目配置文件
-
- 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段 - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性 - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
-
- 移除9个薪酬服务列表查询方法中的自动计算工资逻辑 - 列表查询现在只负责查询已存在的工资数据 - 工资计算功能需要单独调用计算接口 - 新增健康师工资核算规则说明文档 - 新增员工门店归属变更问题分析与解决方案文档 - 新增员工门店归属快照表方案详细设计文档 涉及服务: 1. LqSalaryService (健康师工资) 2. LqTechTeacherSalaryService (科技部老师工资) 3. LqAssistantSalaryService (店助工资) 4. LqStoreManagerSalaryService (店长工资) 5. LqDirectorSalaryService (主任工资) 6. LqMajorProjectTeacherSalaryService (大项目老师工资) 7. LqMajorProjectDirectorSalaryService (大项目主管工资) 8. LqTechGeneralManagerSalaryService (科技部总经理工资) 9. LqBusinessUnitManagerSalaryService (事业部总经理工资)
-
- 修复CalculateStoreCommission方法返回值访问方式,使用Item1和Item2替代.Amount和.Detail - 为所有工资表添加员工确认字段SQL脚本(9个工资表) - 创建安全版SQL脚本,支持检查字段是否存在后再添加
-
- Swapped the values for VUE_APP_BASE_API to switch from the test server to localhost for local development. - Cleaned up commented lines for clarity.