This commit is contained in:
tongfei
2023-12-06 10:46:21 +08:00
4 changed files with 28 additions and 4 deletions

View File

@@ -191,6 +191,7 @@ namespace WMS.Web.Domain.Services
{
var box = boxList.FirstOrDefault(f => f.Id == entity.BoxId);
var outstockDetail = outStock.Details.FirstOrDefault(f => f.MaterialId == entity.MaterialId);
if (outstockDetail == null) continue;
//修改序列号和箱绑定关系
entity.OutStock(outStock.BillNo, outStock.Type);