| 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 | 
|   } | 
| } |