|
|
@ -1397,6 +1397,7 @@ public class MesWorkOrderService implements IMesWorkOrderService {
|
|
|
|
return null;
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
item.setProductVersion(mesProductVersion.getProductVersion());
|
|
|
|
item.setProductVersion(mesProductVersion.getProductVersion());
|
|
|
|
|
|
|
|
item.setErpWorkCenter(mesProductVersion.getWorkCenterCode());
|
|
|
|
//获取bom信息
|
|
|
|
//获取bom信息
|
|
|
|
List<MesBom> bomList = findMesBomByPartNoAndBomVersion(item.getPartNo(), item.getOrganizeCode(), mesProductVersion.getAlternativePartList());
|
|
|
|
List<MesBom> bomList = findMesBomByPartNoAndBomVersion(item.getPartNo(), item.getOrganizeCode(), mesProductVersion.getAlternativePartList());
|
|
|
|
if (org.springframework.util.CollectionUtils.isEmpty(bomList)) {
|
|
|
|
if (org.springframework.util.CollectionUtils.isEmpty(bomList)) {
|
|
|
|