| | |
| | | getCommandLog(); |
| | | },1000); |
| | | setInterval(function () { |
| | | getSiteOutput(); |
| | | getCrnOutput(); |
| | | operatorBlockShow(); |
| | | },500); |
| | | |
| | |
| | | } |
| | | |
| | | // 输送设备日志输出 ----------------------------------------------------------------------- |
| | | function getSiteOutput() { |
| | | function getCrnOutput() { |
| | | $.ajax({ |
| | | url: baseUrl + "/crn/output/site", |
| | | headers: {'token': localStorage.getItem('token')}, |
| | |
| | | <link rel="stylesheet" type="text/css" href="../static/css/pipeline.css"> |
| | | <script type="text/javascript" src="../static/js/jquery/jquery-3.3.1.min.js"></script> |
| | | <script type="text/javascript" src="../static/js/common.js"></script> |
| | | <script type="text/javascript" src="../static/js/layer/layer.js"></script> |
| | | <style> |
| | | |
| | | </style> |
| | |
| | | <footer> |
| | | <textarea id="output"></textarea> |
| | | </footer> |
| | | |
| | | <div id="site-detl" style="display: none"> |
| | | hello world |
| | | </div> |
| | | </body> |
| | | <script> |
| | | // 初始化 |
| | |
| | | getSiteOutput(); |
| | | },500); |
| | | |
| | | $(document).on('click','#site-table tr', function () { |
| | | layer.open({ |
| | | type: 1, |
| | | title: false, |
| | | content: $("#site-detl"), |
| | | success: function(layero, index){ |
| | | |
| | | } |
| | | }) |
| | | console.log($(this).children("td").eq(0).html()); |
| | | }); |
| | | |
| | | |
| | | // plc异常信息表获取 |
| | | function getPlcError() { |