| Quintiq file version 2.0 | 
| #parent: PanelFunctionButtons/ButtonSend | 
| Response OnClick () id:Response_PanelFunctionButtons_ButtonSend_OnClick | 
| { | 
|   #keys: '[414702.0.168500044]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     return not isnull( MacroPlan ) and not isnull( DataHolderActiveScenario.Data() ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       scenario := DataHolderActiveScenario.Data(); | 
|        | 
|       PanelMaterial::Send( MacroPlan, scenario, DropDownStringListBusinessType.Text(), EditFieldAddress.Text() ); | 
|        | 
|       WebMessageBox::Success( "发送成功!", true ); | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |