update 到货入库,修复入库成功后,库存状态由OK改为待检
This commit is contained in:
parent
388021590f
commit
be6417cf61
@ -7023,6 +7023,8 @@ public class ToSAPServiceImpl {
|
|||||||
updateMap.put("messageId",opCode);
|
updateMap.put("messageId",opCode);
|
||||||
updateMap.put("shipRequestName", "");
|
updateMap.put("shipRequestName", "");
|
||||||
updateMap.put("shipRequestDetailName", "");
|
updateMap.put("shipRequestDetailName", "");
|
||||||
|
//到货单入库的采购单都要发送QMS质检信息,需要将状态更新为待检
|
||||||
|
updateMap.put("packingGrade","");
|
||||||
setEventInfo.setUserColumns(updateMap);
|
setEventInfo.setUserColumns(updateMap);
|
||||||
MaterialPackingServiceProxy.getMaterialPackingService().setEvent(materialPackingKey, eventInfo, setEventInfo);
|
MaterialPackingServiceProxy.getMaterialPackingService().setEvent(materialPackingKey, eventInfo, setEventInfo);
|
||||||
//插入凭证信息
|
//插入凭证信息
|
||||||
|
Loading…
x
Reference in New Issue
Block a user