liuwf 10 months ago
parent 4938b3f502
commit 729cf301e9

@ -187,8 +187,7 @@ namespace Aucma.Core.Palletiz.Business
}
_ = _recordInstoreServices.AddAsync(recordInstore).Result;
//刷新页面
AddDataEvent?.Invoke(recordInstore);
#endregion
if (!result)
@ -211,7 +210,12 @@ namespace Aucma.Core.Palletiz.Business
spaceinfo.InStoreFlag = 3;
spaceinfos.Add(spaceinfo);
_spaceinfoService.UpdateSpaceInfo(spaceinfos);
//刷新页面
AddDataEvent?.Invoke(recordInstore);
}
}
catch (Exception e)

Loading…
Cancel
Save