-
…ns for management backend and store PC applications, updated environment variables for local development, and removed unused CSS and JS files to optimize the build.
-
- Swapped the API base URL in the development environment to use localhost for local testing. - Enhanced the member portrait dialog with improved layout and additional member attributes, including age and birthday type. - Added birthday type filtering options in the birthday view, allowing users to display members with solar and lunar birthdays. - Updated the backend to support querying members based on specified date ranges and birthday types. - Introduced new performance metrics in the personal performance statistics view, categorizing performance by various service types.
-
- Updated the file upload process to include image moderation before uploading to OSS. - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint. - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies. - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.
-
…calhost for local testing
-
- 更新LqXhHyhkService服务 - 更新ConsumeItemDetailListOutput DTO - 更新开发环境配置
-
- 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段 - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性 - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
-
- 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.
-
- 新增事业部驾驶舱后端服务(LqBusinessUnitDashboardService) - 实现15个事业部驾驶舱API接口(统计、趋势、排行榜等) - 新增集团驾驶舱移动端页面(dashboard.vue) - 集成图表功能(Canvas绘制趋势图) - 优化页面样式设计(现代化UI、玻璃拟态效果) - 完善KPI指标展示、会员统计、排行榜等功能 - 添加API模块(report.js)用于集团驾驶舱数据接口
-
- Swapped the VUE_APP_BASE_API value to point to localhost for local development. - Commented out the previous test API URL for clarity.
-
- 拓客明细页面:是否邀约、是否预约、是否消耗、是否开卡字段使用el-tag样式,绿色表示是,灰色表示否 - 多门店筛选接口: * 会员品项接口:BillingStoreId改为支持BillingStoreIds数组 * 开单明细接口:StoreId改为支持StoreIds数组 * 耗卡明细接口:StoreId改为支持StoreIds数组 * 会员升单统计接口:新增StoreIds多门店筛选 * 储扣列表接口:StoreId改为支持StoreIds数组(已存在,优化逻辑) * 门店整体统计接口:StoreId改为支持StoreIds数组 - 门店日报统计接口:添加EmployeeCount在职人数字段,从lq_mdxx.zzrs获取
-
- 更新会员画像服务,增强数据展示和分析能力 - 优化统计接口,确保返回完整字段并提升查询性能 - 新增门店数据页面设计方案,梳理数据维度和接口 - 更新多个静态资源文件,确保前端展示一致性
-
- 储扣列表接口增加门店筛选、时间筛选、品项分类筛选功能 - 统计查询改为单独查询,避免复杂JOIN导致的问题 - 返回结果包含总记录数、总金额、总项目数统计信息 - 优化查询性能,先获取符合条件的开单记录ID,再筛选储扣记录
-
- 健康师额外工资导入:添加清理导入月份数据参数,默认true - 合作成本导入:添加清理导入月份数据参数,默认true,支持多成本类型和多笔记录 - 合作成本导入返回结果:添加成本类型字段到successRecords - 移除合作成本导入的重复检查,支持同一门店同一月份多笔记录
-
- Updated VUE_APP_BASE_API in the development environment to point to localhost for local testing. - Added a new endpoint to export approved reimbursement details for the current month, including associated purchase records. - Enhanced SQL queries for better performance and clarity in the reimbursement statistics service. - Improved documentation and comments for better understanding of the code logic.
-
Swapped the API base URL in the development environment from the test server to localhost for local testing. This change facilitates easier debugging during development.
-
build(antis-ncc-admin): 调整开发环境API配置 将开发环境中的API地址从本地host调整为测试服务器地址,便于开发调试。 feat(antis-ncc-admin): 更新构建产物及资源文件 更新了构建后的静态资源文件,包括CSS和JS的chunk名称变更, 以及新增浏览器版本过低提示信息,优化用户体验。 ```
-
- 更新项目规则文档 - 优化会员信息相关接口和DTO - 优化开单记录、耗卡、退卡等业务逻辑 - 新增开单记录按会员ID查询卡项接口 - 优化健康师统计输出 - 优化消耗反馈查询逻辑
-
build(env): 切换开发环境 API 地址配置 将 `.env.development` 中的 `VUE_APP_BASE_API` 配置从本地地址切换为测试环境地址, 注释掉原本地配置,启用测试服务器地址,便于开发时对接测试接口。 同时更新了构建后的 `dist/index.html` 文件中的静态资源版本哈希值, 并添加了对低版本 IE 浏览器的提示信息,引导用户升级浏览器以获得更好体验。 ```
-
build(antis-ncc-admin): 切换开发环境API地址配置 将开发环境中的 VUE_APP_BASE_API 配置从本地地址切换为测试环境地址, 注释掉原有的本地地址,启用测试环境地址以方便调试和联调。 同时更新了 dist/index.html 中的静态资源版本号及部分 chunk 名称, 并添加了浏览器版本过低提示信息以优化用户体验。 ```