南方路机WMS
Go to file
曹鹏飞 3a3088a7a9 feat(material): 通过base64字符串支持图片上传
- 在FileUploadService接口中新增支持base64字符串上传的方法
- 在OSSFileUploadServiceImpl和RustFSServiceImpl实现类中添加base64上传实现
- 在MaterialController新增base64图片上传功能,自动转换并上传图片
- 生成图片文件路径,支持动态日期、随机字符串及UUID组合
- 在ShipmentMaterialSyncSaveQO中新增imageBase64字段支持传递base64图片数据
- 添加日志记录上传失败的异常信息,保证上传错误可追踪
2026-05-20 08:35:00 +08:00
nflg-qms-admin chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-admin fix(controller): 修正库存筛选及设置库位位置 2026-05-20 08:33:33 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common feat(material): 通过base64字符串支持图片上传 2026-05-20 08:35:00 +08:00
nflg-wms-gateway Merge branch 'develop' of http://192.168.0.40:3000/huixin_back4/wms into develop 2026-05-06 16:10:42 +08:00
nflg-wms-repository 1475 发货系统扫码装箱逻辑修改 2026-05-06 17:43:42 +08:00
nflg-wms-scheduled feat(config): 增加PowerJobWorker端口配置支持 2026-05-09 14:27:07 +08:00
nflg-wms-shipment feat(material): 通过base64字符串支持图片上传 2026-05-20 08:35:00 +08:00
nflg-wms-srm-receive chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-starter feat(material): 通过base64字符串支持图片上传 2026-05-20 08:35:00 +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 chore(deps): 添加Redisson依赖并统一配置版本 2026-04-11 11:50:24 +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