You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com 0df438dfa9 feat(wms): 新增质检发起服务接口和实现
- 创建 IWmsInspectionInitiationService 接口定义质检发起相关方法
- 实现批量发起质检任务功能,支持过滤必检且未发起的批次
- 实现单个批次发起质检任务功能,调用 QMS Dubbo 接口创建质检任务
- 添加质检校验逻辑,验证批次是否可以发起质检及获取失败原因
- 实现质检状态更新,成功后将打印记录状态更新为质检中
- 支持动态指定检验类型,默认为原材料检
- 集成分布式事务处理,确保数据一致性
2 months ago
..
src/main feat(wms): 新增质检发起服务接口和实现 2 months ago
monthly_report_procedure.sql feat(hwmom-wms): 备份:新增月度WMS报表存储过程及配套查询功能新增了用于生成和查询月度WMS报表的完整SQL脚本 6 months ago
pom.xml feat(api): 新增QMS质检服务API模块 2 months ago
wms-qms.md feat(wms-qms): 实现WMS与QMS质检集成功能 2 months ago
wms.md feat(wms-qms): 实现WMS与QMS质检集成功能 2 months ago
wms_report_procedures.sql feat(wms): 添加6个报表的存储过程和表结构 6 months ago
wms_report_tables.sql feat(wms): WMS报表相关数据库表并添加完整中文注释 6 months ago