南方路机WMS
Go to file
曹鹏飞 771fc37fe4 feat(service): 向WMS请求添加Authorization头
- 引入StpUtil获取Token
- 在请求头中添加Authorization字段
- 确保向WMS系统发送的POST请求携带用户认证信息
- 优化日志记录,保持业务描述和请求数据完整
2026-04-28 15:59:31 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin feat(service): 向WMS请求添加Authorization头 2026-04-28 15:59:31 +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 feat(wms): 支持库存检验任务回调并完善来料检验数据结构 2026-04-28 15:40:41 +08:00
nflg-wms-gateway feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
nflg-wms-repository Merge remote-tracking branch '惠信/qms/develop' into qms/develop 2026-04-28 15:40:51 +08:00
nflg-wms-scheduled refactor(inspection): 优化入库检验任务检查项提交逻辑 2026-04-25 15:15:12 +08:00
nflg-wms-shipment refactor(material): 替换BomMaterialDTO为MaterialMainDTO以统一物料数据类型 2026-04-20 13:57:40 +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