南方路机WMS
Go to file
funny 5b24459bcb Image使用字符串格式
- 清理任务记录Service中示例图ID到URL的转换逻辑,改为直接使用refactor(pdi-statusURL
- 修改Controller中异常抛出类型,统一抛Exception
--item 引入文件上传服务和): 修改inspectionImage字段类型为字符串并更新相关处理逻辑

-相关工具类处理图片上传与路径生成 将QmsPdiDetectionRulesStatusItem及相关DTO中inspectionImage字段由Long改为String类型
- 修改导出及导入逻辑以适应inspectionImage为URL字符串的变化
- 优化导入流程,支持识别Excel中图片公式并上传图片获取URL
- 清理旧有根据ID查询文件记录并转换为URL的逻辑,直接使用inspectionImage字段的URL
- 调整接口和服务层异常及参数类型,提升导入文件安全性和灵活性
- 更新Excel导出模板示例中的inspectionImage示例数据为字符串格式
2026-05-06 15:19:10 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin Image使用字符串格式 2026-05-06 15:19:10 +08:00
nflg-wms-admin refactor(material): 替换BomMaterialDTO为MaterialMainDTO以统一物料数据类型 2026-04-20 13:57:40 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common Image使用字符串格式 2026-05-06 15:19:10 +08:00
nflg-wms-gateway feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
nflg-wms-repository Image使用字符串格式 2026-05-06 15:19:10 +08:00
nflg-wms-scheduled refactor(inspection): 优化入库检验任务检查项提交逻辑 2026-04-25 15:15:12 +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(material-sync): 实现按日期范围同步主物料系统数据功能 2026-04-25 12:24:46 +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(qms-incoming-inspection-task): 实现来料检测任务管理模块 2026-04-23 09:58:48 +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