haorenhui
2023-10-27 1499d8149575493519f2c5b04462c2302a455aa9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Quintiq file version 2.0
#parent: Panel3/Button2_925
Response OnClick () id:Response_FormInterfaceTest_Button2_OnClick_836
{
  #keys: '[414702.1.242541028]'
  CanBindMultiple: false
  DefinitionID: 'Responsedef_WebButton_OnClick'
  QuillAction
  {
    Body:
    [*
      WebMessageBox::Information( "任务开始执行,仅限一人操作!", true );
      
      id := DataInterfaceLog::Create( GlobalOTDLog, guard( ApplicationMacroPlanner.GetUserName(), "账号异常" ), "生成库存成本分类" );
      
      Global_StockingPointCostCategory::Create( GlobalOTDTable, id );
    *]
    GroupServerCalls: false
  }
}