From afbad399be481afbe886bc2ad1e22abbcd5df771 Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 05 八月 2024 14:56:46 +0800 Subject: [PATCH] 财务报表bug修复 --- _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelUnit_ddslUnit_OnSelectionChanged.def | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelUnit_ddslUnit_OnSelectionChanged.def b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelUnit_ddslUnit_OnSelectionChanged.def index 7fbf5de..8e539cb 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelUnit_ddslUnit_OnSelectionChanged.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelUnit_ddslUnit_OnSelectionChanged.def @@ -11,7 +11,7 @@ [* if( dhSearch.Data().Unit() <> selection ){ dhSearch.Data().Unit( selection ); - DataHolderTable.Data().Generate( dhSearch.Data(), DataHolderProduct.Data() ); + // DataHolderTable.Data().Generate( dhSearch.Data(), DataHolderProduct.Data() ); } *] GroupServerCalls: false -- Gitblit v1.9.3