From 4be2a228025a44c7cc4a1fec31d5ade0f84a988b Mon Sep 17 00:00:00 2001 From: lazhen <17772815105@139.com> Date: 星期一, 14 十月 2024 16:49:11 +0800 Subject: [PATCH] 财务产量/销量报表查询条件多选 --- _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelOperation_ButtonProductionImport660_OnClick.def | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelFinancialProductionReportOperation_ButtonProductionImport_OnCl.def b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelOperation_ButtonProductionImport660_OnClick.def similarity index 82% rename from _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelFinancialProductionReportOperation_ButtonProductionImport_OnCl.def rename to _Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelOperation_ButtonProductionImport660_OnClick.def index 53c7632..4c7abdd 100644 --- a/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelFinancialProductionReportOperation_ButtonProductionImport_OnCl.def +++ b/_Main/UI/MacroPlannerWebApp/Component_FormFinancialProductionReport/Response_PanelOperation_ButtonProductionImport660_OnClick.def @@ -1,8 +1,8 @@ Quintiq file version 2.0 -#parent: PanelFinancialProductionReportOperation/ButtonProductionImport -Response OnClick () id:Response_PanelFinancialProductionReportOperation_ButtonProductionImport_OnClick +#parent: PanelOperation/ButtonProductionImport660 +Response OnClick () id:Response_PanelOperation_ButtonProductionImport660_OnClick { - #keys: '[415136.0.836011369]' + #keys: '[415136.0.1194549736]' CanBindMultiple: false DefinitionID: 'Responsedef_WebButton_OnClick' Precondition: @@ -30,7 +30,7 @@ if( not source.IsExistFutureMonthData() or ( source.IsExistFutureMonthData() and WebMessageBox::Question( this, Translations::MP_FinancialProductionReport_Question(), 'Yes|No' ) = 0 ) ){ source.AfterImport(); - DataHolderTable.Data().Generate( dhSearch.Data(), DataHolderProduct.Data() ); + FinancialProductionSource::InitiateSearch( MacroPlan ); } WebMessageBox::Success( Translations::A_VWED_Success() ); -- Gitblit v1.9.3