xiaoding721
2023-11-13 e4edcfd0b987b239526f5375881b919789782dad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Quintiq file version 2.0
#parent: ListInterfaceTest
Response OnClick (
  Global_BrokerExecuteLog selection
) id:Response_ListInterfaceTest_MenuCreateShowData_OnClick
{
  #keys: '[414702.0.488307153]'
  CanBindMultiple: false
  DefinitionID => /ListInterfaceTest/Responsedef_ListInterfaceTest_WebMenu_OnClick
  Initiator: 'MenuCreateShowData'
  Precondition:
  [*
    //flag := selection.BrokerName() = "GlobalOTDTable_CustomOrder"
    //
    //if ( not flag ) {
    //  feedback := "暂不支持!!!";
    //}
    //  
    //return flag;
  *]
  QuillAction
  {
    Body:
    [*
      //GlobalOTDTable.Global_ShowRow( relflush );
      //GlobalOTDTable.Global_ShowColumn( relflush );
      //GlobalOTDTable.Global_ShowCell( relflush );
      //
      //Global_ShowCell::ShowData( GlobalOTDTable, selection );
      WebMessageBox::Information( "此按钮用于测试", true );
    *]
    GroupServerCalls: false
  }
}