- 在QmsInspectionStandardController新增新增(add)和编辑(edit)接口 - 新增QmsInspectionStandardControllerService实现检验标准业务逻辑 - 实现检验标准分页查询、详情查询及启用/禁用功能 - 实现新增检验标准及编辑检验标准,并包含检测项和检测项内容的增删改逻辑 - 实现检测项和检测项内容的新增、更新和删除,保证数据一致性和事务管理 - 添加异常处理,防止不存在的检验标准、检测项或检测项内容操作 - 新增暂存功能,允许暂存检验标准的检测项及内容数据 |
||
|---|---|---|
| .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 | ||
| .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