111
This commit is contained in:
parent
536305d1ec
commit
5ca4d18580
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
<div class="block___2n0We analysis-overall" style="display: block;">
|
<div class="block___2n0We analysis-overall" style="display: block;">
|
||||||
<div class="analysis-con-left-title">
|
<div class="analysis-con-left-title">
|
||||||
<span>全局筛选</span> <span class="eventsplit" style="padding: 3px 5px; background-color: #f0f2f5; color: #67729d;">角色</span>
|
<span>订单筛选</span> <span class="eventsplit" style="padding: 3px 5px; background-color: #f0f2f5; color: #67729d;">角色</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="analysis-con-left-screen-box">
|
<div class="analysis-con-left-screen-box">
|
||||||
|
3
web/src/x.min.js
vendored
3
web/src/x.min.js
vendored
@ -6213,7 +6213,7 @@ var X = window.X || {
|
|||||||
|
|
||||||
X.api("data_auth/my_event","get",{},function(d){
|
X.api("data_auth/my_event","get",{},function(d){
|
||||||
eventdata = d;
|
eventdata = d;
|
||||||
X.api("data_auth/load_filter_props","post",{event_name:d[0]['category'][0]['event_name']},function(val){
|
X.api("data_auth/load_filter_props","post",{event_name:'pay'},function(val){
|
||||||
groupitemeventsdata = val;
|
groupitemeventsdata = val;
|
||||||
|
|
||||||
//从数据看板点击进来触发事件
|
//从数据看板点击进来触发事件
|
||||||
@ -6319,6 +6319,7 @@ var X = window.X || {
|
|||||||
$(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){
|
$(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){
|
||||||
var val = $(this).val();
|
var val = $(this).val();
|
||||||
var index = $(this).attr("data-index");
|
var index = $(this).attr("data-index");
|
||||||
|
data['eventView']['filts'][index]['ftv'] = [];
|
||||||
data['eventView']['filts'][index]['strftv'] = val;
|
data['eventView']['filts'][index]['strftv'] = val;
|
||||||
data['eventView']['filts'][index]['ftv'].push(val);
|
data['eventView']['filts'][index]['ftv'].push(val);
|
||||||
});
|
});
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
X.api("data_auth/my_event","get",{},function(d){
|
X.api("data_auth/my_event","get",{},function(d){
|
||||||
eventdata = d;
|
eventdata = d;
|
||||||
X.api("data_auth/load_filter_props","post",{event_name:d[0]['category'][0]['event_name']},function(val){
|
X.api("data_auth/load_filter_props","post",{event_name:'pay'},function(val){
|
||||||
groupitemeventsdata = val;
|
groupitemeventsdata = val;
|
||||||
|
|
||||||
//从数据看板点击进来触发事件
|
//从数据看板点击进来触发事件
|
||||||
@ -160,6 +160,7 @@
|
|||||||
$(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){
|
$(document).off('click','.analysis-overall-situation-input input').on('blur','.analysis-overall-situation-input input',function(){
|
||||||
var val = $(this).val();
|
var val = $(this).val();
|
||||||
var index = $(this).attr("data-index");
|
var index = $(this).attr("data-index");
|
||||||
|
data['eventView']['filts'][index]['ftv'] = [];
|
||||||
data['eventView']['filts'][index]['strftv'] = val;
|
data['eventView']['filts'][index]['strftv'] = val;
|
||||||
data['eventView']['filts'][index]['ftv'].push(val);
|
data['eventView']['filts'][index]['ftv'].push(val);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user