|
|
|
@ -776,6 +776,7 @@ public class NewIssureServiceImpl implements NewIssureService { |
|
|
|
|
|
|
|
// 7.1 获取itemNo - rqrq |
|
|
|
BigDecimal itemNo = newIssureMapper.getItemNoByNotifyNoAndOrderNo(site, notifyNo, productionOrderNo); |
|
|
|
String fgPartNo=newIssureMapper.getFgPartNoWithNotifyNo(site, notifyNo, productionOrderNo); |
|
|
|
if (itemNo == null) { |
|
|
|
throw new RuntimeException("未找到订单" + productionOrderNo + "的itemNo"); |
|
|
|
} |
|
|
|
@ -896,7 +897,7 @@ public class NewIssureServiceImpl implements NewIssureService { |
|
|
|
wcsData.setTaskNo(taskNo); |
|
|
|
wcsData.setOrderNo(productionOrderNo); |
|
|
|
wcsData.setItemNo(orderTask.getItemNo()); |
|
|
|
|
|
|
|
wcsData.setOrderPartNo(fgPartNo); |
|
|
|
// 构建栈板列表 - rqrq |
|
|
|
List<NotifyDataToWcsPalletList> palletList = new ArrayList<>(); |
|
|
|
for (String palletId : orderPalletIds) { |
|
|
|
|