wms成品部分修改40

master
mengjiao 9 months ago
parent 6031e3f347
commit 1d5c1d46c4

@ -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