| | |
| | | |
| | | R stockOutPrint(StockOutParam param, Long userId, Long hostId); |
| | | |
| | | R stockInPrint(StockOutParam param, Long userId, Long hostId); |
| | | |
| | | R pakoutComplete(StockConfirmParam param, Long userId); |
| | | |
| | | R stockOutComplete(StockConfirmParam param, Long userId, Long hostId); |
| | |
| | | |
| | | R initOrder(InitOrderParam param, Long userId, Long hostId); |
| | | |
| | | R initReceive(InitOrderParam param, Long userId, Long hostId); |
| | | |
| | | R stockCheck(StoCheckParam param, Long userId, Long hostId); |
| | | |
| | | R stockCheckAuditing(Long checkId, Long userId, Long hostId); |
| | | |
| | | R initOutOrder(InitOrderParam param, Long userId, Long hostId); |
| | | |
| | | R wavePreview(StockOutParam stockOutParam, Long userId, Long hostId); |
| | | } |