| | |
| | | |
| | | Task operateComplete(Long id, Long loginUserId); |
| | | |
| | | Task completeFullOutStock(Long id, Long loginUserId); |
| | | |
| | | void moveToDeep(Long loginUserId, String curLoc) throws Exception; |
| | | |
| | | void saveOutStockItem(List<TaskItem> taskItems, WkOrderItem orderItem, WaveItem waveItem, WkOrderItem diffItem, Long loginUserId) throws Exception; |
| | |
| | | R menualExceTask(List<Long> ids); |
| | | |
| | | void pubTaskToWcs(List<Task> tasks); |
| | | |
| | | /** |
| | | * 同箱码下多条 200 拣料出库一次性处理:按相同物料合计扣减库位、更新出库单/库存明细、生成一张拣料入库单(有余量时)、更新库位状态 |
| | | */ |
| | | void processPickOutBarcodeAll200(List<Task> all200Tasks); |
| | | } |