From dbcd0cd071f45285dc1fc134477536fd125a4fcf Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 07 十一月 2024 12:04:11 +0800
Subject: [PATCH] 计划库存存档报表显示bug

---
 _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