src/main/java/com/zy/common/web/WcsController.java
@@ -87,7 +87,11 @@ // 长度>3500放宽库位 if (param.getIoType() == 1) { sourceStaNo.setLocType2((short) (waitPakins.get(0).getLength() >= 4600 ? 2 : 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);