Merge remote-tracking branch 'origin/master'

master
zhaoxiaolin 10 months ago
commit 5a88e45c35

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

Loading…
Cancel
Save