From 712d2f68e0d1e9e111aa5d870283f4edf2da3739 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期二, 22 十月 2024 14:10:28 +0800
Subject: [PATCH] 财务产量/销量报表刷新导出报错

---
 _Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504#801.def |   76 +++++++++++++++++++++++++++++++-------
 1 files changed, 62 insertions(+), 14 deletions(-)

diff --git "a/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504\043801.def" "b/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504\043801.def"
index 28e3804..3f5a6da 100644
--- "a/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504\043801.def"
+++ "b/_Main/UI/MacroPlannerWebApp/Component_Form701/Component_PanelRibbon504\043801.def"
@@ -9,7 +9,7 @@
     {
       #keys: '[412672.1.78210474]'
       BaseType: 'WebDropDownList'
-      Databinding: 'OfflinePlanTable'
+      Databinding: 'OfflinePlanTableInfo'
       Children:
       [
         Component DataExtractorRibbon
@@ -18,16 +18,16 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: 'structured[MacroPlan]'
-            Source: 'dhMacroPlans'
+            DataType: 'RecycleBin'
+            Source: 'RecycleBin'
             Taborder: 0
-            Transformation: 'Elements.OfflinePlanTable'
+            Transformation: 'OfflinePlanTableInfo'
           ]
         }
       ]
       Properties:
       [
-        DisplayField: 'SaveDateTime'
+        DisplayField: 'TableName'
         Label: '鍩哄噯涓嬬嚎璁″垝:'
         Taborder: 0
       ]
@@ -46,7 +46,7 @@
     {
       #keys: '[412672.1.78210579]'
       BaseType: 'WebDropDownList'
-      Databinding: 'OfflinePlanTable'
+      Databinding: 'OfflinePlanTableInfo'
       Children:
       [
         Component DataExtractorRibbon300
@@ -55,30 +55,78 @@
           BaseType: 'WebDataExtractor'
           Properties:
           [
-            DataType: 'structured[MacroPlan]'
-            Source: 'dhMacroPlans'
+            DataType: 'RecycleBin'
+            Source: 'RecycleBin'
             Taborder: 0
-            Transformation: 'Elements.OfflinePlanTable'
+            Transformation: 'OfflinePlanTableInfo'
           ]
         }
       ]
       Properties:
       [
-        DisplayField: 'SaveDateTime'
+        DisplayField: 'TableName'
         Label: '瀵规瘮涓嬬嚎璁″垝:'
         Taborder: 1
       ]
     }
-    Component dhMacroPlans id:dhMacroPlans_891
+    Component bExport
     {
-      #keys: '[414996.1.103241339]'
-      BaseType: 'WebDataHolder'
-      Databinding: 'structured[MacroPlan]*'
+      #keys: '[414996.1.104721685]'
+      BaseType: 'WebButton'
       Properties:
       [
+        Image: 'EXPORT1'
+        Taborder: 5
+      ]
+    }
+    Component dhXMLDataListener
+    {
+      #keys: '[414996.1.104721708]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'structured[ExportXMLManager]*'
+      Children:
+      [
+        Component DataExtractor510
+        {
+          #keys: '[414996.1.104721709]'
+          BaseType: 'WebDataExtractor'
+          Properties:
+          [
+            DataType: 'RecycleBin'
+            FixedFilter: 'object.Name() = LocalCell_OfflinePlanComparison::GetTableName()'
+            Source: 'RecycleBin'
+            Taborder: 0
+            Transformation: 'ExportXMLManager'
+          ]
+        }
+      ]
+      Properties:
+      [
+        Taborder: 6
+      ]
+    }
+    Component rbgTimeUnit id:rbgTimeUnit_963
+    {
+      #keys: '[414996.1.146310444]'
+      BaseType: 'WebRadioButtonGroup'
+      Properties:
+      [
+        BoundValue: 'Day'
+        ButtonLabels: 'Day;Week;Month'
+        ButtonValues: 'Day;Week;Month'
         Taborder: 3
       ]
     }
+    Component dhTimeUnit id:dhTimeUnit_384
+    {
+      #keys: '[414996.1.146310475]'
+      BaseType: 'WebDataHolder'
+      Databinding: 'String*'
+      Properties:
+      [
+        Taborder: 4
+      ]
+    }
   ]
   Properties:
   [

--
Gitblit v1.9.3