增加PC载具物料绑定记录表(载具绑定)、erp调拨订单、报表bug
This commit is contained in:
@@ -2339,7 +2339,7 @@ namespace Tnb.WarehouseMgr
|
||||
}
|
||||
|
||||
// 三四号电梯出货 暂存仓到三楼电梯以及一楼电梯出库任务发type5
|
||||
if ((doubleCarryRunElevators.Contains(dis.device_id) && dis.endlocation_code.Contains("DT")) || doubleCarryRunElevatorsF1Code.Contains(dis.startlocation_code))
|
||||
if ((dis.startlocation_code.Contains("CPOutstockCache") && dis.endlocation_code.Contains("DT")) || doubleCarryRunElevatorsF1Code.Contains(dis.startlocation_code))
|
||||
{
|
||||
reqBody.type = (int)EnumTaskChainType.电梯载两托货;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user