发31
This commit is contained in:
+2
@@ -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 对齐,
|
||||
|
||||
Reference in New Issue
Block a user