-
- 登录页设为启动页并统一 redirectToLogin,避免多接口 600 连续 reLaunch - 小程序耗卡可编辑天数/跨月策略与后台配置对齐 - 开单 gjlx 自动补全与台账顾客类型展示兜底 - 系统配置页拆分面板、短信日志抽屉样式优化 Co-authored-by: Cursor <cursoragent@cursor.com>
-
- 会员自定义标签三端维护与标签库管理 - 监控中心大客卡金异常列表及阈值配置 - 重复充值提醒按开单/耗卡分类型校验 - 科技部驾驶舱纳入 Slim 并修复排行分布接口 - 培训签到 H5、入职公开填报、考勤半天时段等 - 小程序 pagesB 分包与驾驶舱入口调整 - 补充 V2.0.2 更新说明与部署 SQL Co-authored-by: Cursor <cursoragent@cursor.com>
-
报销列表与导出展示业务编号,申请时间零点补时分秒;退卡明细支持类型筛选与按健康师拆行导出;上传记录可按人员筛选;同步入职资料字段与更新说明草稿。 Co-authored-by: Cursor <cursoragent@cursor.com>
-
补齐事业部三美占比、五项排名、服务日志与重复充值审计;大项目医美频次/分层/应收等能力;手机端金三角业绩与隐私政策;考勤补卡全勤口径及系统更新说明。 Co-authored-by: Cursor <cursoragent@cursor.com>
-
统一 Vben5 暗色布局与列表样式,接入短信模板/发送日志及门店祝福发送,并支持手机号隐私脱敏开关。 Co-authored-by: Cursor <cursoragent@cursor.com>
-
- Added a new column `F_APPLYDEPTID` to the `wform_leaveapply` table to store the organization ID of the applying department. - Updated historical data to populate `F_APPLYDEPTID` for entries where the department name is '事业部' by joining with the `BASE_ORGANIZE` table.
-
feat(.cursor): 更新数据库连接配置并添加业务操作日志规范 更新 MCP 数据库连接字符串,将生产环境连接改为开发环境连接; 在项目规则中添加业务操作日志要求,规定删除、修改、作废、导出 等写操作必须记录业务日志到 lq_business_operation_log 表; 同时在 AGENTS 和 CLAUDE 配置中添加业务操作日志相关的技能引用。 ```
-
chore(config): 切换数据库连接配置从开发环境到生产环境 切换MCP配置中的数据库连接字符串,将默认连接从lqerp_dev开发库更改为lqerp生产库, 同时注释掉原来的开发环境配置以备后续使用 ```
-
- 将硬编码的文件路径和月份改为可配置参数 - 添加命令行参数解析功能,支持自定义JSON输入、输出文件、统计月份和SQL引用 - 更新脚本文档字符串,提供使用示例和参数说明 - 修改Excel底部说明中的动态月份和SQL文件引用 - 更新SQL模板注释,说明多月份支持 fix(config): 切换MCP配置到开发环境数据库连接
-
Co-authored-by: Cursor <cursoragent@cursor.com>
-
- Updated the .env.production file to set the base API and WebSocket URLs for the testing environment. - Commented out the production URLs for clarity and future reference. - Removed the deprecated CSS file from the dist directory to clean up the project structure.
-
Made-with: Cursor
-
…ew mode for weekly and monthly attendance, updating UI components for better user experience, and implementing Wi-Fi and geofencing options for attendance verification. Refactor backend services to support new attendance data structures and improve query efficiency for eligible users.
-
…ew API endpoints for canceling workflow supplements and backfilling attendance statuses. Enhance UI components for leave applications and attendance records to support new functionalities and improve user experience.
-
…nts for fetching candidates for leave cancellation and punch applications. Update UI components to include navigation for these new features. Enhance backend services to support workflow synchronization for leave cancellation and punch applications.
-
…ave and sick statuses. Refactor logic to determine related workflows and update UI components for better clarity. Introduce new methods for handling workflow data in the backend.
-
…. Added address input for store location retrieval, integrated Tencent Maps API for geolocation, and updated form fields to include longitude, latitude, and fence polygons. Adjusted dialog and layout for better usability.
-
…al chunk files and the main app script, to optimize application size and improve load times.
-
- 新增退卡记录、退卡品项明细、退卡健康师业绩和退卡科技部老师业绩的数据库表和字段 - 更新LqHytkHytkService和LqKdKdjlbService以支持退卡业务逻辑 - 在LqHytkMxEntity中添加会员ID字段 - 更新文档以反映退卡业务关系的变更