修改任务起始值
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
int min = (carrys.Count > setQty.qty) ? setQty.qty : carrys.Count;
|
||||
//当出现多个载具同时出库,可能需要进入电梯时
|
||||
int ele = 3;
|
||||
int ele = 2;
|
||||
for (int i = 0; i < min; i++)
|
||||
{
|
||||
sPoint = await _db.Queryable<WmsPointH>().FirstAsync(it => it.location_id == carrys[i].location_id);
|
||||
|
||||
@@ -266,7 +266,7 @@ namespace Tnb.WarehouseMgr
|
||||
List<WmsPretaskH> preTasks = new();
|
||||
List<string> locIds = new();
|
||||
//当出现多个载具同时出库,可能需要进入电梯时
|
||||
int ele = 3;
|
||||
int ele = 2;
|
||||
foreach (WmsCarryH carry in carrys)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user