南方路机WMS
Go to file
曹鹏飞 7529149bc4 feat(qc): 添加质检收货完成状态更新功能
- 引入 UserUtil 工具类用于获取当前用户信息
- 在质检收货完成时更新 updateTime、updateUserId 和 updateUserName 字段
- 添加 inTime 和 inUserName 字段到 QCReceiptVO 中用于记录入库时间和入库人
- 实现完整的收货状态变更记录追踪机制
2026-06-24 18:55:23 +08:00
nflg-qms-admin chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-admin feat(qc): 添加质检收货完成状态更新功能 2026-06-24 18:55:23 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common feat(qc): 添加质检收货完成状态更新功能 2026-06-24 18:55:23 +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 feat(storage): 优化库存数据导入和查询功能 2026-06-24 18:28:10 +08:00
nflg-wms-scheduled bug-1525 物料图片版本和钢构包信息版本逻辑优化 2026-05-29 14:06:52 +08:00
nflg-wms-shipment refactor(utils): 优化HTML转图片工具类的时间戳生成方式 2026-06-23 11:02:44 +08:00
nflg-wms-srm-receive 1、修改条码的已检测状态; 2026-06-23 15:39:07 +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