| | |
| | | * 检索可用库位 |
| | | */ |
| | | LocMast queryFreeLocMast(Integer row, Short locType1); |
| | | List<LocMast> asrLocMastNotInDetl1(); |
| | | List<LocMast> asrLocMastNotInDetl2(); |
| | | |
| | | /** |
| | | * 获取同组货架的空库位 |
| | |
| | | */ |
| | | Boolean checkWhole(List<LocDetl> locDetls); |
| | | |
| | | /** |
| | | * 查询浅库位在库,深库位为O的数据 |
| | | * @return |
| | | */ |
| | | List<LocMast> queryShallowLocFMast(Integer crnNo); |
| | | |
| | | /* |
| | | * 获取目标库位所在巷道最浅非空库位 |
| | | * */ |
| | | LocMast selectLocByLocStsPakInF(Integer curRow,Integer nearRow,List<String> locNos); |
| | | |
| | | /* |
| | | * 获取目标库位所在巷道最深空库位 |
| | | * */ |
| | | LocMast selectLocByLocStsPakInO(Integer curRow,Integer nearRow,List<String> locNos); |
| | | |
| | | } |