| | |
| | | |
| | | R stockOutCheck(String number, Long userId); |
| | | |
| | | R stockOutPrint(StockOutParam param, Long userId); |
| | | |
| | | R stockOutPreview(StockOutParam param, Long userId); |
| | | |
| | | R stockOut(StockOutParam param, Long userId); |
| | | R stockOutCreate(StockOutParam param, Long userId); |
| | | |
| | | R stockOutPrint(StockOutParam param, Long userId); |
| | | |
| | | R stockOutComplete(StockConfirmParam param, Long userId); |
| | | |
| | |
| | | R cancelPakout(String wrkNo, Long userId); |
| | | |
| | | R initOrder(InitOrderParam param, Long userId); |
| | | |
| | | R stockTransfer(String number, Long userId); |
| | | |
| | | R asrsStockTransfer(AsrsTransferParam param, Long userId); |
| | | |
| | | R stockCheck(StoCheckParam param, Long userId); |
| | | |