1
This commit is contained in:
@@ -242,12 +242,12 @@ namespace Tnb.WarehouseMgr
|
|||||||
end = Math.Min((end + moveNum), arrary.Length);
|
end = Math.Min((end + moveNum), arrary.Length);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
foreach (var (k, v) in dic)
|
foreach (var (i, v) in dic)
|
||||||
{
|
{
|
||||||
foreach (var it in v)
|
foreach (var it in v)
|
||||||
{
|
{
|
||||||
it.groups = groupCode;
|
it.groups = groupCode;
|
||||||
it.bill_code = $"{groupCode}-{k}";
|
it.bill_code = $"{groupCode}-{i}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user