| | |
| | | targetLocNo=locMastService.queryFreeLocMast(1,(short)4); |
| | | } |
| | | if (targetLocNo != null){ |
| | | workService.locMove(locMast.getLocNo(),targetLocNo.getLocNo(),(long)Integer.parseInt(testMast.getUserId())); |
| | | workService.locMove(locMast.getLocNo(),targetLocNo.getLocNo(),(long)Integer.parseInt("9935")); |
| | | //4.测试完成上报 |
| | | CombParam combParam = new CombParam(); |
| | | combParam.setPackNo(locDetl.getMatnr()); |
| | |
| | | targetLocNo=locMastService.queryFreeLocMast(1,(short)2); |
| | | } |
| | | if (targetLocNo != null){ |
| | | workService.locMove(locMast.getLocNo(),targetLocNo.getLocNo(),(long)Integer.parseInt(testMast.getUserId())); |
| | | workService.locMove(locMast.getLocNo(),targetLocNo.getLocNo(),(long)9935); |
| | | sign=true; |
| | | }else { |
| | | log.error("测试完成自动移库--->没有空库位!"); |