- 在QmsFileController中新增getHistory接口获取文件历史版本 - 在QmsFileControllerService中实现getHistory业务逻辑 - 为QmsFileHistory实体添加storagePath存储路径字段 - 修复IncomingInspectionTaskControllerService中标准项目查询条件,添加itemType过滤 - 修正NormalPGIController中采购订单号和行号的映射关系 - 优化QmsController中物料名称和单位的数据填充 - 为质检记录添加入库时间字段并设置当前时间 - 修复ZWM3A17DTO中合格数量的数据类型转换问题 - 移除QmsController中不必要的服务注入依赖 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| nflg-qms-admin | ||
| nflg-qms-pdf-extract | ||
| nflg-wms-admin | ||
| nflg-wms-auth | ||
| nflg-wms-common | ||
| nflg-wms-gateway | ||
| nflg-wms-repository | ||
| nflg-wms-scheduled | ||
| nflg-wms-shipment | ||
| nflg-wms-srm-receive | ||
| nflg-wms-starter | ||
| .apifox-helper.properties | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
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