| | |
| | | } |
| | | break; |
| | | } |
| | | try { |
| | | Config config = configService.selectOne(new EntityWrapper<Config>().eq("code", "BARCODE")); |
| | | boolean flag = false; |
| | | if (!Cools.isEmpty(config)) { |
| | | flag = config.getValue().equals("Y"); |
| | | } |
| | | if (!Cools.isEmpty(agvWrkMast.getBarcode()) && flag) { |
| | | agvTaskCreateParam.setPodCode(agvWrkMast.getBarcode()); |
| | | } |
| | | }catch (Exception e){ |
| | | |
| | | } |
| | | agvTaskCreateParam.setPositionCodePath(agvTaskParamList); |
| | | |
| | | } |
| | |
| | | } else if (sourceLocNo.endsWith("01F1") && !locNo.startsWith("YZ") && locNo.endsWith("F4")) { |
| | | // 从吸塑一楼的库位到吸塑二楼的点位上 |
| | | return true; |
| | | }else if (sourceLocNo.endsWith("02F1") && !locNo.startsWith("YZ") && locNo.endsWith("F1")) { |
| | | } else if (sourceLocNo.endsWith("02F1") && !locNo.startsWith("YZ") && locNo.endsWith("F1")) { |
| | | // 从吸塑er楼的kuwei到吸塑一楼的dianwei |
| | | return true; |
| | | } |
| | |
| | | } else if (sourceLocNo.endsWith("F4") && locNo.startsWith("YZ") && locNo.endsWith("01F1")) { |
| | | // 从吸塑二楼的点位到吸塑一楼的库位 |
| | | return true; |
| | | }else if (sourceLocNo.endsWith("F1") && locNo.startsWith("YZ") && locNo.endsWith("02F1")) { |
| | | } else if (sourceLocNo.endsWith("F1") && locNo.startsWith("YZ") && locNo.endsWith("02F1")) { |
| | | // 从吸塑二楼的点位到吸塑一楼的库位 |
| | | return true; |
| | | } |