|
|
@ -63,6 +63,7 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
PlanAmount = item.PlanAmount,
|
|
|
|
PlanAmount = item.PlanAmount,
|
|
|
|
ResidueAmount = item.PlanAmount - item.CompleteAmount,
|
|
|
|
ResidueAmount = item.PlanAmount - item.CompleteAmount,
|
|
|
|
SpliteResidueAmount = item.PlanAmount - residue,
|
|
|
|
SpliteResidueAmount = item.PlanAmount - residue,
|
|
|
|
|
|
|
|
CompleteAmount = item.CompleteAmount,
|
|
|
|
StartDate = item.BeginTime
|
|
|
|
StartDate = item.BeginTime
|
|
|
|
});
|
|
|
|
});
|
|
|
|
i++;
|
|
|
|
i++;
|
|
|
@ -95,6 +96,7 @@ namespace Aucma.Core.OldBoxFoam.ViewModels
|
|
|
|
PlanAmount = item.PlanAmount,
|
|
|
|
PlanAmount = item.PlanAmount,
|
|
|
|
ResidueAmount = item.PlanAmount - item.CompleteAmount,
|
|
|
|
ResidueAmount = item.PlanAmount - item.CompleteAmount,
|
|
|
|
SpliteResidueAmount = item.PlanAmount - residue,
|
|
|
|
SpliteResidueAmount = item.PlanAmount - residue,
|
|
|
|
|
|
|
|
CompleteAmount = item.CompleteAmount,
|
|
|
|
StartDate = item.BeginTime
|
|
|
|
StartDate = item.BeginTime
|
|
|
|
});
|
|
|
|
});
|
|
|
|
i++;
|
|
|
|
i++;
|
|
|
|