lazhen
2024-08-26 dcfc6e79e2f5ea56458f0b542750e22b1f6a2d7a
_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();
    *]
  }
}