- 引入 ZWM3A18DTO、ZWM3A18Item1DTO、ZWM3A17Item2DTO 数据传输对象 - 注入 IWmsSrmQualityInspectionService 和 IWmsQcReceiveItemService 服务 - 移除未使用的 ILanguageService 和注释掉的代码 - 实现 compensateZwm3a18 接口,支持通过单号进行补偿操作 - 集成 SAP 服务调用 zwm3a18 方法完成物料凭证处理 - 添加序列号处理逻辑,根据检验结果设置标识 - 更新质量检验记录的入库状态和相关凭证信息 |
||
|---|---|---|
| nflg-qms-admin | ||
| 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 | ||
| .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