| | |
| | | if (ioType != 11) { |
| | | // 入库 |
| | | if (ioType < 100) { |
| | | List<String> groupOuterLoc = Utils.getGroupOuterLoc(locNo); |
| | | List<String> groupOuterLoc = Utils.getGroupOuterLocIoPri(locNo); |
| | | if (!Cools.isEmpty(groupOuterLoc)) { |
| | | for (String outerLoc : groupOuterLoc) { |
| | | WrkMast wrkMast = this.baseMapper.selectByLocNoOfPakin(outerLoc); |
| | |
| | | } |
| | | // 出库 |
| | | } else { |
| | | List<String> groupOuterLoc = Utils.getGroupOuterLoc(locNo); |
| | | List<String> groupOuterLoc = Utils.getGroupInsideLoc(locNo); |
| | | if (!Cools.isEmpty(groupOuterLoc)) { |
| | | for (String outerLoc : groupOuterLoc) { |
| | | WrkMast wrkMast = this.baseMapper.selectBySourceLocNoOfPakout(outerLoc); |
| | |
| | | } |
| | | } |
| | | } |
| | | List<String> groupInsideLoc = Utils.getGroupInsideLoc(locNo); |
| | | List<String> groupInsideLoc = Utils.getGroupOuterLocIoPri(locNo); |
| | | if (!Cools.isEmpty(groupInsideLoc)) { |
| | | for (String insideLoc : groupInsideLoc) { |
| | | WrkMast wrkMast = this.baseMapper.selectBySourceLocNoOfPakout(insideLoc); |