From e18d66cac7fbf43b0d341ee8976d6550a9a4f1af Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期四, 21 十一月 2024 14:11:45 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/UI/MacroPlannerWebApp/Component_FormInventoryPlanArchive/Component_MatrixEditorTable#791.def |   22 +++++++++-------------
 1 files changed, 9 insertions(+), 13 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..e3eff31 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: 'InventoryPlanArchiveVersion'
+            Source: 'DataHolderTable'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Row.Cell'
+            Transformation: 'Row.Cell'
           ]
         }
       ]
@@ -46,10 +44,10 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: 'InterfaceDataset'
-            Source: 'InterfaceDataset'
+            DataType: 'InventoryPlanArchiveVersion'
+            Source: 'DataHolderTable'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Row'
+            Transformation: 'Row'
           ]
         }
       ]
@@ -72,12 +70,10 @@
           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: 'InventoryPlanArchiveVersion'
+            Source: 'DataHolderTable'
             Taborder: 0
-            Transformation: 'InventoryPlanArchiveVersion.Column'
+            Transformation: 'Column'
           ]
         }
       ]

--
Gitblit v1.9.3