|
|
|
@ -4174,7 +4174,7 @@ public class EamServiceImpl implements EamService { |
|
|
|
int processed = 0; |
|
|
|
String vodBuf = ""; |
|
|
|
for (SOIssueNotifyOrderMaterialListData data : soIssueNotifyOrderMaterialListData) { |
|
|
|
vodBuf += data.getNotifyNo() + "申请单," + addSpace(data.getComponentPartNo()) + "料号未及时配料,,,,"; |
|
|
|
vodBuf += data.getLocationNo() + "机台号," + addSpace(data.getComponentPartNo()) + "料号未及时配料,,,,"; |
|
|
|
batchCount++; |
|
|
|
processed++; |
|
|
|
|
|
|
|
|