From efbcc566c76bdad4aeb700510b57eed2f9bd1d88 Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 15 十一月 2024 17:00:29 +0800
Subject: [PATCH] 客户需求计划页面排版

---
 _Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
index d90d27b..64dc42d 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormCustomerDemandPPAIDS/Response_OnCreated.def
@@ -9,10 +9,9 @@
   {
     Body:
     [*
-      //鍒濆鍖� 
-      //CustomerDemandIDS::GenerateData( InterfaceDataset, RecycleBin, Archive );
-      
-      //dhSearch.Data( InterfaceDataset.CustomerDemandIDSSearch() );
+      //鍒濆鍖�  
+      table := CustomerDemandIDS::InitiateSearch( InterfaceDataset ); 
+      DataHolderTable.Data( table );
     *]
     GroupServerCalls: false
   }

--
Gitblit v1.9.3