From 3ad92186b00a2ab5d9f7834c06ed552d8fd23879 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期二, 25 六月 2024 17:23:34 +0800 Subject: [PATCH] 财务产量报表(没有合计) --- _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_OnCreated.def | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_OnCreated.def b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_OnCreated.def index e6a840f..e6d457a 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_OnCreated.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_OnCreated.def @@ -10,13 +10,15 @@ Body: [* //鍒濆鍖� - if( not exists( MacroPlan, FinancialProductionSource, source, not source.IsImport() ) ){ + //if( not exists( MacroPlan, FinancialProductionSource, source, not source.IsImport() ) ){ FinancialProductionSource::Initialize( MacroPlan ); - } + //} //info( '------------------1----------------' ); table := selectobject( MacroPlan, FinancialProductionSource.FinancialProductionReport, table, not table.IsImport() ); //info( '------------------2----------------' ); DataHolderTable.Data( table ); + + dhSearch.Data( table.FinancialProductionSource().FinancialProductionSearch() ); *] GroupServerCalls: false } -- Gitblit v1.9.3