Joshi
ef1d56dce3
feat(wms): 添加钢卷单步分卷功能
- 在WmsMaterialCoil实体中新增exclusiveStatus字段用于标识独占状态
- 在WmsCoilPendingActionBo中新增remark字段用于存储操作备注
- 实现特殊分卷三步流程:startSpecialSplit锁定钢卷、createChildCoilInSpecialSplit创建子钢卷、completeSpecialSplit完成分卷
- 添加validateCoilOperationPermission方法验证钢卷操作权限防止并发冲突
- 在WmsMaterialCoilService中实现完整的特殊分卷业务逻辑
- 新增三个API接口分别对应特殊分卷的三个步骤
- 在查询条件中增加对exclusiveStatus字段的支持
- 完善错误处理和日志记录机制
2026-01-22 10:23:30 +08:00
..
2025-08-02 15:49:57 +08:00
2025-08-13 10:33:03 +08:00
2025-12-08 11:19:43 +08:00
2025-12-19 13:53:36 +08:00
2025-11-25 01:13:26 +08:00
2025-12-20 09:55:56 +08:00
2026-01-20 13:48:07 +08:00
2025-08-14 16:43:54 +08:00
2025-07-29 13:35:41 +08:00
2025-07-29 14:26:23 +08:00
2025-08-07 16:49:13 +08:00
2025-07-18 10:12:48 +08:00
2025-12-04 14:43:34 +08:00
2026-01-22 10:23:30 +08:00
2025-08-12 11:54:03 +08:00
2025-12-03 10:32:06 +08:00
2025-12-03 10:32:06 +08:00
2025-08-12 14:46:08 +08:00
2026-01-08 14:01:28 +08:00
2025-12-17 13:58:04 +08:00
2025-12-17 13:58:04 +08:00
2025-11-25 17:42:01 +08:00
2025-11-25 17:42:01 +08:00
2025-08-11 18:06:37 +08:00
2025-08-11 18:06:37 +08:00
2025-11-01 09:19:32 +08:00
2025-09-12 16:03:30 +08:00
2025-08-13 11:48:12 +08:00
2025-08-13 15:04:08 +08:00
2026-01-20 15:59:50 +08:00
2025-08-25 15:26:39 +08:00
2026-01-22 10:23:30 +08:00
2026-01-21 15:11:21 +08:00
2025-08-12 16:15:24 +08:00
2025-08-25 17:27:35 +08:00
2025-08-13 10:33:03 +08:00
2025-09-26 14:21:14 +08:00
2026-01-20 15:59:50 +08:00
2025-09-26 14:21:14 +08:00
2025-08-14 13:52:08 +08:00
2025-08-14 15:07:59 +08:00
2025-11-14 16:58:02 +08:00
2025-07-18 11:16:12 +08:00
2025-08-26 16:18:58 +08:00
2025-08-14 13:52:08 +08:00
2025-07-26 09:17:10 +08:00
2025-08-26 14:30:50 +08:00
2025-08-26 14:30:50 +08:00
2025-11-14 16:58:02 +08:00
2025-09-26 14:21:14 +08:00
2025-08-11 18:06:37 +08:00
2025-08-11 18:06:37 +08:00
2025-08-02 16:40:16 +08:00
2025-08-15 17:41:44 +08:00
2025-08-26 16:06:23 +08:00
2025-11-03 17:06:17 +08:00
2025-08-23 17:07:30 +08:00
2025-08-12 11:05:59 +08:00
2025-08-12 11:54:03 +08:00
2025-07-18 10:12:48 +08:00