From 6d9968b5e3de0f425bef89103b9d4eec06a897f6 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期五, 18 十月 2024 12:00:58 +0800
Subject: [PATCH] 修复产量对比报表日期筛选导出不生效的bug

---
 _Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Component_pSelectionPP.def |   21 +++++++++++++++++----
 1 files changed, 17 insertions(+), 4 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Component_pSelectionPP.def b/_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Component_pSelectionPP.def
index 6143d29..a066998 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Component_pSelectionPP.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormDemandComparison/Component_pSelectionPP.def
@@ -21,7 +21,7 @@
             DataType: 'Archive'
             Source: 'Archive'
             Taborder: 0
-            Transformation: 'ArchivePP'
+            Transformation: 'ArchiveFile.astype( ArchivePP )'
           ]
         }
       ]
@@ -29,6 +29,7 @@
       [
         DisplayField: 'Name'
         Label: '鍩哄噯闇�姹傜増鏈細'
+        NumberOfColumns: 50
         Taborder: 0
       ]
     }
@@ -56,11 +57,11 @@
           Properties:
           [
             DataType: 'Archive'
-            FilterArguments: 'baseSelection:QMacroPlanner::FormDemandComparison.dhBaseVersionPP'
-            FixedFilter: 'object <> baseSelection'
+            FilterArguments: 'baseSelection:QMacroPlanner::FormDemandComparison.dhBaseVersionPP;dateUnit:QLibMacroPlannerWebUI::ApplicationMacroPlanner.ActionBarMacroPlanner.dhDateUnitPP'
+            FixedFilter: 'object.Filter( baseSelection,dateUnit )'
             Source: 'Archive'
             Taborder: 0
-            Transformation: 'ArchivePP'
+            Transformation: 'ArchiveFile.astype( ArchivePP )'
           ]
         }
       ]
@@ -68,9 +69,21 @@
       [
         DisplayField: 'Name'
         Label: '瀵规瘮闇�姹傜増鏈細'
+        NumberOfColumns: 50
         Taborder: 2
       ]
     }
+    Component bSelectionChecks687
+    {
+      #keys: '[414996.1.13998608]'
+      BaseType: 'WebButton'
+      Properties:
+      [
+        Image: 'CHECK'
+        Label: '纭閫夋嫨'
+        Taborder: 3
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3