|
|
@ -1103,6 +1103,9 @@ public class WcsIntegrationServiceImpl implements WcsIntegrationService { |
|
|
Integer wcsPalletType = palletInfo.getWcsPalletType() != null ? palletInfo.getWcsPalletType() : 1; |
|
|
Integer wcsPalletType = palletInfo.getWcsPalletType() != null ? palletInfo.getWcsPalletType() : 1; |
|
|
Integer wcsBasePalletType = palletInfo.getWcsBasePalletType() != null ? palletInfo.getWcsBasePalletType() : 1; |
|
|
Integer wcsBasePalletType = palletInfo.getWcsBasePalletType() != null ? palletInfo.getWcsBasePalletType() : 1; |
|
|
Integer soreType=palletInfo.getWcsSoreType(); |
|
|
Integer soreType=palletInfo.getWcsSoreType(); |
|
|
|
|
|
if (palletInfo.getSoreType() != null) { |
|
|
|
|
|
soreType=palletInfo.getSoreType(); |
|
|
|
|
|
} |
|
|
String autoSort = palletInfo.getAutoSort(); |
|
|
String autoSort = palletInfo.getAutoSort(); |
|
|
boolean isAutoSort = "Y".equals(autoSort); |
|
|
boolean isAutoSort = "Y".equals(autoSort); |
|
|
|
|
|
|
|
|
|