南方路机WMS
Go to file
曹鹏飞 b4b73a50ee feat(wms): 添加工厂编号字段到库存操作相关控制器
- 在 NoScanItemVO 中新增 factoryNo 字段用于存储工厂编号
- 在 ComponentOutboundController 中为出库项目设置工厂编号
- 在 InCostCenterBackController 中为成本中心回退设置工厂编号
- 在 InProduceBackController 中为生产回退设置工厂编号
- 在 InProduceOrderController 中为生产订单设置工厂编号
- 在 InProduceOrderSurplusController 中为生产订单盈余设置工厂编号
- 在 OutAssistanceController 中为辅助出库设置工厂编号
- 在 OutCostCenterController 中为成本中心出库设置工厂编号
- 在 OutProduceController 中为生产出库设置工厂编号
- 在 OutPurchaseController 中为采购出库设置工厂编号
- 在 TransferCompanyController 中为公司间调拨设置工厂编号
- 在 TransferFactoryController 中为工厂间调拨设置工厂编号
2026-06-02 18:28:17 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin feat(todo): 实现待办事项功能并优化消息推送 2026-06-01 17:04:12 +08:00
nflg-qms-pdf-extract feat(extraction): 增强尺寸识别模块支持复杂公差及粗糙度标注 2026-05-28 18:09:08 +08:00
nflg-wms-admin feat(wms): 添加工厂编号字段到库存操作相关控制器 2026-06-02 18:28:17 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common feat(wms): 添加工厂编号字段到库存操作相关控制器 2026-06-02 18:28:17 +08:00
nflg-wms-gateway Merge branch 'develop' into qms/develop 2026-05-09 14:28:55 +08:00
nflg-wms-repository Merge branch 'qms/develop' into feature/NoScanning 2026-06-01 18:22:41 +08:00
nflg-wms-scheduled Merge branch 'qms/develop' into feature/NoScanning 2026-06-01 17:14:26 +08:00
nflg-wms-shipment Merge branch 'refs/heads/qms/develop' into feature/NoScanning 2026-05-30 16:53:30 +08:00
nflg-wms-srm-receive feat(controller): 添加无码入库功能支持 2026-06-01 14:44:45 +08:00
nflg-wms-starter PQC质检标准开发部分完成 2026-05-27 17:31:24 +08:00
.apifox-helper.properties feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +08:00
.gitignore chore(git): 更新 .gitignore 文件以忽略新文件 2026-06-01 14:45:41 +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