|
|
@ -308,7 +308,7 @@ public class ErpInterfaceServiceImpl implements ErpInterfaceService { |
|
|
detail.put("IQuantity", log.getRollQty() != null ? log.getRollQty().toString() : "0"); |
|
|
detail.put("IQuantity", log.getRollQty() != null ? log.getRollQty().toString() : "0"); |
|
|
detail.put("INum", log.getPieceQty() != null ? log.getPieceQty().toString() : "0"); |
|
|
detail.put("INum", log.getPieceQty() != null ? log.getPieceQty().toString() : "0"); |
|
|
detail.put("CUnitID", ""); |
|
|
detail.put("CUnitID", ""); |
|
|
detail.put("CbMemo", ""); |
|
|
|
|
|
|
|
|
detail.put("CbMemo", log.getRemarks()); |
|
|
detail.put("CBatch", nullToEmpty(log.getBatchFlag())); |
|
|
detail.put("CBatch", nullToEmpty(log.getBatchFlag())); |
|
|
detailList.add(detail); |
|
|
detailList.add(detail); |
|
|
} |
|
|
} |
|
|
@ -590,7 +590,7 @@ public class ErpInterfaceServiceImpl implements ErpInterfaceService { |
|
|
detailEntity.setOrderref4(nullToEmpty(log.getPartNo())); // INum |
|
|
detailEntity.setOrderref4(nullToEmpty(log.getPartNo())); // INum |
|
|
detailEntity.setOrderref5(log.getRollQty() != null ? log.getRollQty().toString() : "0"); // CUnitID |
|
|
detailEntity.setOrderref5(log.getRollQty() != null ? log.getRollQty().toString() : "0"); // CUnitID |
|
|
detailEntity.setOrderref6(nullToEmpty(log.getBatchFlag())); // CbMemo |
|
|
detailEntity.setOrderref6(nullToEmpty(log.getBatchFlag())); // CbMemo |
|
|
detailEntity.setOrderref7(""); // CBatch |
|
|
|
|
|
|
|
|
detailEntity.setOrderref7(log.getRemarks()); // CBatch |
|
|
detailEntity.setOrderref8(""); |
|
|
detailEntity.setOrderref8(""); |
|
|
detailEntity.setOrderref9(""); |
|
|
detailEntity.setOrderref9(""); |
|
|
detailEntity.setOrderref10(""); |
|
|
detailEntity.setOrderref10(""); |
|
|
|