|
|
|
@ -356,6 +356,7 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
@Override
|
|
|
|
|
@DS("#header.poolName")
|
|
|
|
|
public String addReportListSap(List<wmsReportWork> mesReportWorks) throws ParseException {
|
|
|
|
|
String selectedType= mesReportWorks.get(0).getSelectedType();
|
|
|
|
|
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmss");
|
|
|
|
|
Date date = new Date();
|
|
|
|
|
String formattedDate = dateFormat.format(date);//批次
|
|
|
|
@ -517,6 +518,7 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
map.put("QUANTITY", mesReportWork.getQuantityQualified());
|
|
|
|
|
map.put("ERFME", mesReportWork.getUnit());
|
|
|
|
|
map.put("BATCH", mesReportWork.getBatchSK());
|
|
|
|
|
map.put("STCK_TYPE", selectedType);
|
|
|
|
|
if (mesReportWork.getBatch().length()>12&&mesReportWork.getBatch().length()<30){
|
|
|
|
|
//String batch = mesReportWork.getBatch().substring(12);
|
|
|
|
|
String HSDAT = InterceptionSJRules(mesReportWork.getBatch());
|
|
|
|
@ -559,12 +561,7 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
map.put("QUANTITY", mesReportWork.getQuantityQualified());
|
|
|
|
|
map.put("ERFME", mesReportWork.getUnit());
|
|
|
|
|
map.put("BATCH", mesReportWork.getBatchSK());
|
|
|
|
|
// if (mesReportWork.getBatch().length()>12){
|
|
|
|
|
// String batch = InterceptionRules(mesReportWork.getBatch());
|
|
|
|
|
// map.put("BATCH", batch);
|
|
|
|
|
// }else {
|
|
|
|
|
// map.put("BATCH", mesReportWork.getBatch());
|
|
|
|
|
// }
|
|
|
|
|
map.put("STCK_TYPE", selectedType);
|
|
|
|
|
if (mesReportWork.getBatch().length()>12&&mesReportWork.getBatch().length()<30){
|
|
|
|
|
//String batch = mesReportWork.getBatch().substring(12);
|
|
|
|
|
String HSDAT = InterceptionSJRules(mesReportWork.getBatch());
|
|
|
|
|