|
|
|
@ -1113,6 +1113,9 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
|
}else { |
|
|
|
saveVo.setPartType(PartTypeEnum.fromCode(2)); |
|
|
|
} |
|
|
|
if(groupHUs.get(i).getQty()==null){ |
|
|
|
throw new RuntimeException("标签不存在:"+groupHUs.get(i).getSerialNo()); |
|
|
|
} |
|
|
|
saveVo.setQty(groupHUs.get(i).getQty()); |
|
|
|
saveVo.setManufactureDate(groupHUs.get(i).getManufactureDateStr()); |
|
|
|
Integer umId; |
|
|
|
|