lihongji
2024-08-27 5bf8d2a8e00a9e2a666005ea794ebffd8dd65b94
_Main/UI/MacroPlannerWebApp/Component_DialogCreateEditUphillRouting/Response_pnlActions_btnOk_OnClick.def
@@ -13,12 +13,8 @@
  {
    Body:
    [*
      if( WebMessageBox::Warning( Form, "是否确认生成工艺路线?",Translations::MessageBox_OKCancel() ,true ) = 0 ){
        Form.OnOK();
        Form.Close();
      }else{
        Form.Close();
      }
      Form.OnOK();
      Form.Close();
    *]
  }
}