- 在IQmsExemptMaterialService接口添加batchCheckExempt方法定义 - QmsExemptMaterialMapper新增batchCheckExempt数据库查询方法及对应XML实现 - 在QmsExemptMaterialServiceImpl中实现batchCheckExempt业务逻辑 - 新增ExemptMaterialCheckQO请求对象用于传递供应商编号和物料编号 - 新增ExemptMaterialCheckVO响应对象用于返回免检判断结果 - 新增MaterialController对外提供批量免检判断接口 - 接口仅返回审核通过、启用且有效期内的免检物料组合 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| 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 | ||
| .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