| | |
| | | } |
| | | |
| | | } |
| | | for(StockOutParam.LocDetl one : param.getLocDetls()){ |
| | | List<String> outerSingleLoc = Utils.getGroupOuterSingleLoc(one.getLocNo()); |
| | | for (String s : outerSingleLoc) { |
| | | if (!locs.contains(s)) { |
| | | throw new CoolException("浅库位有相同物料不支持出库"); |
| | | } |
| | | } |
| | | } |
| | | // TODO: 2023/6/28 等李薇确认是否使用 |
| | | // ---------------------------------------------- |
| | | //for(StockOutParam.LocDetl one : param.getLocDetls()){ |
| | | // List<String> outerSingleLoc = Utils.getGroupOuterSingleLoc(one.getLocNo()); |
| | | // for (String s : outerSingleLoc) { |
| | | // if (!locs.contains(s)) { |
| | | // throw new CoolException("浅库位有相同物料不支持出库"); |
| | | // } |
| | | // } |
| | | //} |
| | | // ---------------------------------------------- |
| | | |
| | | // ArrayList<String> locNos = new ArrayList<>(); |
| | | // for (StockOutParam.LocDetl locDetl:param.getLocDetls()){ |