From 880f3c0257eeb8c37761d484258fdd102a369a19 Mon Sep 17 00:00:00 2001
From: 陈清红 <420599804@qq.com>
Date: 星期一, 14 四月 2025 16:46:36 +0800
Subject: [PATCH] BUG&优化项
---
_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..b6ad37c 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: 'dhScheduleSummaryTable'
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: 'dhScheduleSummaryTable'
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: 'dhScheduleSummaryTable'
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