a
This commit is contained in:
@@ -53,7 +53,11 @@ namespace Kingdee.K3.MFG.PLN.App.MrpModel.PolicyImpl.NetCalc
|
||||
var LotYield = Convert.ToDecimal(demandGroupRow.PlanOrderItem["LotYield"]);
|
||||
|
||||
if (LotYield != 0)
|
||||
{
|
||||
demandGroupRow.PlanOrderItem["LotQty"] = Convert.ToDecimal(demandGroupRow.PlanOrderItem["BaseFirmQty"]) / LotYield;
|
||||
demandGroupRow.PlanOrderItem["BaseSugLotQty"] = Convert.ToDecimal(demandGroupRow.PlanOrderItem["BaseSugQty"]) / LotYield;
|
||||
demandGroupRow.PlanOrderItem["SugLotQty"] = Convert.ToDecimal(demandGroupRow.PlanOrderItem["BaseSugQty"]) / LotYield;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user