From 31ebe7666b33e0021e73ba6c8e0f4cd536f40c1b Mon Sep 17 00:00:00 2001 From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com> Date: 星期一, 11 十一月 2024 23:00:07 +0800 Subject: [PATCH] 调整页面布局 --- _Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def index e269af0..13fc229 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormScheduleSummaryReport/Component_MatrixEditor510.def @@ -1,24 +1,24 @@ Quintiq file version 2.0 -Component MatrixEditor510 +Component MatrixEditor { #keys: '[412672.1.96380864]' BaseType: 'WebMatrixEditor' Children: [ - Component MatrixEditorCell294 + Component MatrixEditorCell { #keys: '[412672.1.96380865]' BaseType: 'WebMatrixEditorCell' Children: [ - Component DataExtractorCells611 + Component DataExtractorCells { #keys: '[412672.1.96380866]' BaseType: 'WebDataExtractor' Properties: [ DataType: 'LocalTable' - Source: 'dhComparisonData854' + Source: 'dhTable' Taborder: 0 Transformation: 'LocalRow.LocalCell.astype(LocalCell_ScheduleSummary)' ] @@ -32,22 +32,22 @@ Taborder: 0 ] } - Component MatrixEditorRows221 + Component MatrixEditorRows { #keys: '[412672.1.96380867]' BaseType: 'WebMatrixEditorHeaderLevel' Children: [ - Component DataExtractorRows116 + Component DataExtractorRows { #keys: '[412672.1.96380868]' BaseType: 'WebDataExtractor' Properties: [ DataType: 'LocalTable' - FilterArguments: 'checkedEntity:QMacroPlanner::FormScheduleSummaryReport.dhFinelEntity' - FixedFilter: 'exists( checkedEntity,Elements,entity,entity.DisplayName() = object.Name() )' - Source: 'dhComparisonData854' + FilterArguments: 'checkedEntitys:QMacroPlanner::FormScheduleSummaryReport.dhFinelEntitys' + FixedFilter: 'exists( checkedEntitys,Elements,entity,entity.DisplayName() = object.Name() )' + Source: 'dhTable' Taborder: 0 Transformation: 'LocalRow' ] @@ -60,13 +60,13 @@ Taborder: 1 ] } - Component MatrixEditorColumns391 + Component MatrixEditorColumns { #keys: '[412672.1.96380869]' BaseType: 'WebMatrixEditorHeaderLevel' Children: [ - Component DataExtractorColumns655 + Component DataExtractorColumns { #keys: '[412672.1.96380870]' BaseType: 'WebDataExtractor' @@ -75,7 +75,7 @@ DataType: 'LocalTable' FilterArguments: 'startDate:QMacroPlanner::FormScheduleSummaryReport.dhStartDate;endDate:QMacroPlanner::FormScheduleSummaryReport.dhEndDate' FixedFilter: 'not object.IsAttrbuteColumn() and startDate <= object.Date() and endDate > object.Date() ' - Source: 'dhComparisonData854' + Source: 'dhTable' Taborder: 0 Transformation: 'LocalColumn' ] @@ -88,15 +88,15 @@ Taborder: 2 ] } - #child: matrixEditorActionBarPageDemandComparison234 - #child: matrixeditorContextMenuDemandComparison527 + #child: matrixEditorActionBarPageDemandComparison + #child: matrixeditorContextMenuDemandComparison ] Properties: [ AllowMultipleAttributes: true - Columns: 'MatrixEditorColumns391' - ContextMenu: 'matrixeditorContextMenuDemandComparison527' - Rows: 'MatrixEditorRows221' + Columns: 'MatrixEditorColumns' + ContextMenu: 'matrixeditorContextMenuDemandComparison' + Rows: 'MatrixEditorRows' Taborder: 0 ] } -- Gitblit v1.9.3