chen.lin
2 天以前 79ce234f181a8fa5e3e02938520395243c82a5da
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/TaskService.java
@@ -28,6 +28,8 @@
    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;
@@ -35,4 +37,9 @@
    R menualExceTask(List<Long> ids);
    void pubTaskToWcs(List<Task> tasks);
    /**
     * 同箱码下多条 200 拣料出库一次性处理:按相同物料合计扣减库位、更新出库单/库存明细、生成一张拣料入库单(有余量时)、更新库位状态
     */
    void processPickOutBarcodeAll200(List<Task> all200Tasks);
}