From 2edaa39542c551f68522dab8680e8b750176ee5d Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期五, 22 十一月 2024 16:53:23 +0800
Subject: [PATCH] trc存档优化

---
 _Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl               |    2 +-
 _Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
index 201e2a1..9a139d3 100644
--- a/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
+++ b/_Main/BL/Type_InterfaceDataset/Method_GenerateArchiveData.qbl
@@ -35,7 +35,7 @@
       InventoryPlanArchiveVersion::GenerateData( macroplan, this );
     }
     if( istrcdemand ){//TRC闇�姹�
-    //  CustomerDemandIDS::GenerateData( this, recyclebin, archive );
+      InterfaceTRCForecast::ArchivedData( this, macroplan );
     }
     if( istransferplan ){//璋冩嫧璁″垝
       ArchiveTransferPlanCell::Archive( macroplan,archive );
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def b/_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def
index 82c332f..39aff07 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormTRCForecast/Component_pHeader.def
@@ -14,6 +14,7 @@
         Image: 'DOCUMENT_ZIP'
         Label: '瀛樻。'
         Taborder: 0
+        Visible: false
       ]
     }
   ]

--
Gitblit v1.9.3