自动化立体仓库 - WMS系统
dubin
1 天以前 dd76858f35bb4fdd76d5976465e9bd96267b0f0b
src/main/java/com/zy/common/web/WcsController.java
@@ -87,8 +87,12 @@
        // 长度>3500放宽库位
        if (param.getIoType() == 1) {
            if (sourceStaNo.getDevNo() == 1102 || sourceStaNo.getDevNo() == 2101 || sourceStaNo.getDevNo() == 2103) {
                sourceStaNo.setLocType2((short) (waitPakins.get(0).getWeight() >= 800 ? 2 :1));
            }else {
            sourceStaNo.setLocType2((short) (waitPakins.get(0).getLength() >= 4600 ? 2 : 1));
        }
        }
        LocTypeDto locTypeDto = new LocTypeDto(sourceStaNo);
        StartupDto dto = null;