新增筛选记录
This commit is contained in:
parent
c8c4eba96d
commit
91c12da4ef
32
web/src/x.min.js
vendored
32
web/src/x.min.js
vendored
@ -13513,20 +13513,20 @@ var X = window.X || {
|
|||||||
'filts':[],
|
'filts':[],
|
||||||
'relation':'and'
|
'relation':'and'
|
||||||
};
|
};
|
||||||
// if(reportid){
|
if(reportid){
|
||||||
// data = reportid;
|
data = reportid;
|
||||||
// if(reportid.relation == 'and'){
|
if(reportid.relation == 'and'){
|
||||||
// $('.screen-left-qei').html("且");
|
$('.screen-left-qei').html("且");
|
||||||
// }else {
|
}else {
|
||||||
// $('.screen-left-qei').html("或");
|
$('.screen-left-qei').html("或");
|
||||||
// }
|
}
|
||||||
// if(reportid['filts'].length > 1){
|
if(reportid['filts'].length > 1){
|
||||||
// $('.screen-left-qei').show();
|
$('.screen-left-qei').show();
|
||||||
// }
|
}
|
||||||
// X.laytpldata("#screen-con-box-dot",reportid['filts'],".screen-con-box",function(){
|
X.laytpldata("#screen-con-box-dot",reportid['filts'],".screen-con-box",function(){
|
||||||
// renderdate();
|
renderdate();
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
|
|
||||||
var my_event,load_filter_props,filter_map;
|
var my_event,load_filter_props,filter_map;
|
||||||
X.api("data_auth/my_event","get",{},function(d){
|
X.api("data_auth/my_event","get",{},function(d){
|
||||||
@ -13535,9 +13535,9 @@ var X = window.X || {
|
|||||||
load_filter_props = val;
|
load_filter_props = val;
|
||||||
X.api("data_auth/filter_map","get",{},function(d){
|
X.api("data_auth/filter_map","get",{},function(d){
|
||||||
filter_map = d;
|
filter_map = d;
|
||||||
// if(!reportid){
|
if(!reportid){
|
||||||
updatascreencon();
|
updatascreencon();
|
||||||
// }
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
@ -13,20 +13,20 @@
|
|||||||
'filts':[],
|
'filts':[],
|
||||||
'relation':'and'
|
'relation':'and'
|
||||||
};
|
};
|
||||||
// if(reportid){
|
if(reportid){
|
||||||
// data = reportid;
|
data = reportid;
|
||||||
// if(reportid.relation == 'and'){
|
if(reportid.relation == 'and'){
|
||||||
// $('.screen-left-qei').html("且");
|
$('.screen-left-qei').html("且");
|
||||||
// }else {
|
}else {
|
||||||
// $('.screen-left-qei').html("或");
|
$('.screen-left-qei').html("或");
|
||||||
// }
|
}
|
||||||
// if(reportid['filts'].length > 1){
|
if(reportid['filts'].length > 1){
|
||||||
// $('.screen-left-qei').show();
|
$('.screen-left-qei').show();
|
||||||
// }
|
}
|
||||||
// X.laytpldata("#screen-con-box-dot",reportid['filts'],".screen-con-box",function(){
|
X.laytpldata("#screen-con-box-dot",reportid['filts'],".screen-con-box",function(){
|
||||||
// renderdate();
|
renderdate();
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
|
|
||||||
var my_event,load_filter_props,filter_map;
|
var my_event,load_filter_props,filter_map;
|
||||||
X.api("data_auth/my_event","get",{},function(d){
|
X.api("data_auth/my_event","get",{},function(d){
|
||||||
@ -35,9 +35,9 @@
|
|||||||
load_filter_props = val;
|
load_filter_props = val;
|
||||||
X.api("data_auth/filter_map","get",{},function(d){
|
X.api("data_auth/filter_map","get",{},function(d){
|
||||||
filter_map = d;
|
filter_map = d;
|
||||||
// if(!reportid){
|
if(!reportid){
|
||||||
updatascreencon();
|
updatascreencon();
|
||||||
// }
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user