<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <style type="text/css"> .error { margin: 10px; padding: 10px; color: #B0BEC5; display: table; margin-bottom: 40px; width: 100%; } </style> <title></title> <!-- FR 转码JS --> <script src="/webroot/decision/view/report?op=emb&resource=finereport.js"></script> </head> <body> <div class="error"> <nobr class='message'>${message}</nobr> </div> <script> // 获取提示错误信息,进行解码 // 报数据中心oracle错误时需要对错误信息进行切割,取有效的错误信息 $('.message').text('错误信息:' + FR.cjkDecode($('.message').text()).split('').split(':')); </script> </body></html>