| | |
| | | <meta http-equiv="expires" content="0">
|
| | | <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
|
| | | <meta http-equiv="description" content="This is my page">
|
| | | <title>设备连接信息</title>
|
| | | <title><s:text name="Dev_connect_info_query"/></title> <!-- 设备连接信息查询 -->
|
| | | <link rel="stylesheet" type="text/css" href="pages/css/base.css">
|
| | | <link rel="stylesheet" type="text/css" href="jqueryui/jquery-ui.css">
|
| | | <link rel="stylesheet" type="text/css" href="src/css/layui.css">
|
| | |
| | | <div class="layui-page-container">
|
| | | <!-- 条件筛选 -->
|
| | | <div class="layui-page-filter">
|
| | | <div class="page-filter-header layui-page-filter-fweight">设备连接信息</div>
|
| | | <div class="page-filter-header layui-page-filter-fweight"><s:text name="Dev_connect_info_query"/></div> <!-- 设备连接信息查询 -->
|
| | | <div class="page-filter-content">
|
| | | <table>
|
| | | <tr class="layui-page-filter-tbl-header layui-page-filter-fweight">
|
| | |
| | | if(newLoad) {
|
| | | load = layer.load(1);
|
| | | }
|
| | | console.log(temp); |
| | | //console.log(temp); |
| | | $.ajax({
|
| | | type:'post',
|
| | | async:true,
|
| | |
| | | dataType: 'json',
|
| | | success:function(result) {
|
| | | var model = JSON.parse(result.result);
|
| | | console.info(model);
|
| | | //console.info(model);
|
| | | var arr_td = new Array();
|
| | | if(model.code == 1){
|
| | | for(var i=0;i<model.data.length;i++){
|
| | |
| | | Page.setAll(_data.num);
|
| | | }
|
| | | }
|
| | | console.info(arr_td);
|
| | | //console.info(arr_td);
|
| | | tOptions.data = arr_td;
|
| | | // 生成表格数据
|
| | | table.render(tOptions);
|