南方路机WMS
Go to file
曹鹏飞 92c85d9481 feat(inventory): 添加库存数量查询接口
- 新增 MaterialInventoryVO 视图对象用于返回库存数量信息
- 实现按工厂分组汇总库存数量的功能
- 添加 getTotalNum 和 getItems 方法返回总计和明细数据
- 在 InventoryController 中新增 getCount 接口提供库存查询服务
- 使用 Stream API 进行数据分组和数量累加计算
- 集成 BigDecimal 类型确保数值计算精度
2026-06-16 16:06:29 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin refactor(inspection): 简化来料检验任务处理逻辑 2026-06-16 11:50:26 +08:00
nflg-qms-pdf-extract docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
nflg-wms-admin feat(inventory): 添加库存数量查询接口 2026-06-16 16:06:29 +08:00
nflg-wms-auth docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
nflg-wms-common feat(barcode): 添加成本中心退料条码功能并支持PDF和图片导出 2026-06-16 08:02:05 +08:00
nflg-wms-gateway docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
nflg-wms-repository fix(inventory): 修复库存查询排序逻辑 2026-06-16 14:40:40 +08:00
nflg-wms-scheduled docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
nflg-wms-shipment docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
nflg-wms-srm-receive fix(qms): 修复质检数据更新逻辑 2026-06-15 17:46:13 +08:00
nflg-wms-starter docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
.apifox-helper.properties feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
.gitignore docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +08:00
CLAUDE.md docs: 添加完整的项目模块文档 2026-06-15 11:54:56 +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(order): 根据订单ID导出零件标签图片ZIP文件 2026-05-29 17:16:03 +08:00

readme.md

需要安装的软件

wkhtmltoimage

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

  • CentOS 7
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
  • AlmaLinux 9
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm
yum localinstall wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm