_Main/BL/Type_LocalCell_ScheduleSummary/StaticMethod_CreateFullTable.qbl
@@ -28,7 +28,6 @@ scheduleSummaryOutputDataHandle := scheduleSummaryOutputDataIndexTree.GetHandle( scheduleSummaryOutputDataKey ); scheduleSummaryOutputDataIndexTree.Root().AddChild( scheduleSummaryOutputDataHandle,i ); } info( scheduleSummaryOutputDataIndexTree.ToString() ); localTable := recycleBin.LocalTable( relnew,Name := MP_Cell_ScheduleSummary::GetTableName() ); startDate := minselect( tables,Elements.MP_Column,column,column.CustomDate() ).CustomDate(); @@ -43,6 +42,7 @@ localColumnIndexTree.Root().AddChild( localColumnHandle,localColumns.Size() - 1 ); } traverse( tables,Elements.MP_Row,row ){ localRow := localTable.LocalRow( relnew,CustomName := row.Name(),Index := localTable.GetRowIndexCache() ); traverse( localColumns,Elements,localColumn ){ @@ -51,7 +51,6 @@ output := 0.0; scheduleSummaryOutputDataKey := row.Name() + localColumn.CustomDate().AsQUILL(); info( scheduleSummaryOutputDataKey ); scheduleSummaryOutputDataHandle := scheduleSummaryOutputDataIndexTree.GetHandle( scheduleSummaryOutputDataKey ); scheduleSummaryOutputDataIndex := guard( scheduleSummaryOutputDataIndexTree.Root().Child( scheduleSummaryOutputDataHandle ),null( NamedValue )); if( not isnull( scheduleSummaryOutputDataIndex )){ _Main/BL/Type_Test/StaticMethod_Test.qbl
@@ -20,7 +20,9 @@ // } //} attributes := "ShiftPattern;WorkingDay;Capacity;Output;".SubString( 0,"ShiftPattern;WorkingDay;Capacity;Output;".Length() - 1 ); info( attributes ); table := select( macroPlan,MP_Table,table,table.Name() = MP_Cell_ScheduleSummary::GetTableName() ); if( not isnull( table )){ table.Delete(); } *] } _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Response_PanelScheduleSummary_dhComparisonData854_OnDataChanged#906.def
文件名从 _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Response_PanelScheduleSummary_dhComparisonData_OnDataChanged.def 修改 @@ -1,8 +1,8 @@ Quintiq file version 2.0 #parent: PanelScheduleSummary/dhComparisonData Response OnDataChanged () id:Response_PanelScheduleSummary_dhComparisonData_OnDataChanged #parent: PanelScheduleSummary/dhComparisonData854 Response OnDataChanged () id:Response_PanelScheduleSummary_dhComparisonData854_OnDataChanged_906 { #keys: '[412672.1.94121857]' #keys: '[412672.1.99700929]' CanBindMultiple: false DefinitionID: 'Responsedef_WebComponent_OnDataChanged' GroupServerCalls: true _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Response_PanelScheduleSummary_dhComparisonData854_OnDataChanged.def
文件已删除