wms成品提单接口部分修改2

master
mengjiao 10 months ago
parent dc2c77d18a
commit 2bef67da01

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

Loading…
Cancel
Save