| | |
| | | */ |
| | | String startupFullPutStore(FullStoreParam param, Long userId); |
| | | |
| | | // /** |
| | | // * 出库作业 |
| | | // */ |
| | | // void startupFullTakeStore(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 出库作业 |
| | | */ |
| | | void startupFullTakeStore(StockOutFloorParam param, Long userId); |
| | | void startupFullTakeStore(StockOutParam param, Long userId); |
| | | |
| | | // /** |
| | | // * 出库作业 |
| | | // */ |
| | | // void startupFullTakeStore(StockOutFloorParam param, Long userId); |
| | | |
| | | |
| | | /** |
| | |
| | | */ |
| | | public WrkMast emptyPlateOut(EmptyPlateOutParam param); |
| | | |
| | | // /** |
| | | // * 盘点出库 |
| | | // */ |
| | | // void locCheckOut(StockOutParam param, Long userId); |
| | | |
| | | /** |
| | | * 盘点出库 |
| | | */ |
| | | void locCheckOut(StockOutFloorParam param, Long userId); |
| | | void locCheckOut(StockOutParam param, Long userId); |
| | | |
| | | // /** |
| | | // * 盘点出库 |
| | | // */ |
| | | // void locCheckOut(StockOutFloorParam param, Long userId); |
| | | |
| | | /** |
| | | * 库位移转 |
| | |
| | | |
| | | void turnMatLocDetl(EmptyPlateOutParam param, Long userId); |
| | | |
| | | void locClampOut(StockOutParam param, Long userId); |
| | | } |