发31
This commit is contained in:
+2
@@ -519,6 +519,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
|
|||||||
for (MaterialMoreDetailDO materialMoreDetailDO : materialMoreDetailList) {
|
for (MaterialMoreDetailDO materialMoreDetailDO : materialMoreDetailList) {
|
||||||
String attributeValue = materialMoreDetailDO.getAttributeValue();
|
String attributeValue = materialMoreDetailDO.getAttributeValue();
|
||||||
String batchLabels = materialMoreDetailDO.getBatchLabels();
|
String batchLabels = materialMoreDetailDO.getBatchLabels();
|
||||||
|
if (attributeValue != null && batchLabels != null) {
|
||||||
if ("生产日期".equals(batchLabels)) {
|
if ("生产日期".equals(batchLabels)) {
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
Date date = null;
|
Date date = null;
|
||||||
@@ -578,6 +579,7 @@ public class ReceiptMaterialDetailImpl extends ServiceImpl<ReceiptMaterialDetail
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PDA 上传的 receiptQuantity 为「本次收货量」;落库时与累计已收货 already_receipt_quantity 对齐,
|
* PDA 上传的 receiptQuantity 为「本次收货量」;落库时与累计已收货 already_receipt_quantity 对齐,
|
||||||
|
|||||||
Reference in New Issue
Block a user