| Quintiq file version 2.0 | 
| #parent: pnlActions/btnOk | 
| Response OnClick () id:Response_pnlActions_btnOk_OnClick | 
| { | 
|   #keys: '[414702.0.213381921]' | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   Precondition: | 
|   [* | 
|     return not isnull( GlobalOTDTable ); | 
|   *] | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       Form.ApplyChanges(); | 
|       try { | 
|         macroPlan := ExternalMDSEditor::MacroPlan( ddlSelectVersion.Data().DatasetName() ).AsMacroPlan(); | 
|         GlobalOTDSOP.SynchronizeOrders( macroPlan ); | 
|        | 
|         Form.Close(); | 
|        | 
|         WebMessageBox::Success( "融合数据成功!", true ); | 
|       } onerror { | 
|         Form.Close(); | 
|         WebMessageBox::Error( e.GeneralInformation(), true ); | 
|       } | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |