update 到货入库,修复入库成功后,库存状态由OK改为待检

This commit is contained in:
18110972313 2025-05-26 16:05:13 +08:00
parent 388021590f
commit be6417cf61

View File

@ -7023,6 +7023,8 @@ public class ToSAPServiceImpl {
updateMap.put("messageId",opCode);
updateMap.put("shipRequestName", "");
updateMap.put("shipRequestDetailName", "");
//到货单入库的采购单都要发送QMS质检信息需要将状态更新为待检
updateMap.put("packingGrade","");
setEventInfo.setUserColumns(updateMap);
MaterialPackingServiceProxy.getMaterialPackingService().setEvent(materialPackingKey, eventInfo, setEventInfo);
//插入凭证信息