南方路机WMS
Go to file
曹鹏飞 a55d503c83 feat(wms): 新增采购退库功能并优化出库流程
- 在OutAssistanceController、OutCostCenterController、OutProduceController中修改二维码查询条件,将processStage的查询从ne改为eq
- 注释掉多个控制器中设置factoryCode、storageLocation、binLocation为空的操作
- 在OutPurchaseController中新增Zwm3a09VO导入和相关服务依赖注入
- 新增search接口用于查询申请单数据,支持PDA使用场景
- 修改OutPurchaseController中的processStage查询逻辑
- 在保存操作后更新退料申请项的剩余数量和出库状态
- 在PurchaseReturnController中为退料申请项添加left字段初始化
- 在QrCodeMasterController中注释掉PO和交货单信息复制逻辑
- 修复ScanRecordController中groupBy方法使用的key字段
- 优化TransferCompanyController和TransferFactoryController中的位置信息清空逻辑
- 为WmsReturnRequestItem实体添加left字段存储剩余数量
- 为ZWM3A05ItemVO和ZWM3A05VO添加链式访问器和必要验证注解
2026-03-19 19:20:27 +08:00
nflg-wms-admin feat(wms): 新增采购退库功能并优化出库流程 2026-03-19 19:20:27 +08:00
nflg-wms-auth chore(config): 更新应用配置文件和部署测试代码 2026-03-10 10:55:08 +08:00
nflg-wms-common feat(wms): 新增采购退库功能并优化出库流程 2026-03-19 19:20:27 +08:00
nflg-wms-gateway 拆分出测试环境和开发环境 2026-03-05 15:44:37 +08:00
nflg-wms-repository feat(wms): 新增采购退库功能并优化出库流程 2026-03-19 19:20:27 +08:00
nflg-wms-scheduled chore(config): 更新应用配置文件和部署测试代码 2026-03-10 10:55:08 +08:00
nflg-wms-shipment feat(barcode): 新增条码打印功能的工厂仓库储位管理 2026-03-17 18:07:05 +08:00
nflg-wms-srm-receive chore(config): 更新应用配置文件和部署测试代码 2026-03-10 10:55:08 +08:00
nflg-wms-starter feat(wms): 优化库存管理和二维码流程 2026-03-18 18:20:59 +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(shipment): 添加物料码管理和图纸管理功能 2026-02-02 17:31:52 +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