whyclj
2019-01-08 34468bdbb6bd4abbbbd37f4ae64e28be69675faa
修改电池组连接信息的查询方法
1个文件已修改
10 ■■■■ 已修改文件
gx_tieta/WebRoot/bts-comm-mon.jsp 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gx_tieta/WebRoot/bts-comm-mon.jsp
@@ -15,7 +15,7 @@
        <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>电池注册信息查询</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">
@@ -124,7 +124,7 @@
                //console.log(Page);
                 
                // 查询后台数据
                /* search(createSearchParam(), true);
                search(createSearchParam(), true);
                function search(temp, newLoad) {
                    var load;
                    if(newLoad) {
@@ -134,12 +134,12 @@
                    $.ajax({
                        type:'post',
                        async:true,
                        url: 'App_bts_comm_taskAction!serchByCondition',
                        url: 'App_bts_battgroupAction!serchByCondition',
                        data: "json="+JSON.stringify(temp),
                        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++){
@@ -168,7 +168,7 @@
                    });
                    
                }
                 */