_Main/UI/MacroPlannerWebApp/Component_FormFinancialSalesReport/Response_PanelOperation_ButtonSalesImport_OnClick.def
@@ -29,8 +29,9 @@ //如果存在计划开始后的日期数据需要点击确认 if( not source.IsExistFutureMonthData() or ( source.IsExistFutureMonthData() and WebMessageBox::Question( this, Translations::MP_FinancialProductionReport_Question(), 'Yes|No' ) = 0 ) ){ FinancialSalesSource::InitializeNew( MacroPlan ); source.AfterImport(); FinancialSalesSource::InitiateSearch( MacroPlan ); DataHolderTable.Data( FinancialSalesSource::InitiateSearch( MacroPlan ) ); } WebMessageBox::Success( Translations::A_VWED_Success() );