hongji.li
2023-11-06 b6e625253aef34494a2e6e0ba70f02281b50302f
_Main/UI/MacroPlannerWebApp/Component_FormCapacityAndSaleBudgeCompare/Method_CreateCapacityAndSaleBudgeCompareData.def
@@ -21,12 +21,20 @@
                                                       exists( DataHolderCapacityAndSaleBudgeFilterMonth.Data(), Elements, tempCASBFM1, tempCASBFM1 = tempCASBFM ) );
    
    
    GlobalOTDSOP.CapacityAndSaleBudgeCompare( DataHolderMacroPlansForScenarioComparison.Data(),
                                              &targetCapacityAndSaleBudgeFilterItem,
                                              &targetCapacityAndSaleBudgeFilterPlaceOfProductionOfArray,
                                              &targetCapacityAndSaleBudgeFilterBusinessType,
                                              &targetCapacityAndSaleBudgeFilterYear,
                                              &targetCapacityAndSaleBudgeFilterMonth,
                                              GlobalOTDTable );
    //GlobalOTDSOP.CapacityAndSaleBudgeCompare( DataHolderMacroPlansForScenarioComparison.Data(),
    //                                          targetCapacityAndSaleBudgeFilterItem,
    //                                          targetCapacityAndSaleBudgeFilterPlaceOfProductionOfArray,
    //                                          targetCapacityAndSaleBudgeFilterBusinessType,
    //                                          targetCapacityAndSaleBudgeFilterYear,
    //                                          targetCapacityAndSaleBudgeFilterMonth,
    //                                          GlobalOTDTable );
    GlobalOTDSOP.AsyncCapacityAndSaleBudgeCompare( DataHolderMacroPlansForScenarioComparison.Data(),
                                                   targetCapacityAndSaleBudgeFilterItem,
                                                   targetCapacityAndSaleBudgeFilterPlaceOfProductionOfArray,
                                                   targetCapacityAndSaleBudgeFilterBusinessType,
                                                   targetCapacityAndSaleBudgeFilterYear,
                                                   targetCapacityAndSaleBudgeFilterMonth,
                                                   GlobalOTDTable );
  *]
}