南方路机WMS
Go to file
曹鹏飞 8a7e509b28 refactor(inspection): 移除检验标准中的包装方式ID字段
- 注释掉QmsInspectionStandardControllerService中standard.setPackagingMethodId方法调用
- 注释掉QmsInspectionStandardControllerService中newStandard.setPackagingMethodId方法调用
- 注释掉QmsInspectionStandardSaveQO中packagingMethodId字段及其注解和验证
2026-06-14 16:15:00 +08:00
.qoder/repowiki/zh docs(api): 新增完整API接口文档 2026-04-14 08:26:07 +08:00
nflg-qms-admin refactor(inspection): 移除检验标准中的包装方式ID字段 2026-06-14 16:15:00 +08:00
nflg-qms-pdf-extract feat(extraction): 增强尺寸识别模块支持复杂公差及粗糙度标注 2026-05-28 18:09:08 +08:00
nflg-wms-admin Merge branch 'feature/NoScanning' into qms/develop 2026-06-14 10:50:02 +08:00
nflg-wms-auth chore(config): 新增和调整各微服务配置文件 2026-04-17 14:38:11 +08:00
nflg-wms-common Merge remote-tracking branch '惠信/qms/develop' into qms/develop 2026-06-14 15:35:53 +08:00
nflg-wms-gateway feat(gateway): 更新SaToken配置以添加新的免登录路径和执行器路径检查 2026-06-08 10:33:45 +08:00
nflg-wms-repository Merge remote-tracking branch '惠信/qms/develop' into qms/develop 2026-06-14 15:35:53 +08:00
nflg-wms-scheduled refactor(qms): 重构物料质检周期相关字段和查询逻辑 2026-06-10 18:54:00 +08:00
nflg-wms-shipment refactor(shipment): 更新物料信息查询的数据传输对象 2026-06-04 18:02:49 +08:00
nflg-wms-srm-receive feat(qms): 实现SAP质检入库功能 2026-06-12 16:00:38 +08:00
nflg-wms-starter PQC质检标准开发部分完成 2026-05-27 17:31:24 +08:00
.apifox-helper.properties feat: 新增来料检测任务功能及接口实现 2026-04-22 11:48:50 +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 feat(pdf-extract): 实现PDF尺寸和公差的提取识别功能 2026-05-06 15:49:28 +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