自动化立体仓库 - WMS系统
*
whycq
2024-09-30 035eb4ea58c56ae748b10e4121fc907aa9de62ea
src/main/java/com/zy/asrs/service/MobileService.java
@@ -4,6 +4,7 @@
import com.core.common.R;
import com.zy.asrs.entity.BasDevp;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.LocMast;
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.param.CheckBom;
import com.zy.asrs.entity.param.CombParam;
@@ -11,6 +12,7 @@
import com.zy.asrs.entity.param.OffSaleParam;
import java.util.Date;
import java.util.List;
public interface MobileService {
@@ -23,6 +25,30 @@
     * 组托
     */
    void comb2(CombParam param, Long userId);
    /**
     * 组托
     */
    void comb3(CombParam param, Long userId);
    /**
     * 检测物料是否有未满托托盘
     */
    List<LocMast> checkFullplt(CombParam.CombMat param, Long userId);
    /**
     * 组托
     */
    void mergeComb(CombParam param, Long userId);
    /**
     * 组托
     */
    void mergeComb2(CombParam param, Long userId);
    /**
     * pda并板出库
     */
    void mergeOut(String locNo,String staNo, Long userId);
    /**
     * 校验bom
@@ -54,4 +80,6 @@
    R manDetlIn(JSONObject json);
    R manDetlOut(JSONObject json);
    void adjustNew(MobileAdjustParam param, Boolean re, Long userId);
}