1
This commit is contained in:
@@ -504,7 +504,7 @@ namespace Tnb.WarehouseMgr
|
|||||||
List<WmsCarryH> carryIts = new();
|
List<WmsCarryH> carryIts = new();
|
||||||
List<WmsCarryCode> carryCodeIts = new();
|
List<WmsCarryCode> carryCodeIts = new();
|
||||||
List<BasLocation> locIts = new();
|
List<BasLocation> locIts = new();
|
||||||
for (int i = 0; i < multiList.Count; i++)
|
for (int i = 0, cnt = multiList.Count; i < cnt; i++)
|
||||||
{
|
{
|
||||||
WmsCarryH carry = new()
|
WmsCarryH carry = new()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user