|
|
@ -4158,7 +4158,7 @@ public class QcServiceImpl implements QcService { |
|
|
if (!poOrderData.isEmpty() && poOrderData.get(0) != null) { |
|
|
if (!poOrderData.isEmpty() && poOrderData.get(0) != null) { |
|
|
// 修改order_qty为送检数量 |
|
|
// 修改order_qty为送检数量 |
|
|
// orderQty取值改为批次合格数 -- 2025-02-10 |
|
|
// orderQty取值改为批次合格数 -- 2025-02-10 |
|
|
poOrderData.get(0).setOrderQty(recordData.getBatchQualifiedQty().toString()); |
|
|
|
|
|
|
|
|
poOrderData.get(0).setOrderQty(recordData.getBatchQualifiedQty() == null ? recordData.getRollQty().toString() : recordData.getBatchQualifiedQty().toString()); |
|
|
poOrderData.get(0).setInspectionNo(recordData.getInspectionNo()); |
|
|
poOrderData.get(0).setInspectionNo(recordData.getInspectionNo()); |
|
|
poOrderData.get(0).setBatchNo(recordData.getBatchNo()); |
|
|
poOrderData.get(0).setBatchNo(recordData.getBatchNo()); |
|
|
poOrderData.get(0).setProductionDate(recordData.getProductionDate()); |
|
|
poOrderData.get(0).setProductionDate(recordData.getProductionDate()); |
|
|
|