wms手持批条件筛选

master
mengjiao 2 months ago
parent 8e093d7a30
commit a2ff4b3ecd

@ -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);
}
/**
* ----

Loading…
Cancel
Save