南方路机WMS
Go to file
曹鹏飞 b2f789ca7f feat(qrcode): 添加条码流程位置筛选功能
- 在 QrCodeItemSearchQO 中新增 processStage 字段用于流程位置筛选
- 在 WmsQrCodeMasterMapper.xml 中添加流程阶段条件查询逻辑
- 实现根据条码流程位置进行数据过滤的功能
- 支持通过 processStage 参数精确匹配条码当前处理阶段
- 优化查询条件以提升条码检索的准确性
2026-06-12 19:50:45 +08:00
nflg-qms-admin chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-admin fix(packing): 恢复PO编号和行号查询条件 2026-06-12 09:58:40 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common feat(qrcode): 添加条码流程位置筛选功能 2026-06-12 19:50:45 +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(qrcode): 添加条码流程位置筛选功能 2026-06-12 19:50:45 +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 fix(service): 修正物料分类接口和添加统一HTTP异常处理 2026-05-13 08:51:57 +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