From ae4c75793296c7b462da500f98574b40c23fd1d5 Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期一, 21 十月 2024 17:12:08 +0800
Subject: [PATCH] 大连料架优化

---
 _Main/UI/MacroPlannerWebApp/Component_Form701/Component_MatrixEditor.def |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_MatrixEditor.def b/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_MatrixEditor.def
index 20b8c8e..130cb7e 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_MatrixEditor.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_MatrixEditor.def
@@ -18,7 +18,7 @@
           Properties:
           [
             DataType: 'LocalTable'
-            Source: 'dhComparisonData'
+            Source: 'dhTable'
             Taborder: 0
             Transformation: 'LocalRow.LocalCell.astype(LocalCell_OfflinePlanComparison)'
           ]
@@ -45,9 +45,9 @@
           Properties:
           [
             DataType: 'LocalTable'
-            FilterArguments: 'checkedProduct:QMacroPlanner::FormOfflinePlanComparison701.dhFinelProduct'
-            FixedFilter: 'exists( checkedProduct,Elements,product,product.ID() = object.Name() )'
-            Source: 'dhComparisonData'
+            FilterArguments: 'checkedProduct:QMacroPlanner::FormOfflinePlanChanges.dhFinelProduct'
+            FixedFilter: 'exists( checkedProduct,Elements,product,product.ID() = object.ProductID())'
+            Source: 'dhTable'
             Taborder: 0
             Transformation: 'LocalRow'
           ]
@@ -73,9 +73,9 @@
           Properties:
           [
             DataType: 'LocalTable'
-            FilterArguments: 'startDate:QMacroPlanner::FormOfflinePlanComparison701.dhStartDate;endDate:QMacroPlanner::FormOfflinePlanComparison701.dhEndDate'
-            FixedFilter: 'not object.IsAttrbuteColumn() and startDate <= object.Date() and endDate > object.Date() '
-            Source: 'dhComparisonData'
+            FilterArguments: 'startDate:QMacroPlanner::FormOfflinePlanChanges.dhStartDate;endDate:QMacroPlanner::FormOfflinePlanChanges.dhEndDate;timeUnit:QMacroPlanner::FormOfflinePlanChanges.dhTimeUnit'
+            FixedFilter: 'not object.IsAttrbuteColumn() and startDate <= object.Date() and endDate > object.Date() and object.TimeUnit() = timeUnit'
+            Source: 'dhTable'
             Taborder: 0
             Transformation: 'LocalColumn'
           ]

--
Gitblit v1.9.3