|
|
|
@ -58,7 +58,7 @@ public class WcsApiServiceImpl implements WcsApiService { |
|
|
|
if(inData==null){ |
|
|
|
throw new RuntimeException("任务列表为空!"); |
|
|
|
} |
|
|
|
if( "手工Call料".equals(inData.getSourceType())){ |
|
|
|
if( "手工Call料".equals(inData.getSourceType())||"立库取货".equals(inData.getSourceType())){ |
|
|
|
callPalletOutWcs(inData); |
|
|
|
|
|
|
|
}else if( "领料申请单".equals(inData.getSourceType())){ |
|
|
|
|