فهرست منبع

年度去补货模型

Murphy 2 سال پیش
والد
کامیت
97b96a306c

+ 2 - 2
MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

@@ -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)