- 在QmsPdiInspectionResultsController新增summary接口,返回任务基本信息和检测项数量统计 - 在QmsPdiInspectionResultsController新增deliveryDetail接口,返回发货前检测项详情及图片URL列表 - QmsPdiInspectionResultsControllerService新增summary方法,聚合任务概要数据及统计检测项数量 - QmsPdiInspectionResultsControllerService新增deliveryDetail方法,查询发货前检测项并解析图片URL - 移除QmsPdiTaskRecordController及其Service中重复的summary和deliveryDetail相关代码 - 相关实体和服务接口注入调整,增强代码结构及职责分离 |
||
|---|---|---|
| .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转为图片,打印标签需要
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