- 在ExternalIncomingInspectionApplyQO和ExternalInventoryInspectionApplyQO中新增qrCodes字段 - 新增QmsIncomingInspectionTaskQr实体、Mapper和服务类用于二维码关联管理 - 在来料检验任务创建时保存二维码与任务的关联关系 - 修改NormalPGIController中的数据传输结构,移除旧的SRM相关DTO - 更新QmsService中QMS接口调用地址配置 - 优化QCMaterialSyncDTO的数据结构,使用新的二维码列表替代旧的推送DTO - 更新待办事项查询接口,添加来源类型编码字段返回 |
||
|---|---|---|
| .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