| | |
| | | |
| | | /** |
| | | * 全板入库 |
| | | * |
| | | * @return 库位号 |
| | | */ |
| | | String startupFullPutStore(FullStoreParam param, Long userId); |
| | |
| | | |
| | | /** |
| | | * 出库作业 |
| | | * @param staNo 目标站点 |
| | | * |
| | | * @param staNo 目标站点 |
| | | * @param locDetls 待出库物料 |
| | | * @param ioType 入出库类型 |
| | | * @param ioType 入出库类型 |
| | | */ |
| | | void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, IoWorkType ioWorkType, Long userId); |
| | | |
| | | void stockOut(BasDevp staNo, TaskDto taskDto, Long userId); |
| | | |
| | | void stockOutSxk(BasDevp staNo, TaskDto taskDto, Long userId); |
| | | |
| | | void stockOutLibraryType(BasDevp staNo, TaskDto taskDto, Long userId); |
| | | |
| | | /** |
| | | * 空板入库 |
| | | * |
| | | * @return 库位号 |
| | | */ |
| | | String emptyPlateIn(Integer sourceStaNo, Long userId); |
| | |
| | | |
| | | /** |
| | | * 自动空板出库 |
| | | * |
| | | * @param param |
| | | * @return |
| | | */ |
| | |
| | | void locMergeOutSxk(StockOutParam param, Long userId); |
| | | |
| | | void toSxk(WrkMast wrkMastold, List<WrkDetl> wrkDetls, Short locType); |
| | | |
| | | void toCrn(WrkMast wrkMastold, List<WrkDetl> wrkDetls, Short locType); |
| | | |
| | | } |