|
|
@@ -724,9 +724,9 @@ namespace Business.Replenishment
|
|
|
await _businessDbContext.BulkDeleteAsync(toDelete);
|
|
|
await _businessDbContext.BulkInsertAsync(annualProductionOutlines);
|
|
|
await CalcLongPeriodItemPR(input);
|
|
|
- await CalcROP(input);
|
|
|
+ //await CalcROP(input);
|
|
|
await SaveProductionMasterPlan(input, annualProductionOutlines);
|
|
|
- await CalcWeekPlan(input);
|
|
|
+ //await CalcWeekPlan(input);
|
|
|
await unitOfWork.CompleteAsync();
|
|
|
}
|
|
|
catch (Exception e)
|