|
|
|
@ -913,7 +913,11 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
|
saveVo.setWeight(groupHUs.get(i).getWeight()!=null?groupHUs.get(i).getWeight():new BigDecimal(0)); |
|
|
|
saveVo.setSerialNo(groupHUs.get(i).getSerialNo()!=null?groupHUs.get(i).getSerialNo():"无"); |
|
|
|
saveVo.setVolume(new BigDecimal(0)); |
|
|
|
saveVo.setPartType(PartTypeEnum.fromCode(3)); |
|
|
|
if(groupHUs.get(i).getPartNo().startsWith("8")){ |
|
|
|
saveVo.setPartType(PartTypeEnum.fromCode(0)); |
|
|
|
}else { |
|
|
|
saveVo.setPartType(PartTypeEnum.fromCode(2)); |
|
|
|
} |
|
|
|
saveVo.setQty(groupHUs.get(i).getQty()); |
|
|
|
saveVo.setManufactureDate(groupHUs.get(i).getManufactureDateStr()); |
|
|
|
Integer umId; |
|
|
|
|