| | |
| | | <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">
|
| | |
| | | //console.log(Page);
|
| | |
|
| | | // 查询后台数据
|
| | | /* search(createSearchParam(), true);
|
| | | search(createSearchParam(), true);
|
| | | function search(temp, newLoad) {
|
| | | var load;
|
| | | if(newLoad) {
|
| | |
| | | $.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++){
|
| | |
| | | });
|
| | |
|
| | | }
|
| | | */
|
| | | |
| | |
|
| | |
|
| | |
|