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 |   20 +++++++++-----------
 1 files changed, 9 insertions(+), 11 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def" "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
index bb0a572..fb2dbde 100644
--- "a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
+++ "b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable\043791.def"
@@ -17,10 +17,10 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: 'InterfaceDataset'
-            Source: 'InterfaceDataset'
+            DataType: 'structured[InventoryPlanArchiveRow]'
+            Source: 'dhRows'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Row.Cell'
+            Transformation: 'Elements.Cell'
           ]
         }
       ]
@@ -44,12 +44,10 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: 'InterfaceDataset'
-            FilterArguments: 'units:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderUnit;products:QLibMacroPlannerWebUI::ApplicationMacroPlanner.DataHolderProduct'
-            FixedFilter: '( units.Size() = 0 or exists( units, Elements, unit, unit.ID() = object.Unit() ) ) and ( products.Size() = 0 or exists( products, Elements, product, product.ID() = object.Name() ) )'
-            Source: 'InterfaceDataset'
+            DataType: 'structured[InventoryPlanArchiveRow]'
+            Source: 'dhRows'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Row'
+            Transformation: 'Elements'
           ]
         }
       ]
@@ -72,13 +70,13 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: '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: 'InterfaceDataset'
+            Source: 'dhRows'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Column'
+            Transformation: 'Elements.Cell.Column'
           ]
         }
       ]

--
Gitblit v1.9.3