YunaiV
|
2e68890c7d
|
fix(iot): 完善场景联动配置必填校验
- Vue3 抽取场景联动校验工具,统一触发器、附加条件和执行器校验
- Vben5 antd/ele 同步场景联动提交前兜底校验
- 补充 CRON 表达式、JSON 参数和动态字段必填校验
- 保留 deviceId=0 表示全部设备的业务语义
|
2026-05-31 00:36:40 +08:00 |
芋道源码
|
8405a07dd0
|
!880 fix: 修复场景联动配置中所有必填字段缺少了实际的验证
Merge pull request !880 from 熊猫大侠/master-iotscene
|
2026-05-30 15:13:58 +00:00 |
YunaiV
|
1b7fb5ed5d
|
feat(member): 会员增加 email 字段
|
2026-05-30 22:55:27 +08:00 |
YunaiV
|
aff1439629
|
feat: 优化 IoT 告警模板选择
- 后端 mail/sms/notify 模板 simple-list 仅返回启用模板精简字段
- 前端补充 mail/sms/notify 模板 simple-list API 封装
- vue3 与 vben antd/ele 在各自 system 模块封装模板选择组件
- IoT 告警配置按接收类型动态选择短信、邮件、站内信模板
- 补充前端 IotAlertReceiveTypeEnum,替换表单内裸常量
|
2026-05-30 22:06:01 +08:00 |
芋道源码
|
9a4f9b6995
|
!879 fix: 优化IoT告警配置支持动态选择邮件、短信、站内信的模板,不再依赖templateCode。
Merge pull request !879 from 熊猫大侠/master-iot-message
|
2026-05-30 12:57:22 +00:00 |
YunaiV
|
d08413a68e
|
fix(mes): 修改多个组件以使用整数类型的字典选项
|
2026-05-30 20:38:43 +08:00 |
YunaiV
|
e80e5203a4
|
feat(mes): 迁移生产报工 antd/ele 并补齐任务选择器
|
2026-05-26 22:27:27 +08:00 |
熊猫大侠
|
c8b132433a
|
Merge branch 'master' of gitee.com:yudaocode/yudao-ui-admin-vue3 into master-iotscene
Signed-off-by: 熊猫大侠 <1565636758@qq.com>
|
2026-05-26 06:02:26 +00:00 |
panda
|
57596361ef
|
fix: 修复场景联动配置中所有必填字段缺少了实际的验证
|
2026-05-26 11:22:24 +08:00 |
YunaiV
|
685ada8475
|
fix(mes): 修正安灯迁移的配置角色显示和记录只读字段
|
2026-05-26 00:08:46 +08:00 |
YunaiV
|
06a008b030
|
fix(iot): 修复规则数据回显与 JSON 参数校验
- 修复 HTTP 数据目的编辑 URL 回显时机
- 复用 isEmptyVal 校验 JSON 必填参数,允许 0 和 false
|
2026-05-25 00:44:02 +08:00 |
YunaiV
|
dc1a582fbd
|
fix(iot): 修复源端 IoT 对齐基线问题
- 收紧物模型标识符前端校验规则
- 修复场景联动设备状态触发器校验
- 修正设备列表状态字段展示
|
2026-05-25 00:11:19 +08:00 |
YunaiV
|
dd009a1de0
|
优化代码排版
|
2026-05-24 00:18:49 +08:00 |
芋道源码
|
fa42f8e574
|
Merge pull request #225 from DevDengChao/codex/lint-mall-bpm-misc
chore: fix mall bpm and misc lint
|
2026-05-23 22:07:05 +08:00 |
芋道源码
|
a1c43ed427
|
Merge pull request #224 from DevDengChao/codex/lint-mp-mes
fix: lint mp and mes views
|
2026-05-23 22:06:15 +08:00 |
芋道源码
|
31a7f6248a
|
Merge pull request #223 from DevDengChao/codex/lint-iot-ai
chore: fix ai and iot lint
|
2026-05-23 22:06:03 +08:00 |
芋道源码
|
02c0d0cb3b
|
Merge pull request #222 from DevDengChao/codex/lint-components
fix: lint src components
|
2026-05-23 21:35:25 +08:00 |
YunaiV
|
a2fbf5b712
|
fix: clean up BPMN viewer resize observer
|
2026-05-23 21:06:20 +08:00 |
YunaiV
|
cb78c2935d
|
Merge remote-tracking branch 'origin/master'
|
2026-05-23 18:24:57 +08:00 |
YunaiV
|
798318ef7d
|
Merge branch 'master' of https://github.com/yudaocode/yudao-ui-admin-vue3
|
2026-05-23 18:21:33 +08:00 |
芋道源码
|
8971c37059
|
Merge pull request #221 from HmEJ/feature/bpm
流程图居中显示
|
2026-05-23 18:21:10 +08:00 |
芋道源码
|
7dd7309e9c
|
!878 fix: 场景联动中设备状态变更配置的参数值(在线-online,离线-offline)与后台实际使用的(在线-1,离线-2)不一致,导致场景不生效。
Merge pull request !878 from 熊猫大侠/master-iot
|
2026-05-23 09:33:27 +00:00 |
YunaiV
|
1612e3e1b6
|
fix(iot): 场景联动动作类型切换清理逻辑失效
updateActionType 先调 onActionTypeChange(此时 action.type 仍是旧值)
再赋新值,修复 type guard 永远 false 导致切换执行器类型不清空旧
identifier;onActionTypeChange 内恒真的 type !== action.type
简化为 if (action.identifier)
|
2026-05-22 20:24:58 +08:00 |
panda
|
fa653ac887
|
fix: 优化IoT告警配置支持动态选择邮件、短信、站内信的模板,不再依赖templateCode。
|
2026-05-22 14:52:50 +08:00 |
panda
|
1888757854
|
fix: 场景联动中设备状态变更配置的参数值(在线-online,离线-offline)与后台实际使用的(在线-1,离线-2)不一致,导致场景不生效。
|
2026-05-22 10:50:28 +08:00 |
YunaiV
|
b5bc537f86
|
feat(alert): simplify alert config loading and display
|
2026-05-21 17:27:27 +08:00 |
YunaiV
|
fee633b0c8
|
feat(iot): 优化代码,尽量使用 ProductStatusEnum 枚举
|
2026-05-21 00:17:57 +08:00 |
YunaiV
|
f26c65c03f
|
fix(iot): 固件操作的权限校验
|
2026-05-20 00:41:32 +08:00 |
YunaiV
|
8ad7180c2b
|
fix(CheckOrderForm): remove preselectDisabled option from SKU selection
|
2026-05-18 21:21:15 +08:00 |
DevDengChao
|
f5bcaf22f9
|
chore: fix mall bpm misc lint
Co-authored-by: Codex <codex@openai.com>
|
2026-05-18 14:19:49 +08:00 |
DevDengChao
|
40d762070f
|
fix: lint src components
Co-authored-by: Codex <codex@openai.com>
|
2026-05-18 14:19:40 +08:00 |
DevDengChao
|
7fa9311753
|
fix lint issues in mp and mes views
Co-authored-by: Codex <codex@openai.com>
|
2026-05-18 14:18:27 +08:00 |
DevDengChao
|
60c74b991e
|
chore: fix ai iot lint
Co-authored-by: Codex <codex@openai.com>
|
2026-05-18 14:16:58 +08:00 |
YunaiV
|
c4519a8696
|
feat(alert): enhance description input to textarea for better usability
feat(movement): add function to retrieve selected inventory keys
|
2026-05-18 13:30:04 +08:00 |
YunaiV
|
073c54bc1d
|
feat(wms):优化出库的交互,已选择的库存,disabled 掉,体验更好
|
2026-05-18 08:58:33 +08:00 |
YunaiV
|
f6963cde37
|
Merge remote-tracking branch 'origin/master'
|
2026-05-18 01:03:15 +08:00 |
YunaiV
|
0c54bf28b3
|
fix(iot):物模型编辑回显时,service / event 子字段补数组兜底,避免参数列表绑定 undefined
|
2026-05-18 01:03:04 +08:00 |
YunaiV
|
d0cd93de5a
|
chore: fix eslint warnings from vite dev
|
2026-05-18 00:59:59 +08:00 |
YunaiV
|
a2d043bc72
|
fix: normalize scss variable injection on Windows
- normalize injected variables.scss path for Windows Sass
- skip variable-defining scss files to avoid duplicate global variables
|
2026-05-18 00:47:16 +08:00 |
YunaiV
|
7622a44bbb
|
fix:尝试修复 windows 的兼容性:additionalData: `@use "${pathResolve('src/styles/variables.scss')}" as *;`,
|
2026-05-18 00:31:55 +08:00 |
YunaiV
|
46c436e0df
|
feat(wms):将首页的枚举值去掉,统一合并到 constants 里,更聚焦点
|
2026-05-17 18:17:30 +08:00 |
YunaiV
|
ceb1aa9bce
|
Merge remote-tracking branch 'origin/master'
|
2026-05-17 17:30:48 +08:00 |
YunaiV
|
26a3b87114
|
feat(iot):移除 DeviceTableSelect.vue、ProductTableSelect.vue 无用组件
|
2026-05-17 17:30:38 +08:00 |
YunaiV
|
a3f89d686c
|
Merge pull request #215 from yudaocode/upgrade
# Conflicts:
# build/vite/optimize.ts
# package-lock.json
# package.json
# pnpm-lock.yaml
|
2026-05-17 13:56:29 +08:00 |
YunaiV
|
28473434da
|
fix: reduce low-risk vue-tsc errors in erp forms
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
2026-05-16 18:48:35 +08:00 |
YunaiV
|
1f47e3c9d6
|
feat:增加 ts:check 优化,避免 ai 校验 oom 报错
|
2026-05-16 17:47:11 +08:00 |
YunaiV
|
4f4c64cfff
|
feat(wms):调整 README.md
|
2026-05-16 15:09:42 +08:00 |
YunaiV
|
9a49c2df20
|
feat(wms):调整 README.md
|
2026-05-16 14:56:10 +08:00 |
YunaiV
|
9b8b1322b7
|
Merge branch 'wms' of https://gitee.com/yudaocode/yudao-ui-admin-vue3
|
2026-05-16 14:41:33 +08:00 |
YunaiV
|
ecb15b6481
|
feat:更新 README.md
|
2026-05-16 14:40:33 +08:00 |