单定尺补长 去除常量 40改到50

main
sunhao 1 month ago
parent ee3ba5b234
commit f41590e1df

@ -3890,7 +3890,7 @@ namespace SlabHandle
if (tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count() > 0)
{
//平均分 等分
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 40 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 50 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
if (decAdd > 0)
{
@ -4588,7 +4588,7 @@ namespace SlabHandle
if (tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count() > 0)
{
//平均分 等分
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 40 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 50 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
if (decAdd > 0)
{
@ -7959,7 +7959,7 @@ namespace SlabHandle
if (tBPlateGrpMany.CRU_PIEs_TMP.Where(p => p.Order.SIZE_KND == "02").Count() > 0)
{
//平均分 等分
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_TMP.Sum(p => p.ORD_LEN + cutLoss) - 40 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_TMP.Where(p => p.Order.SIZE_KND == "02").Count());
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_TMP.Sum(p => p.ORD_LEN + cutLoss) - 50 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_TMP.Where(p => p.Order.SIZE_KND == "02").Count());
if (decAdd > 0)
{
@ -9576,7 +9576,7 @@ namespace SlabHandle
if (tBPlateGrpMany.CRU_PIEs_TMP.Where(p => p.Order.SIZE_KND == "02").Count() > 0)
{
//平均分 等分
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 40 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 50 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
if (decAdd > 0)
{
@ -10773,7 +10773,7 @@ namespace SlabHandle
if (tBPlateGrpMany.CRU_PIEs_TMP.Where(p => p.Order.SIZE_KND == "02").Count() > 0)
{
//平均分 等分
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 40 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
decimal decAdd = Math.Floor((Len - tBPlateGrpMany.CRU_PIEs_ACT.Sum(p => p.ORD_LEN + cutLoss) - 50 - tBPlateGrpMany.SAMP_LEN) / tBPlateGrpMany.CRU_PIEs_ACT.Where(p => p.Order.SIZE_KND == "02").Count());
if (decAdd > 0)
{

Loading…
Cancel
Save