|
|
|
@ -502,12 +502,12 @@ public class WmsToWCSmissionController {
|
|
|
|
|
if (wmsFpStorageNewsSns!=null&&wmsFpStorageNewsSns.size()>0){
|
|
|
|
|
WmsFpStorageNewsSn wmsFpStorageNewsSn1= wmsFpStorageNewsSns.get(0);
|
|
|
|
|
if( wmsFpStorageNewsSn1.getBatchNumber().contains(wmsProductPutTrayCode.getBatchNumber())){
|
|
|
|
|
return AjaxResult.success(wmsFpStorageNewsSns);
|
|
|
|
|
return AjaxResult.success("扫描成功",wmsFpStorageNewsSns);
|
|
|
|
|
}else {
|
|
|
|
|
return AjaxResult.error("请查看批次是否与订单相同");
|
|
|
|
|
return AjaxResult.success("请查看批次是否与订单相同");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return AjaxResult.success(wmsFpStorageNewsSns);
|
|
|
|
|
return AjaxResult.success("扫描成功",wmsFpStorageNewsSns);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* 成品销售出库----单箱扫码
|
|
|
|
|