自动化立体仓库 - WMS系统
#
LSH
2022-11-22 f7888c2f0cb6537388345517434988a887f6e81c
#
2个文件已修改
17 ■■■■■ 已修改文件
src/main/java/com/zy/common/service/CommonService.java 17 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/image/logo.png 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/service/CommonService.java
@@ -98,6 +98,23 @@
    @Transactional
    public StartupDto getLocNo(Integer whsType, Integer staDescId, Integer sourceStaNo, List<String> matNos, LocTypeDto locTypeDto, int times) {
//        whsType = getWhsType(sourceStaNo, times);
        switch (sourceStaNo){
            case 101:
            case 109:
            case 117:
                whsType=1;
                break;
            case 201:
                whsType=2;
                break;
            case 207:
                whsType=3;
                break;
            case 213:
                whsType=4;
                break;
        }
        StartupDto startupDto = new StartupDto();
src/main/webapp/static/image/logo.png