xiaoding721
2024-08-26 5773247d347db0d22b867c80c857022f8d67a823
_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();
    *]
  }
}