| | |
| | | String barcode = locMastEnd.getBarcode(); |
| | | if(!Cools.isEmpty(barcode)) { |
| | | if("NG".endsWith(barcode) || "NoRead".equals(barcode) || "0".equals(barcode)) { |
| | | armTaskAssignmentCallApiLogSave(locMastEnd, "取货条码为空", basArm.getStaNoSou()+"码垛位置,===》托盘条码为空", false); |
| | | log.error( "取货条码为空", basArm.getStaNoSou()); |
| | | continue; |
| | | } |
| | | } else { |
| | | armTaskAssignmentCallApiLogSave(locMastEnd, "取货条码为空", basArm.getStaNoSou()+"码垛位置,===》托盘条码为空", false); |
| | | log.error( "取货条码为空", basArm.getStaNoSou()); |
| | | continue; |
| | | } |
| | | |
| | |
| | | SearchLocParam param = new SearchLocParam(); |
| | | param.setBarcode(staProtocol.getWorkNo().toString()); |
| | | param.setIoType(1); |
| | | param.setOutArea(wrkMast.getCtnKind()); |
| | | param.setSourceStaNo(outStaAgv.getStaNo()); |
| | | param.setLocType1(locTypeDto.getLocType1()); |
| | | String response = new HttpHandler.Builder() |
| | |
| | | SearchLocParam param = new SearchLocParam(); |
| | | param.setBarcode(wrkMast.getBarcode()); |
| | | param.setIoType(1); |
| | | param.setOutArea(wrkMast.getCtnKind()); |
| | | param.setSourceStaNo(outStaAgv.getStaNo()); |
| | | param.setLocType1(locTypeDto.getLocType1()); |
| | | String response = new HttpHandler.Builder() |
| | |
| | | private String barcode; |
| | | private String barcodeMat; |
| | | |
| | | private Integer outArea; |
| | | |
| | | // 库位规格( 0:未知, 1:低库位, 2:中库位, 3:高库位 ) |
| | | private Short locType1; |
| | | |