| Quintiq file version 2.0 | 
| #parent: PanelImportAndExport/Import | 
| Response OnClick () id:Response_PanelImportAndExport_Import_OnClick | 
| { | 
|   #keys: '[414702.0.391899822]' | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_WebButton_OnClick' | 
|   QuillAction | 
|   { | 
|     Body: | 
|     [* | 
|       try { | 
|         uploadJsonString := Application.GetFile(); | 
|         if ( uploadJsonString <> "" ) { | 
|           uploadJson := JSON::Parse( uploadJsonString ); | 
|            | 
|           fileName := uploadJson.Get( "name" ).GetString(); | 
|           base64String := uploadJson.Get( "data" ).GetString(); | 
|           CapacityAllocationResultsRuleConfiguration::Import( GlobalOTDTable, base64String ); | 
|            | 
|           WebMessageBox::Success( "上传成功", true ); | 
|         } | 
|       } onerror { | 
|         WebMessageBox::Error( e.GeneralInformation(), true ); | 
|       } | 
|     *] | 
|     GroupServerCalls: false | 
|   } | 
| } |