admin
2024-08-21 399b1733fce10c0afefe36167f499d9e1e31e7b3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Quintiq file version 2.0
#parent: pnlActions/btnOk
Response OnClick () id:Response_pnlActions_btnOk_OnClick
{
  #keys: '[412672.0.1042452882]'
  DefinitionID: 'Responsedef_WebButton_OnClick'
  GroupServerCalls: true
  Precondition:
  [*
    return dsStartDate.Date() < dsEndDate.Date();
  *]
  QuillAction
  {
    Body:
    [*
      if( WebMessageBox::Warning( Form, "是否确认生成工艺路线?",Translations::MessageBox_OKCancel() ,true ) = 0 ){
        Form.OnOK();
        Form.Close(); 
      }else{
        Form.Close(); 
      }
    *]
  }
}