xiaoding721
2024-11-11 331f46d96ef1e2140042d3c2f7938fe0d9635c27
_Main/UI/MacroPlannerWebApp/Component_FormAnnualPlanReport/Component_MatrixEditor.def
@@ -18,7 +18,7 @@
          Properties:
          [
            DataType: 'LocalTable'
            Source: 'dhComparisonData'
            Source: 'dhAnnualPlanTable'
            Taborder: 0
            Transformation: 'LocalRow.LocalCell.astype(LocalCell_Default)'
          ]
@@ -47,7 +47,7 @@
            DataType: 'LocalTable'
            FilterArguments: 'checkedProducts:QMacroPlanner::FormAnnualPlanReport.dhFinelProducts;checkedEntitys:QMacroPlanner::FormAnnualPlanReport.dhFinelEntitys'
            FixedFilter: 'exists( checkedProducts,Elements,entity,entity.ID() = object.ProductID()) and exists( checkedEntitys,Elements,entity,entity.DisplayName() = object.ProductionLine())'
            Source: 'dhComparisonData'
            Source: 'dhAnnualPlanTable'
            Taborder: 0
            Transformation: 'LocalRow'
          ]
@@ -75,7 +75,7 @@
            DataType: 'LocalTable'
            FilterArguments: 'startDate:QMacroPlanner::FormAnnualPlanReport.dhStartDate;endDate:QMacroPlanner::FormAnnualPlanReport.dhEndDate;timeUnit:QMacroPlanner::FormAnnualPlanReport.dhTimeUnit'
            FixedFilter: 'not object.IsAttrbuteColumn() and startDate <= object.Date() and endDate > object.Date() and object.TimeUnit() = timeUnit'
            Source: 'dhComparisonData'
            Source: 'dhAnnualPlanTable'
            Taborder: 0
            Transformation: 'LocalColumn'
          ]