|
@@ -31,24 +31,26 @@
|
|
|
<div class="f-scroll" id="gaojinginfo" style="transform: translate3d(0px, 0px, 0px) translateZ(0px);">';
|
|
|
|
|
|
//var baojing_info = '';
|
|
|
-
|
|
|
- learun.http.get("http://czapp.rltest.cn/?s=api/get_baojing_info", {}, function(res) {
|
|
|
- if(res){
|
|
|
+ userinfo = learun.storage.get('userinfo');
|
|
|
+ learun.http.get(config.webapi + "/?s=api/get_baojing_info&plate="+userinfo.baseinfo.plate, {}, function(res) {
|
|
|
+ if(res.success == true){
|
|
|
$.each(res.data, function (_index, _item) {
|
|
|
msg_html += '\
|
|
|
<div class="lr-list">\
|
|
|
<div class="lr-list-item lr-list-item-multi" style="line-height: 25px;">\
|
|
|
<h4>'+ _item.AddTime +'</h4>\
|
|
|
- <p class="lr-ellipsis">'+ _item.DeviceNumber +'<span class="" style="right: 15px;position: absolute;top: 50%;transform: translateY(-50%);">'+ _item.AddTime +'</span></p>\
|
|
|
- <a class="lr-nav-right">'+ _item.Comment +'<span class="lr-badge lr-badge-primary lr-badge-inverted">详情</span></a>\
|
|
|
+ <p class="lr-ellipsis">'+ _item.LicensePlate +'<span class="" style="right: 15px;position: absolute;top: 50%;transform: translateY(-50%);">'+ _item.DeviceNumber +'</span></p>\
|
|
|
+ <a class="lr-nav-right" id="gaojingdetail">'+ _item.Type +'<span class="lr-badge lr-badge-primary lr-badge-inverted">详情</span></a>\
|
|
|
</div>\
|
|
|
</div>';
|
|
|
});
|
|
|
-
|
|
|
}else{
|
|
|
msg_html += '<h4>暂无消息</h4>';
|
|
|
}
|
|
|
$page.find('#gaojinginfo').html(msg_html);
|
|
|
+ $('#gaojingdetail').on('tap', function () {
|
|
|
+ learun.nav.go({ path: 'alarmdetail', title: '告警详情', type: 'right' });
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
msg_html += '\
|
|
@@ -59,69 +61,6 @@
|
|
|
</div>\
|
|
|
</div>';
|
|
|
$this.html(msg_html);
|
|
|
-
|
|
|
-
|
|
|
- /*var pageobj = $('#gaojinginfo').lrpagination({
|
|
|
- lclass: "lr-list",
|
|
|
- rows: 10, // 每页行数
|
|
|
- getData: function (param, callback) {// 获取数据 param 分页参数,callback 异步回调
|
|
|
- // param: page: 当前页,rows:行数
|
|
|
- setTimeout(function () {
|
|
|
- var gaojing_data = [];
|
|
|
- learun.http.get("http://czapp.rltest.cn/?s=api/get_baojing_info", {}, function(res) {
|
|
|
- if(res){
|
|
|
- $.each(res.data, function (_index, _item) {
|
|
|
- gaojing_data = _item;
|
|
|
- console.log(gaojing_data);
|
|
|
- //gaojing_data.push({ data: _item });
|
|
|
- })
|
|
|
- }
|
|
|
- })
|
|
|
- console.log(gaojing_data);
|
|
|
- callback(gaojing_data, 20);
|
|
|
- }, 1000);
|
|
|
- },
|
|
|
- renderData: function (_index, _item) {// 渲染数据模板
|
|
|
- console.log(_item);
|
|
|
- var _html = '\
|
|
|
- <div class="lr-list">\
|
|
|
- <div class="lr-list-item lr-list-item-multi" style="line-height: 25px;">\
|
|
|
- <h4>'+ _item.AddTime +'</h4>\
|
|
|
- <p class="lr-ellipsis">'+ _item.DeviceNumber +'<span class="" style="right: 15px;position: absolute;top: 50%;transform: translateY(-50%);">'+ _item.AddTime +'</span></p>\
|
|
|
- <a class="lr-nav-right">'+ _item.Comment +'<span class="lr-badge lr-badge-primary lr-badge-inverted">详情</span></a>\
|
|
|
- </div>\
|
|
|
- </div>';
|
|
|
- return _html;
|
|
|
- },
|
|
|
- down: {
|
|
|
- contentinit: '下拉可以刷新',
|
|
|
- contentdown: '下拉可以刷新',
|
|
|
- contentover: '释放立即刷新',
|
|
|
- contentrefresh: '正在刷新...'
|
|
|
- },
|
|
|
- up: {
|
|
|
- contentinit: '上拉显示更多',
|
|
|
- contentdown: '上拉显示更多',
|
|
|
- contentrefresh: '正在加载...',
|
|
|
- contentnomore: '没有更多数据了'
|
|
|
- },
|
|
|
- click: function (item, $item) {// 列表行点击事件
|
|
|
-
|
|
|
- }
|
|
|
- });*/
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- /*$('.lr-nav-right').on('tap', function () {
|
|
|
- var path = 'demo/test/map-detail';
|
|
|
- console.log(path);
|
|
|
- var title = '告警详情';
|
|
|
- learun.nav.go({ path: path, title: title, type: 'right' });
|
|
|
- });*/
|
|
|
break;
|
|
|
case 1:
|
|
|
var msg_html = '';
|
|
@@ -129,24 +68,30 @@
|
|
|
<div class="f-page-body f-scroll-wrapper">\
|
|
|
<div class="f-scroll" id="gonggaoinfo" style="transform: translate3d(0px, 0px, 0px) translateZ(0px);">';
|
|
|
//var baojing_info = '{"0":{"data":"1111","msg":"公告","time":"2/28"},"1":{"data":"2222","msg":"公告","time":"2/29"}}';
|
|
|
-
|
|
|
- learun.http.get("http://czapp.rltest.cn/?s=api/get_baojing_info", {}, function(res) {
|
|
|
- if(res){
|
|
|
+ userinfo = learun.storage.get('userinfo');
|
|
|
+ learun.http.get(config.webapi + "/?s=api/get_gonggao_info&plate="+userinfo.baseinfo.plate, {}, function(res) {
|
|
|
+ if(res.success == true){
|
|
|
$.each(res.data, function (_index, _item) {
|
|
|
msg_html += '\
|
|
|
<div class="lr-list">\
|
|
|
<div class="lr-list-item lr-list-item-multi" style="line-height: 25px;">\
|
|
|
<h4>'+ _item.AddTime +'</h4>\
|
|
|
- <p class="lr-ellipsis">'+ _item.DeviceNumber +'<span class="" style="right: 15px;position: absolute;top: 50%;transform: translateY(-50%);">'+ _item.AddTime +'</span></p>\
|
|
|
- <a class="lr-nav-right">'+ _item.Comment +'<span class="lr-badge lr-badge-primary lr-badge-inverted">详情</span></a>\
|
|
|
+ <p class="lr-ellipsis">'+ _item.LicensePlate +'<span class="" style="right: 15px;position: absolute;top: 50%;transform: translateY(-50%);">'+ _item.DeviceNumber +'</span></p>\
|
|
|
+ <a class="lr-nav-right" id="gonggaodetail">'+ _item.Type +'<span class="lr-badge lr-badge-primary lr-badge-inverted">详情</span></a>\
|
|
|
</div>\
|
|
|
</div>';
|
|
|
+ $page.find('.gonggaodetail').on('tap', function () {
|
|
|
+ learun.nav.go({ path: 'baojing', title: '自助报警', type: 'right' });
|
|
|
+ });
|
|
|
});
|
|
|
|
|
|
}else{
|
|
|
msg_html += '<h4>暂无消息</h4>';
|
|
|
}
|
|
|
$page.find('#gonggaoinfo').html(msg_html);
|
|
|
+ $('#gonggaodetail').on('tap', function () {
|
|
|
+ learun.nav.go({ path: 'alarmdetail', title: '告警详情', type: 'right',param:'{"addtime":_item.AddTime}' });
|
|
|
+ });
|
|
|
});
|
|
|
msg_html += '\
|
|
|
</div>\
|
|
@@ -156,12 +101,6 @@
|
|
|
</div>\
|
|
|
</div>';
|
|
|
$this.html(msg_html);
|
|
|
- /*$('.lr-nav-right').on('tap', function () {
|
|
|
- var path = 'demo/test/map-detail';
|
|
|
- console.log(path);
|
|
|
- var title = '公告详情';
|
|
|
- learun.nav.go({ path: path, title: title, type: 'right' });
|
|
|
- });*/
|
|
|
break;
|
|
|
}
|
|
|
$this = null;
|