- 修改ComponentOutboundController处理无扫码记录的情况 - 移除各控制器中的扫码检查条件并在VO中新增mustScan字段 - 在NoScanItemVO中添加batchNo和mustScan属性 - 修复NoScanningBaseControllerService中cannotOutNoScanning方法逻辑 - 为NoScanningItemDataRequest添加batchNo、serialNo和binNo的空值处理 - 重构OutAssistanceController和OutCostCenterController中的库存出库逻辑 - 优化OutProduceController中的PDI检测任务和库存处理逻辑 - 更新OutPurchaseController中的退货请求处理 - 新增QrCodeMasterController的getInfo接口获取二维码信息 - 扩展StrappingVO数据传输对象添加条码相关属性 |
||
|---|---|---|
| .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