yanweiyuan3
2023-09-21 765e7ec8426f896bf78a8749e38bd1656ca05474
_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
  }
}