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/Button3_414
| Response OnClick () id:Response_FormInterfaceTest_Button3_OnClick_918
| {
| #keys: '[414702.1.247559424]'
| CanBindMultiple: false
| DefinitionID: 'Responsedef_WebButton_OnClick'
| QuillAction
| {
| Body:
| [*
| WebMessageBox::Information( "任务开始执行,仅限一人操作!", true );
|
| id := DataInterfaceLog::Create( GlobalOTDLog, guard( ApplicationMacroPlanner.GetUserName(), "账号异常" ), "生成实际库存分类" );
|
| Global_MAPISPIPCategory::Create( GlobalOTDTable, id );
| *]
| GroupServerCalls: false
| }
| }
|
|