|
|
|
@ -1187,6 +1187,8 @@ public class RoutingManagementServiceImpl extends ServiceImpl<RoutingManagementM |
|
|
|
RoutingHeaderVo headerVo = new RoutingHeaderVo(); |
|
|
|
BeanUtils.copyProperties(routingHeaderEntity, headerVo); |
|
|
|
headerVo.setAlternativeNo(data.getAlternativeNo()); |
|
|
|
headerVo.setPartDesc(partInformationEntity.getPartDesc()); |
|
|
|
headerVo.setPrintUnit(partInformationEntity.getUmId()); |
|
|
|
return headerVo; |
|
|
|
} |
|
|
|
|
|
|
|
|