| | |
| | | private String orderReportPath; |
| | | @Value("${mes.pakinReportPath}") |
| | | private String pakinReportPath; |
| | | @Value("${mes.buyPakinReportPath}") |
| | | private String buyPakinReportPath; |
| | | @Value("${mes.pakoutReportPath}") |
| | | private String pakoutReportPath; |
| | | @Value("${mes.getTokenPath}") |
| | |
| | | iteam.setStorageLocationCode(agvWrkMast.getLocNo()); |
| | | iteam.setLineNo(orderDetl.getItemNum()); |
| | | iteam.setSupplierCode(order.getSalesman()); |
| | | iteam.setUnit(agvWrkDetl.getUnit()); |
| | | |
| | | iteams.add(iteam); |
| | | |
| | | mesBuyPakinReportParam.setCode(orderNo); |
| | | mesBuyPakinReportParam.setIteam(iteams); |
| | | |
| | | doHttpRequest(mesBuyPakinReportParam,getMesTokenInfo(),"上报mes采购入库信息",url,pakinReportPath,null,"127.0.0.1"); |
| | | doHttpRequest(mesBuyPakinReportParam,getMesTokenInfo(),"上报mes采购入库信息",url,buyPakinReportPath,null,"127.0.0.1"); |
| | | |
| | | }else { |
| | | MesPakinReportParam mesPakinReportParam = new MesPakinReportParam(); |