南方路机WMS
Go to file
funny d7f5495b77 feat(qms-issue-ticket): 新增PDI工单创建并查询不合格检测项接口
- 新增接口createAndQueryPdiTicket,实现PDI工单创建及任务不合格检测项查询并返回
- 优化工单处理记录添加逻辑,支持按处理人分组异步新增处理记录并推送待办
- 防止针对同一任务重复创建工单,改为抛出异常提示使用追加记录接口
- 持久层查询改进,支持返回工单ID及状态判定,新增状态3表示未发起工单状态
- 将工单状态为“待流转”时自动更新为“处理中”
- 修改请求及响应类,支持处理人列表和不合格检测项的结构化管理
- 完善事件描述自动拼接逻辑,整合所有不合格检测项内容作为事件说明
2026-05-09 10:46:24 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin feat(qms-issue-ticket): 新增PDI工单创建并查询不合格检测项接口 2026-05-09 10:46:24 +08:00
nflg-qms-pdf-extract feat(pdf-extract): 新增PDF尺寸区域提取功能 2026-05-08 09:03:02 +08:00
nflg-wms-admin feat(qms): 实现文件锁定及版本保存功能 2026-05-07 16:00:50 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common feat(qms-issue-ticket): 新增PDI工单创建并查询不合格检测项接口 2026-05-09 10:46:24 +08:00
nflg-wms-gateway feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
nflg-wms-repository feat(qms-issue-ticket): 新增PDI工单创建并查询不合格检测项接口 2026-05-09 10:46:24 +08:00
nflg-wms-scheduled refactor(scheduled): 使用 User 和 UserInterior 替换 VUserInterior 及相关服务 2026-05-08 15:28:56 +08:00
nflg-wms-shipment Merge branch 'develop' into qms/develop 2026-05-06 10:40:43 +08:00
nflg-wms-srm-receive chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-starter feat(email): 重构邮件服务,支持异步和多收件人发送 2026-05-06 10:50:27 +08:00
.apifox-helper.properties feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
.gitignore feat(shipment): 添加物料码管理和图纸管理功能 2026-02-02 17:31:52 +08:00
lombok.config 一些优化 2025-09-26 18:04:00 +08:00
pom.xml feat(pdf-extract): 实现PDF尺寸和公差的提取识别功能 2026-05-06 15:49:28 +08:00
readme.md feat(printing): 优化条码标签模板和图片生成尺寸 2025-12-16 18:01:48 +08:00

readme.md

需要安装的软件

  • wkhtmltoimage

用于将HTML转为图片打印标签需要

wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm