_Main/UI/MacroPlannerWebApp/Component_FrmOrderForecast/Response_OnCreated.def
@@ -9,13 +9,15 @@ { Body: [* // 初始化查询参数月份 ds_Month_FOF.Date(Date::ActualDate()); // 初始化预测数据 JResult := H_FunctionClass::SM_InitialForcastData( MacroPlan); JResult := H_FunctionClass::SM_InitialForcastDataEx( MacroPlan,true,"-"); if(not JResult.Get( "Status").GetBoolean()) { WebMessageBox::Warning( JResult.Get( "Msg").GetString()); WebMessageBox::Warning( JResult.Get( "Msg").GetString()); } else { WebMessageBox::Information( JResult.Get( "Msg").GetString()); } *] GroupServerCalls: false