This commit is contained in:
王奎兴
2026-05-30 16:17:53 +08:00
parent 4a531b536d
commit 1bb9401546
@@ -519,6 +519,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
for (MaterialMoreDetailDO materialMoreDetailDO : materialMoreDetailList) {
String attributeValue = materialMoreDetailDO.getAttributeValue();
String batchLabels = materialMoreDetailDO.getBatchLabels();
if (attributeValue != null && batchLabels != null) {
if ("生产日期".equals(batchLabels)) {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
Date date = null;
@@ -578,6 +579,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
}
}
}
}
/**
* PDA 上传的 receiptQuantity 为「本次收货量」;落库时与累计已收货 already_receipt_quantity 对齐,