feat(meal&wms): add employee spicy stats and upgrade version to 1.3.37

1. 升级应用版本号从1.3.34到1.3.37,同步更新配置文件和静态默认版本
2. 新增员工信息API接口,用于获取员工吃辣偏好数据
3. 重构报餐统计页面:
   - 拆分有效/无效/总计三个统计卡片,使用十字交叉表格展示吃辣/不吃辣、堂食/打包的统计数据
   - 新增员工吃辣偏好映射,基于员工信息计算分类统计数据
   - 优化报餐有效性判断逻辑,改为仅比较时分秒匹配PC端逻辑
   - 调整截止时间默认值和同步逻辑
4. 新增APP所需的系统权限模块配置
This commit is contained in:
2026-06-30 11:20:55 +08:00
parent fb5ee8356b
commit 95332ac8be
6 changed files with 328 additions and 113 deletions

View File

@@ -15,7 +15,18 @@
"delay" : 0
},
"modules" : {
"Barcode" : {}
"Barcode" : {},
"Contacts" : {},
"Bluetooth" : {},
"FaceID" : {},
"Fingerprint" : {},
"Geolocation" : {},
"Record" : {},
"Camera" : {},
"iBeacon" : {},
"LivePusher" : {},
"Messaging" : {},
"VideoPlayer" : {}
},
"distribute" : {
"android" : {
@@ -41,7 +52,13 @@
"ios" : {
"dSYMs" : false
},
"sdkConfigs" : {},
"sdkConfigs" : {
"geolocation" : {
"system" : {
"__platform__" : [ "android" ]
}
}
},
"icons" : {
"android" : {
"hdpi" : "unpackage/res/icons/72x72.png",