| | |
| | | DefinitionID: 'Responsedef_WebButton_OnClick' |
| | | Precondition: |
| | | [* |
| | | return not isnull( GlobalOTDTable ); |
| | | flag := not isnull( GlobalOTDTable ); |
| | | |
| | | if ( not isnull( GlobalOTDTable ) ) { |
| | | |
| | | } |
| | | |
| | | return flag; |
| | | *] |
| | | QuillAction |
| | | { |
| | | Body: |
| | | [* |
| | | WebMessageBox::Information( "数据开始拉取中!(仅限一人操作)", true ); |
| | | |
| | | GlobalOTDTable.SynchronizationAllMappingBrokerAndAPIByOption( ApplicationMacroPlanner.GetUserName(), |
| | | CheckboxCustomOrder.Checked(), |
| | | CheckboxForecast.Checked(), |
| | |
| | | CheckboxCurrency_MP.Checked(), |
| | | CheckboxCurrencyRate_MP.Checked(), |
| | | CheckboxLane.Checked(), |
| | | CheckboxLaneLeg.Checked() ); |
| | | |
| | | WebMessageBox::Information( "数据开始拉取中!(仅限一人操作)", true ); |
| | | CheckboxLaneLeg.Checked(), |
| | | CheckboxSummaryOfInboundTransaction.Checked() ); |
| | | *] |
| | | GroupServerCalls: false |
| | | } |