| | |
| | | import com.zy.asrs.entity.BasDevp; |
| | | import com.zy.asrs.entity.param.EmptyPlateOutParam; |
| | | import com.zy.asrs.entity.param.FullStoreParam; |
| | | import com.zy.asrs.entity.param.LocDetlAdjustParam; |
| | | import com.zy.asrs.entity.param.StockOutParam; |
| | | import com.zy.common.model.LocDetlDto; |
| | | |
| | |
| | | |
| | | /** |
| | | * 全板出库 |
| | | * @return 库位号 |
| | | */ |
| | | void startupFullTakeStore(StockOutParam param, Long userId); |
| | | |
| | |
| | | void completeWrkMast(String workNo, Long userId); |
| | | |
| | | /** |
| | | * 库存明细调整 |
| | | */ |
| | | void adjustLocDetl(LocDetlAdjustParam param, Long userId); |
| | | |
| | | /** |
| | | * 手动取消工作档 |
| | | */ |
| | | void cancelWrkMast(String workNo, Long userId); |