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