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_FormInventoryPlanArchive/Component_MatrixEditorTable#791.def | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" index 769d2c7..fb2dbde 100644 --- "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" +++ "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" @@ -17,12 +17,10 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'InterfaceDataset' - FilterArguments: 'search:QMacroPlanner::FormAssemblyOnlinePlanVersion.dhSearch' - FixedFilter: 'object.Column().TimeUnit() = search.TimeUnit() and object.Column().StartDate() >= search.StartDate() and object.Column().StartDate() <= search.EndDate()' - Source: 'InterfaceDataset' + DataType: 'structured[InventoryPlanArchiveRow]' + Source: 'dhRows' Taborder: 0 - Transformation: 'InventoryPlanArchiveVersion.Row.Cell' + Transformation: 'Elements.Cell' ] } ] @@ -46,16 +44,16 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'InterfaceDataset' - Source: 'InterfaceDataset' + DataType: 'structured[InventoryPlanArchiveRow]' + Source: 'dhRows' Taborder: 0 - Transformation: 'InventoryPlanArchiveVersion.Row' + Transformation: 'Elements' ] } ] Properties: [ - Legend: 'Name' + Legend: 'ShowName' SortCriteria: 'Name' Taborder: 1 ] @@ -72,12 +70,13 @@ BaseType: 'WebDataExtractor' Properties: [ - DataType: 'InterfaceDataset' - FilterArguments: 'search:QMacroPlanner::FormAssemblyOnlinePlanVersion.dhSearch' - FixedFilter: 'object.TimeUnit() = search.TimeUnit() and ( search.StartDate().IsMinInfinity() or object.StartDate() >= search.StartDate() ) and ( search.EndDate().IsMaxInfinity() or object.StartDate() <= search.EndDate() )' - Source: 'InterfaceDataset' + DataType: 'structured[InventoryPlanArchiveRow]' + Description: '( search.StartDate().IsMinInfinity() or object.StartDate() >= search.StartDate() ) and ( search.EndDate().IsMaxInfinity() or object.StartDate() <= search.EndDate() )' + FilterArguments: 'search:QMacroPlanner::FormInventoryPlanArchive.dhSearch' + FixedFilter: 'object.Filter( search )' + Source: 'dhRows' Taborder: 0 - Transformation: 'InventoryPlanArchiveVersion.Column' + Transformation: 'Elements.Cell.Column' ] } ] -- Gitblit v1.9.3