|
|
|
@ -697,8 +697,8 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
|
|
|
|
|
String results="提单成功";
|
|
|
|
|
DynamicDataSourceContextHolder.push("ds_" + wmsSellOutEmbryo.getFactoryCode());
|
|
|
|
|
Map<String, Object> objectMap=new HashMap<>();
|
|
|
|
|
// objectMap.put("S_MATNR","");//物料号,
|
|
|
|
|
// objectMap.put("S_TDDAT","");//String 计划运输日期
|
|
|
|
|
objectMap.put("S_MATNR",wmsSellOutEmbryo.getProductCode());//物料号,
|
|
|
|
|
objectMap.put("S_TDDAT",wmsSellOutEmbryo.getAttr1());//String 计划运输日期
|
|
|
|
|
objectMap.put("VBELN_VA",wmsSellOutEmbryo.getDeliveryOrder());//交货单
|
|
|
|
|
R result = remoteSapService.FPinventory(objectMap);
|
|
|
|
|
int code = result.getCode();
|
|
|
|
|