南方路机WMS
Go to file
10002617 a00ec8232a 1573 托盘老鼠图打印页面,【总重】没取到数据 2026-06-18 16:40:58 +08:00
nflg-qms-admin chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-admin 1573 托盘老鼠图打印页面,【总重】没取到数据 2026-06-18 16:40:58 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common fix(delivery): 修复收货确认功能中的空值和零值处理问题 2026-06-16 18:03:05 +08:00
nflg-wms-gateway Merge branch 'develop' of http://192.168.0.40:3000/huixin_back4/wms into develop 2026-05-06 16:10:42 +08:00
nflg-wms-repository Merge remote-tracking branch '南方路机/master' 2026-06-18 12:45:11 +08:00
nflg-wms-scheduled bug-1525 物料图片版本和钢构包信息版本逻辑优化 2026-05-29 14:06:52 +08:00
nflg-wms-shipment bug-1510 发货管理-条码打印-物料码打印 2026-05-25 14:07:23 +08:00
nflg-wms-srm-receive 修复发货单质检字段同步问题 2026-05-19 17:03:18 +08:00
nflg-wms-starter perf(config): 增加RestTemplate读取超时时间 2026-06-17 09:15:52 +08:00
.gitignore chore(git): 更新 gitignore 文件以忽略新添加的文件 2026-05-26 17:36:56 +08:00
lombok.config 一些优化 2025-09-26 18:04:00 +08:00
pom.xml chore(deps): 添加Redisson依赖并统一配置版本 2026-04-11 11:50:24 +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