| | |
| | | public StartupDto getLocNoToOne(Integer whsType, Integer staDescId, Integer sourceStaNo, String matnr, String batch, String grade, Integer moveCrnNo, LocTypeDto locTypeDto, int times) { |
| | | //目标库位 |
| | | LocMast locMast = null; |
| | | if (locTypeDto.getLocType2()==5||locTypeDto.getLocType2()==6){ |
| | | if (locTypeDto.getLocType2()==5||locTypeDto.getLocType2()==6||locTypeDto.getLocType2()==4){ |
| | | //1号巷道 3种货物类型 |
| | | locMast=locMastService.queryLocToOne(locTypeDto.getLocType1()); |
| | | locMast=locMastService.queryLocToOne(locTypeDto.getLocType2()); |
| | | |
| | | }else if (locTypeDto.getLocType2()==7||locTypeDto.getLocType2()==8){ |
| | | //2号巷道 2种货物类型 |