hongji.li
2023-11-06 dda4df90e724f144a514c57aabd733fe1a800096
_Main/UI/MacroPlannerWebApp/Component_FormInterfaceTest/Response_PanelInterfaceTest_ButtonPullInterfaceDataToIntermediateTable_OnCli.def
@@ -7,12 +7,20 @@
  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(),
@@ -33,9 +41,8 @@
                                                                    CheckboxCurrency_MP.Checked(),
                                                                    CheckboxCurrencyRate_MP.Checked(),
                                                                    CheckboxLane.Checked(),
                                                                    CheckboxLaneLeg.Checked() );
      WebMessageBox::Information( "数据开始拉取中!(仅限一人操作)", true );
                                                                    CheckboxLaneLeg.Checked(),
                                                                    CheckboxSummaryOfInboundTransaction.Checked() );
    *]
    GroupServerCalls: false
  }