From 5828dbd13379b7dbf27cd498f2cc0e70fc20de7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Thu, 18 Jun 2026 13:50:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(hrm/meal&employee):=20=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=91=98=E5=B7=A5=E5=90=83=E8=BE=A3=E5=81=8F=E5=A5=BD=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=B8=8E=E5=B0=B1=E9=A4=90=E7=BB=9F=E8=AE=A1=E7=9F=A9?= =?UTF-8?q?=E9=98=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 在员工入职/信息页面新增是否吃辣单选表单字段 2. 重构就餐统计模块,替换原有简单统计为吃辣/不吃辣 × 堂食/打包 × 有效/无效的三维交叉统计矩阵 3. 新增员工吃辣偏好映射接口,自动获取员工饮食偏好进行分类统计 --- .../KLPService/ContractSelect/index.vue | 4 +- klp-ui/src/views/wms/anneal/plan/ctrl.vue | 10 +- .../src/views/wms/hrm/employeeInfo/entry.vue | 9 + .../src/views/wms/hrm/employeeInfo/index.vue | 9 + klp-ui/src/views/wms/hrm/records/meal.vue | 214 ++++++++++++++---- 5 files changed, 196 insertions(+), 50 deletions(-) diff --git a/klp-ui/src/components/KLPService/ContractSelect/index.vue b/klp-ui/src/components/KLPService/ContractSelect/index.vue index 9f7781f1..58f8ee04 100644 --- a/klp-ui/src/components/KLPService/ContractSelect/index.vue +++ b/klp-ui/src/components/KLPService/ContractSelect/index.vue @@ -1,7 +1,7 @@