|
|
|
@ -728,7 +728,7 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
Map<String, Object> objectMap=new HashMap<>();
|
|
|
|
|
objectMap.put("S_MATNR",wmsSellOutEmbryo.getProductCode());//物料号,
|
|
|
|
|
objectMap.put("S_TDDAT",wmsSellOutEmbryo.getAttr1());//String 计划运输日期
|
|
|
|
|
objectMap.put("VBELN_VA",wmsSellOutEmbryo.getDeliveryOrder());//交货单
|
|
|
|
|
objectMap.put("S_VBELN",wmsSellOutEmbryo.getDeliveryOrder());//交货单
|
|
|
|
|
R result = remoteSapService.FPinventory(objectMap);
|
|
|
|
|
int code = result.getCode();
|
|
|
|
|
String msg = result.getMsg();
|
|
|
|
|