南方路机WMS
Go to file
曹鹏飞 0e1a3c460d refactor(qms): 精简检验标准相关数据结构调整
- 删除 QmsInspectionStandardAddQO 中的图纸URL、包装方式ID和检验周期字段
- 注释掉 QmsInspectionStandardControllerService 中相关字段的赋值操作
- 修改 QmsInspectionStandardEditQO,去除继承关系,重新添加相关字段
- 在 QmsInspectionStandardEditQO 中添加物料ID字段,保证完整的检验标准编辑参数
2026-04-20 15:38:03 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin refactor(qms): 精简检验标准相关数据结构调整 2026-04-20 15:38:03 +08:00
nflg-wms-admin refactor(material): 替换BomMaterialDTO为MaterialMainDTO以统一物料数据类型 2026-04-20 13:57:40 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common refactor(qms): 精简检验标准相关数据结构调整 2026-04-20 15:38:03 +08:00
nflg-wms-gateway chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-repository refactor(QmsInspectionStandard): 修改版本号类型并调整版本逻辑 2026-04-20 15:33:21 +08:00
nflg-wms-scheduled Merge branch 'develop' into qms/develop 2026-04-20 13:39:35 +08:00
nflg-wms-shipment refactor(material): 替换BomMaterialDTO为MaterialMainDTO以统一物料数据类型 2026-04-20 13:57:40 +08:00
nflg-wms-srm-receive chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-starter feat(material): 添加主物料系统同步功能 2026-04-20 13:54:02 +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 Merge branch 'qms/zhangke' into qms/develop 2026-04-11 16:04:00 +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