南方路机WMS
Go to file
曹鹏飞 f004f434a5 refactor(ComponentOutboundControllerService): 优化出库流程逻辑
- 将库存出库操作、装箱单状态更新和扫描记录保存移到条件判断之前
- 确保在处理ZWM3A20数据之前完成基础出库操作
- 调整代码执行顺序以提高业务逻辑的合理性
- 保持事务性操作的完整性
2026-03-30 13:53:27 +08:00
nflg-wms-admin refactor(ComponentOutboundControllerService): 优化出库流程逻辑 2026-03-30 13:53:27 +08:00
nflg-wms-auth chore(config): 更新应用配置文件和部署测试代码 2026-03-10 10:55:08 +08:00
nflg-wms-common refactor(dto): 更新ZWM3A25ItemDTO中的字段命名规范 2026-03-30 11:29:42 +08:00
nflg-wms-gateway 拆分出测试环境和开发环境 2026-03-05 15:44:37 +08:00
nflg-wms-repository fix(wms): 修正退货申请查询中的表别名引用错误 2026-03-30 13:35:20 +08:00
nflg-wms-scheduled chore(config): 更新应用配置文件和部署测试代码 2026-03-10 10:55:08 +08:00
nflg-wms-shipment feat(shipment): 新增物料码管理功能并优化生产订单流程 2026-03-27 16:35:49 +08:00
nflg-wms-srm-receive feat(dependency): 添加Redisson依赖并优化全局异常处理 2026-03-24 14:08:36 +08:00
nflg-wms-starter feat(dependency): 添加Redisson依赖并优化全局异常处理 2026-03-24 14:08:36 +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