自动化立体仓库 - WMS系统
#
lsh
2025-04-15 d976afe99aacf016f001c6f66b8ec18bfb285283
src/main/java/com/zy/asrs/service/impl/MobileServiceImpl.java
@@ -544,9 +544,9 @@
        if (Cools.isEmpty(param.getBarcode(), param.getCombMats())) {
            throw new CoolException(BaseRes.PARAM);
        }
        if(param.getCombMats().size()>1){
            throw new CoolException("请提取一个商品,或者刷新重新组托!");
        }
//        if(param.getCombMats().size()>1){
//            throw new CoolException("请提取一个商品,或者刷新重新组托!");
//        }
        // 判断是否有相同条码的数据
        if (waitPakinService.selectCount(new EntityWrapper<WaitPakin>().
                eq("zpallet", param.getBarcode()).eq("io_status", "N")) > 0) {
@@ -668,6 +668,19 @@
    }
    @Override
    @Transactional
    public R kittingQuery(CombParam combParam, Long userId) {
        List<LocDetl> locDetlList = locDetlService.selectList(new EntityWrapper<LocDetl>());
        return R.ok().add(locDetlList);
    }
    @Override
    @Transactional
    public void kittingCall(String locNo, Long userId) {
    }
    // 商品上架
    @Override
    public void onSale(CombParam param) {