limj
2023-09-15 e6c0b43a4f21923ceeee5f9c35650314fc783962
_Main/UI/MacroPlannerWebApp/Component_FormPanelPullPlanReport/Response_PanelFunctionButtons_ButtonRefresh_OnClick.def
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,24 @@
Quintiq file version 2.0
#parent: PanelFunctionButtons/ButtonRefresh
Response OnClick () id:Response_PanelFunctionButtons_ButtonRefresh_OnClick
{
  #keys: '[414702.0.156301340]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebButton_OnClick'
  Precondition:
  [*
    return not isnull( GlobalOTDTable ) and not isnull( MacroPlan );
  *]
  QuillAction
  {
    Body:
    [*
      MacroPlan.PanelMaterial( relflush );
      GlobalOTDTable.RefreshPanelMaterialData( MacroPlan );
      WebMessageBox::Success( "刷新成功!", true );
    *]
    GroupServerCalls: false
  }
}