| | |
| | | |
| | | /** |
| | | * 出库作业 |
| | | */ |
| | | void startupFullTakeStoreOrder(StockOutParam param, Long userId); |
| | | void startupFullTakeStoreOrderPakout(StockOutParam param, Long userId); |
| | | void startupFullTakeStoreOutGroupOrderForm(StockOutParam param, Long userId); |
| | | void startupFullTakeStoreOrderGift(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 出库作业 |
| | | * @param staNo 目标站点 |
| | | * @param locDetls 待出库物料 |
| | | * @param ioType 入出库类型 |
| | | * @param ioWorkType 入出库类型 |
| | | * @param userId 用户ID |
| | | */ |
| | | void stockOut(BasDevp staNo, List<LocDetlDto> locDetls, IoWorkType ioWorkType, Long userId); |
| | | |
| | |
| | | * 手动完成工作档 |
| | | */ |
| | | void completeWrkMast(String workNo, Long userId); |
| | | void mesLogMkWrkMast(String workNo, Long userId); |
| | | |
| | | /** |
| | | * 库存明细调整 |
| | |
| | | */ |
| | | String dealPreHaveStart(Integer wrkNo, Long userId); |
| | | |
| | | void turnMatLocDetl(EmptyPlateOutParam param, Long userId); |
| | | |
| | | } |