-
-

-
{{item.conditionone}}
-
-
-
-
-
-
-

-
-
-
-
-
-
-
+
+
+

+
{{item.columnDesc}}
+
+
{{item.comparator_name}}
+
+ {{# if(item.comparator != "is null" && item.comparator != "is not null" && item.comparator !="not null" && item.comparator != "range"){ }}
+
+
+
+ {{# } }}
+
+
+
{{# }); }}
diff --git a/web/src/x.min.js b/web/src/x.min.js
index 232b001..a2769c7 100644
--- a/web/src/x.min.js
+++ b/web/src/x.min.js
@@ -1558,7 +1558,7 @@ var X = window.X || {
X.pageLogic['adduser'] = {
init : function(){
- $(".adduser-top-box img").click(function(){
+ $(document).off('click','.adduser-top-box img').on('click','.adduser-top-box img',function(){
layer.closeAll();
})
@@ -1580,7 +1580,7 @@ var X = window.X || {
// })
var adduserData =[]; //以创建账号
- $(".adduser-subject-add-box div").click(function(){
+ $(document).off('click','.adduser-subject-add-box div').on('click','.adduser-subject-add-box div',function(){
var txt = $(".adduser-subject-add-box input").val();
var titarr = txt.split(",");
for(let i in titarr){
@@ -1596,24 +1596,23 @@ var X = window.X || {
$(".adduser-subject-add-box input").val("");
})
- $('body').on("click",".adduser-table-title-cz img",function(){
+ $(document).off('click','.adduser-table-title-cz img').on('click','.adduser-table-title-cz img',function(){
var index = $(this).attr("data-index");
adduserData.splice(index,1);
-
-
update();
})
var cprojectindex = '';//获取点击的项目角色的index
var cprojectdiv = '';//获取点击的项目角色的div
- $("body").on("click",".adduser-role span",function(){
+ $(document).off('click','.adduser-role span').on('click','.adduser-role span',function(){
cprojectindex = $(this).attr("data-index");
cprojectdiv = $(this);
})
var cdatarightsindex = "";//获取点击的数据权限index
var cdatarightsdiv = "";//获取点击的数据权限div
- $("body").on("click",".adduser-attr span",function(){
+
+ $(document).off('click','.adduser-attr span').on('click','.adduser-attr span',function(){
cdatarightsindex = $(this).attr("data-index");
cdatarightsdiv = $(this);
})
@@ -1637,12 +1636,11 @@ var X = window.X || {
// })
}
- $("body").on("click",".adduser-but-box .adduser-btn",function(){
+ $(document).off('click','.adduser-but-box .adduser-btn').on('click','.adduser-but-box .adduser-btn',function(){
layer.closeAll();
- })
+ });
-
- $("body").on("click",".adduser-but-box .adduser-btn2",function(){
+ $(document).off('click','.adduser-but-box .adduser-btn2').on('click','.adduser-but-box .adduser-btn2',function(){
console.log(adduserData);
var namearr = [];
for(let i in adduserData){
@@ -1657,8 +1655,7 @@ var X = window.X || {
}else {
layer.msg("请先添加账号");
}
-
- })
+ });
}
};
@@ -4068,8 +4065,8 @@ var X = window.X || {
//筛选
$(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){
- // layer.msg('该功能暂未开放');
- // return;
+ layer.msg('该功能暂未开放');
+ return;
X.open({
type: 1,
title: false,
@@ -4082,6 +4079,21 @@ var X = window.X || {
})
})
+ // 单个表格筛选
+ $(document).off('click','.tishi-tjsx').on('click','.tishi-tjsx',function(){
+ var id = $(this).attr('data-id');
+ X.open({
+ type: 1,
+ title: false,
+ closeBtn: 0,
+ shade:0,
+ shadeClose: false,
+ offset: [120,270],
+ url: "screen",
+ extData : id
+ })
+ });
+
// 侧边栏搜索
$('.sousuo-txt').bind('input propertychange', function() {
var tit = $(this).val()
@@ -5698,8 +5710,8 @@ var X = window.X || {
$(document).off('click','.dropdownlist-list').on('click','.dropdownlist-list',function(){
var index = $(this).attr("data-index");
var dataArr = listdata[index];
- layer.closeAll();
me.callback && me.callback(dataArr);
+ layer.close( me.parms.layIndex );
})
}
@@ -10087,12 +10099,32 @@ var X = window.X || {
// srczip/logic/screen.js
(function(){
X.pageLogic['screen'] = {
- init : function(){
+ init : function(parms){
var width = window.innerWidth - 270;
$(".screen-box").css("width",width+"px");
+ var me = this;
+ this.parms = parms;
+ this.callback = parms.callback; //选择后执行的回调
+ var reportid = parms.extData;//获取到上层弹窗传的数据
+
+
+ var my_event,load_filter_props,filter_map;
+ X.api("data_auth/my_event","get",{},function(d){
+ my_event = d;
+ X.api("data_auth/load_filter_props","post",{event_name:my_event[0]['category'][0]['event_name']},function(val){
+ load_filter_props = val;
+ X.api("data_auth/filter_map","get",{},function(d){
+ filter_map = d;
+ // console.log(my_event);
+ // console.log(load_filter_props);
+ // console.log(filter_map);
+ updatascreencon();
+ })
+ })
+ });
// 显示隐藏添加条件按钮
- $(".screen-right-box .img").click(function(){
+ $(document).off('click','.screen-right-box .img').on('click','.screen-right-box .img',function(){
if($(".screen-buttom-box").css('display') == 'block'){
$(".screen-buttom-box").hide();
$(".screen-left-qei").css('bottom','0px');
@@ -10105,175 +10137,103 @@ var X = window.X || {
});
//清空按钮
- $(".screen-right-box .qingkong").click(function(){
+ $(document).off('click','.screen-right-box .qingkong').on('click','.screen-right-box .qingkong',function(){
layer.closeAll();
});
- $(".screen-left-box .screen-left-qei").click(function(){
+ $(document).off('click','.screen-left-box .screen-left-qei').on('click','.screen-left-box .screen-left-qei',function(){
if($(this).html() == "且"){
$(this).html("或");
}else {
$(this).html("且");
}
- })
+ });
- var dataid = 1;//给添加的数据一个id,方便后面好对应数据
//默认开始时有一个数据
var data = [];
-
- // {
- // 'dataid': 0,
- // 'conditionone': '来源渠道' ,
- // 'conditiononeid': '1' ,
- // 'conditiontwo':'等于' ,
- // 'conditiontwotime': true ,
- // 'conditiontwotimestart':'0000000000',
- // 'conditionthree':'' }
- //初始一个数据
- // X.laytpldata ("#screen-con-box-dot" ,data,".screen-con-box");
- // X.laydropdown(rightboxid,arr,function(d){
- // console.log(d);
- // });
- updatascreencon();
+
function updatascreencon(){
- var index = dataid;
- var Divcon = `
-
-

-
来源渠道
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
`
- $(".screen-con-box").append(Divcon);
- var rightboxid = "#right-box"+index+" .screen-right-txt";
- X.laydropdown(rightboxid,X.DATA.search.condition,function(d){
- $(rightboxid).val(d.title);
- });
- // 添加数据
- var arr = {
- 'dataid':dataid++,
- 'conditionone': '来源渠道' ,
- 'conditiononeid': '1' ,
- 'conditiontwo':'等于' ,
- 'conditiontwotime': true ,
- 'conditiontwotimestart':'0000000000',
- 'conditionthree':''
- };
- data.push(arr);
- X.daterender("#time-box-timechoice"+index);
- if(data.length > 1){
- $(".screen-left-qei").show();
- }
- }
+ var drr={
+ "columnName":load_filter_props[0]['category'][0]['id'],//事件id
+ "columnDesc":load_filter_props[0]['category'][0]['title'],//事件中文显示
+ 'data_type':load_filter_props[0]['category'][0]['data_type'],//类型
+ 'comparator_name':'等于',//默认等于
+ "comparator":'==',//符号id
+ "ftv":[],//条件
+ "strftv":'',//显示条件
+ "section":[-1,1],//区间
+ "tableType":load_filter_props[0]['id']
+ };
+ data.push(drr);
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
+ };
//条件添加按钮
- $(".screen-buttom-box .screen-buttom").click(function(){
+ $(document).off('click','.screen-buttom-box .screen-buttom').on('click','.screen-buttom-box .screen-buttom',function(){
updatascreencon();
});
X.daterender("#time-box-timechoice1");
- $(document).on("click",".screen-con-bg .left-type",function(){
+ $(document).off('click','.screen-con-bg .left-type').on('click','.screen-con-bg .left-type',function(){
var obj = $(this);
var offset = obj.offset();
+ var index = obj.attr('data-index');
//点击按钮,数据,向左偏移,向右偏移
- X.querycriteriapop(X.DATA.search,'category',offset.left,offset.top+obj.height(),function(val){
- var id = obj.attr("data-id");
- $("#"+id+" "+"span").html(val.title); //修改筛选项一
- var idarr = id.split('type');
- var index = idarr[1]; //获取到点击的第几个
- data[index]['conditionone'] = val.title; //修改数组里面title的值
- data[index]['conditiononeid'] = val.id;
- if(val.type == "time"){
- $("#screen-content-time-box"+index).show();//显示时间选择
- $("#screen-content-sel"+index).hide();//隐藏下拉框
- $("#right-box"+index).hide();//隐藏文本框
- data[index]['conditiontwotimestart'] = $("#time-box-timechoice"+index).val();
- }else {
- $("#screen-content-time-box"+index).hide();//隐藏时间选择
- $("#screen-content-sel"+index).show();//显示下拉框
- var txtval = $("#screen-content-sel"+index).val();
- if(txtval == 4 || txtval == 5 ){
- $("#right-box"+index).hide();//隐藏文本框
- }else {
- $("#right-box"+index).show();//隐藏文本框
- }
- }
- // console.log(data);
+ X.querycriteriapop(load_filter_props,'category',offset.left,offset.top+obj.height(),function(val){
+ obj.html(val.title);
+ data[index]['columnDesc'] = val.title;
+ data[index]['columnName'] = val.id;
+ data[index]['data_type'] = val.type;
+ data[index]['tableType'] = val.table_type;
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
});
});
//下拉选项触发事件
- $(".screen-content-sel").change(function(){
- var val = $(this).val();
- var dataid = $(this).attr("data-id");
- var arr = dataid.split('sel');
- var index = arr[1];
- data[index]['conditiontwo'] = val;
- // console.log(data);
+ $(document).off('click','.screen-content-sel').on('click','.screen-content-sel',function(){
+ var obj = $(this);
+ var offset = obj.offset();
+ var index = obj.attr('data-index');
+ var type =obj.attr('data-type');
+
+ X.parametersopen(filter_map[type],'dropdownlist',[offset.top+obj.height(),offset.left],function(val){
+ obj.html(val.title);
+ data[index]['comparator_name'] = val.title;
+ data[index]['comparator'] = val.id;
+ if(val.id == "range"){
+ data[index]['ftv'] = [-1,1];
+ }
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
+ })
});
- //时间选择框数字发生改变
- $('.screen-content-time-box .timechoice').bind('input propertychange', function() {
- var txt = $(this).val()
- var dataid = $(this).attr("data-id");
- var arr = dataid.split('timechoice');
- var index = arr[1];
- data[index]['conditiontwotimestart'] = txt;
- // console.log(data);
- })
-
//文本框条件输入触发事件
- $('.screen-right-txt').bind('input propertychange', function() {
- var txt = $(this).val();
- var index = $(this).attr("data-id");
- data[index]['conditionthree'] = txt;
- console.log(data);
- })
+ $(document).off('click','.screen-right-txt').on('change','.screen-right-txt',function(){
+ var index = $(this).attr('data-index');
+ var val = $(this).val();
+ var valarr = val.split(",");
+ data[index]['ftv']=valarr;
+ data[index]['strftv']=val;
+ });
//删除按钮
- $(document).on("click",".screen-con-bg .screen-del",function(){
+ $(document).off('click','.screen-con-bg .screen-del').on('click','.screen-con-bg .screen-del',function(){
+ var index = $(this).attr('data-index');
if(data.length > 1){
- var dataid = $(this).attr('data-id');
- var arr = dataid.split('del');
- var index = arr[1];
- for(let i in data){
- if(index == data[i]['dataid']){
- data.splice(i, 1);
- $("#screen-con-bg"+index).remove();
- }
- }
- if(data.length == 1){
- $(".screen-left-box .screen-left-qei").hide();
- }
+ data.splice(index, 1);
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
}else {
layer.closeAll();
}
-
- })
+ });
// 计算按钮
- $(".screen-right-box .jisuan").click(function(){
+ $(document).off('click','.screen-right-box .jisuan').on('click','.screen-right-box .jisuan',function(){
console.log(data);
- // 刷新看板里的数据暂时没有
-
-
- })
+ console.log(reportid);
+ // 刷新看板里的数据暂时没有
+ });
}
};
diff --git a/web/srczip/logic/adduser.js b/web/srczip/logic/adduser.js
index ac615b3..e69055b 100644
--- a/web/srczip/logic/adduser.js
+++ b/web/srczip/logic/adduser.js
@@ -2,7 +2,7 @@
X.pageLogic['adduser'] = {
init : function(){
- $(".adduser-top-box img").click(function(){
+ $(document).off('click','.adduser-top-box img').on('click','.adduser-top-box img',function(){
layer.closeAll();
})
@@ -24,7 +24,7 @@
// })
var adduserData =[]; //以创建账号
- $(".adduser-subject-add-box div").click(function(){
+ $(document).off('click','.adduser-subject-add-box div').on('click','.adduser-subject-add-box div',function(){
var txt = $(".adduser-subject-add-box input").val();
var titarr = txt.split(",");
for(let i in titarr){
@@ -40,24 +40,23 @@
$(".adduser-subject-add-box input").val("");
})
- $('body').on("click",".adduser-table-title-cz img",function(){
+ $(document).off('click','.adduser-table-title-cz img').on('click','.adduser-table-title-cz img',function(){
var index = $(this).attr("data-index");
adduserData.splice(index,1);
-
-
update();
})
var cprojectindex = '';//获取点击的项目角色的index
var cprojectdiv = '';//获取点击的项目角色的div
- $("body").on("click",".adduser-role span",function(){
+ $(document).off('click','.adduser-role span').on('click','.adduser-role span',function(){
cprojectindex = $(this).attr("data-index");
cprojectdiv = $(this);
})
var cdatarightsindex = "";//获取点击的数据权限index
var cdatarightsdiv = "";//获取点击的数据权限div
- $("body").on("click",".adduser-attr span",function(){
+
+ $(document).off('click','.adduser-attr span').on('click','.adduser-attr span',function(){
cdatarightsindex = $(this).attr("data-index");
cdatarightsdiv = $(this);
})
@@ -81,12 +80,11 @@
// })
}
- $("body").on("click",".adduser-but-box .adduser-btn",function(){
+ $(document).off('click','.adduser-but-box .adduser-btn').on('click','.adduser-but-box .adduser-btn',function(){
layer.closeAll();
- })
+ });
-
- $("body").on("click",".adduser-but-box .adduser-btn2",function(){
+ $(document).off('click','.adduser-but-box .adduser-btn2').on('click','.adduser-but-box .adduser-btn2',function(){
console.log(adduserData);
var namearr = [];
for(let i in adduserData){
@@ -101,8 +99,7 @@
}else {
layer.msg("请先添加账号");
}
-
- })
+ });
}
};
diff --git a/web/srczip/logic/dashboard.js b/web/srczip/logic/dashboard.js
index 2e1c34d..3b403a0 100644
--- a/web/srczip/logic/dashboard.js
+++ b/web/srczip/logic/dashboard.js
@@ -127,8 +127,8 @@
//筛选
$(document).off('click','.tab-right-box .tjsx').on("click",".tab-right-box .tjsx",function(){
- // layer.msg('该功能暂未开放');
- // return;
+ layer.msg('该功能暂未开放');
+ return;
X.open({
type: 1,
title: false,
@@ -141,6 +141,21 @@
})
})
+ // 单个表格筛选
+ $(document).off('click','.tishi-tjsx').on('click','.tishi-tjsx',function(){
+ var id = $(this).attr('data-id');
+ X.open({
+ type: 1,
+ title: false,
+ closeBtn: 0,
+ shade:0,
+ shadeClose: false,
+ offset: [120,270],
+ url: "screen",
+ extData : id
+ })
+ });
+
// 侧边栏搜索
$('.sousuo-txt').bind('input propertychange', function() {
var tit = $(this).val()
diff --git a/web/srczip/logic/dropdownlist.js b/web/srczip/logic/dropdownlist.js
index 8617736..1a53cc7 100644
--- a/web/srczip/logic/dropdownlist.js
+++ b/web/srczip/logic/dropdownlist.js
@@ -12,8 +12,8 @@
$(document).off('click','.dropdownlist-list').on('click','.dropdownlist-list',function(){
var index = $(this).attr("data-index");
var dataArr = listdata[index];
- layer.closeAll();
me.callback && me.callback(dataArr);
+ layer.close( me.parms.layIndex );
})
}
diff --git a/web/srczip/logic/screen.js b/web/srczip/logic/screen.js
index b948b9c..7f63a7a 100644
--- a/web/srczip/logic/screen.js
+++ b/web/srczip/logic/screen.js
@@ -1,11 +1,31 @@
(function(){
X.pageLogic['screen'] = {
- init : function(){
+ init : function(parms){
var width = window.innerWidth - 270;
$(".screen-box").css("width",width+"px");
+ var me = this;
+ this.parms = parms;
+ this.callback = parms.callback; //选择后执行的回调
+ var reportid = parms.extData;//获取到上层弹窗传的数据
+
+
+ var my_event,load_filter_props,filter_map;
+ X.api("data_auth/my_event","get",{},function(d){
+ my_event = d;
+ X.api("data_auth/load_filter_props","post",{event_name:my_event[0]['category'][0]['event_name']},function(val){
+ load_filter_props = val;
+ X.api("data_auth/filter_map","get",{},function(d){
+ filter_map = d;
+ // console.log(my_event);
+ // console.log(load_filter_props);
+ // console.log(filter_map);
+ updatascreencon();
+ })
+ })
+ });
// 显示隐藏添加条件按钮
- $(".screen-right-box .img").click(function(){
+ $(document).off('click','.screen-right-box .img').on('click','.screen-right-box .img',function(){
if($(".screen-buttom-box").css('display') == 'block'){
$(".screen-buttom-box").hide();
$(".screen-left-qei").css('bottom','0px');
@@ -18,175 +38,103 @@
});
//清空按钮
- $(".screen-right-box .qingkong").click(function(){
+ $(document).off('click','.screen-right-box .qingkong').on('click','.screen-right-box .qingkong',function(){
layer.closeAll();
});
- $(".screen-left-box .screen-left-qei").click(function(){
+ $(document).off('click','.screen-left-box .screen-left-qei').on('click','.screen-left-box .screen-left-qei',function(){
if($(this).html() == "且"){
$(this).html("或");
}else {
$(this).html("且");
}
- })
+ });
- var dataid = 1;//给添加的数据一个id,方便后面好对应数据
//默认开始时有一个数据
var data = [];
-
- // {
- // 'dataid': 0,
- // 'conditionone': '来源渠道' ,
- // 'conditiononeid': '1' ,
- // 'conditiontwo':'等于' ,
- // 'conditiontwotime': true ,
- // 'conditiontwotimestart':'0000000000',
- // 'conditionthree':'' }
- //初始一个数据
- // X.laytpldata ("#screen-con-box-dot" ,data,".screen-con-box");
- // X.laydropdown(rightboxid,arr,function(d){
- // console.log(d);
- // });
- updatascreencon();
+
function updatascreencon(){
- var index = dataid;
- var Divcon = `
-
-

-
来源渠道
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
`
- $(".screen-con-box").append(Divcon);
- var rightboxid = "#right-box"+index+" .screen-right-txt";
- X.laydropdown(rightboxid,X.DATA.search.condition,function(d){
- $(rightboxid).val(d.title);
- });
- // 添加数据
- var arr = {
- 'dataid':dataid++,
- 'conditionone': '来源渠道' ,
- 'conditiononeid': '1' ,
- 'conditiontwo':'等于' ,
- 'conditiontwotime': true ,
- 'conditiontwotimestart':'0000000000',
- 'conditionthree':''
- };
- data.push(arr);
- X.daterender("#time-box-timechoice"+index);
- if(data.length > 1){
- $(".screen-left-qei").show();
- }
- }
+ var drr={
+ "columnName":load_filter_props[0]['category'][0]['id'],//事件id
+ "columnDesc":load_filter_props[0]['category'][0]['title'],//事件中文显示
+ 'data_type':load_filter_props[0]['category'][0]['data_type'],//类型
+ 'comparator_name':'等于',//默认等于
+ "comparator":'==',//符号id
+ "ftv":[],//条件
+ "strftv":'',//显示条件
+ "section":[-1,1],//区间
+ "tableType":load_filter_props[0]['id']
+ };
+ data.push(drr);
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
+ };
//条件添加按钮
- $(".screen-buttom-box .screen-buttom").click(function(){
+ $(document).off('click','.screen-buttom-box .screen-buttom').on('click','.screen-buttom-box .screen-buttom',function(){
updatascreencon();
});
X.daterender("#time-box-timechoice1");
- $(document).on("click",".screen-con-bg .left-type",function(){
+ $(document).off('click','.screen-con-bg .left-type').on('click','.screen-con-bg .left-type',function(){
var obj = $(this);
var offset = obj.offset();
+ var index = obj.attr('data-index');
//点击按钮,数据,向左偏移,向右偏移
- X.querycriteriapop(X.DATA.search,'category',offset.left,offset.top+obj.height(),function(val){
- var id = obj.attr("data-id");
- $("#"+id+" "+"span").html(val.title); //修改筛选项一
- var idarr = id.split('type');
- var index = idarr[1]; //获取到点击的第几个
- data[index]['conditionone'] = val.title; //修改数组里面title的值
- data[index]['conditiononeid'] = val.id;
- if(val.type == "time"){
- $("#screen-content-time-box"+index).show();//显示时间选择
- $("#screen-content-sel"+index).hide();//隐藏下拉框
- $("#right-box"+index).hide();//隐藏文本框
- data[index]['conditiontwotimestart'] = $("#time-box-timechoice"+index).val();
- }else {
- $("#screen-content-time-box"+index).hide();//隐藏时间选择
- $("#screen-content-sel"+index).show();//显示下拉框
- var txtval = $("#screen-content-sel"+index).val();
- if(txtval == 4 || txtval == 5 ){
- $("#right-box"+index).hide();//隐藏文本框
- }else {
- $("#right-box"+index).show();//隐藏文本框
- }
- }
- // console.log(data);
+ X.querycriteriapop(load_filter_props,'category',offset.left,offset.top+obj.height(),function(val){
+ obj.html(val.title);
+ data[index]['columnDesc'] = val.title;
+ data[index]['columnName'] = val.id;
+ data[index]['data_type'] = val.type;
+ data[index]['tableType'] = val.table_type;
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
});
});
//下拉选项触发事件
- $(".screen-content-sel").change(function(){
- var val = $(this).val();
- var dataid = $(this).attr("data-id");
- var arr = dataid.split('sel');
- var index = arr[1];
- data[index]['conditiontwo'] = val;
- // console.log(data);
+ $(document).off('click','.screen-content-sel').on('click','.screen-content-sel',function(){
+ var obj = $(this);
+ var offset = obj.offset();
+ var index = obj.attr('data-index');
+ var type =obj.attr('data-type');
+
+ X.parametersopen(filter_map[type],'dropdownlist',[offset.top+obj.height(),offset.left],function(val){
+ obj.html(val.title);
+ data[index]['comparator_name'] = val.title;
+ data[index]['comparator'] = val.id;
+ if(val.id == "range"){
+ data[index]['ftv'] = [-1,1];
+ }
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
+ })
});
- //时间选择框数字发生改变
- $('.screen-content-time-box .timechoice').bind('input propertychange', function() {
- var txt = $(this).val()
- var dataid = $(this).attr("data-id");
- var arr = dataid.split('timechoice');
- var index = arr[1];
- data[index]['conditiontwotimestart'] = txt;
- // console.log(data);
- })
-
//文本框条件输入触发事件
- $('.screen-right-txt').bind('input propertychange', function() {
- var txt = $(this).val();
- var index = $(this).attr("data-id");
- data[index]['conditionthree'] = txt;
- console.log(data);
- })
+ $(document).off('click','.screen-right-txt').on('change','.screen-right-txt',function(){
+ var index = $(this).attr('data-index');
+ var val = $(this).val();
+ var valarr = val.split(",");
+ data[index]['ftv']=valarr;
+ data[index]['strftv']=val;
+ });
//删除按钮
- $(document).on("click",".screen-con-bg .screen-del",function(){
+ $(document).off('click','.screen-con-bg .screen-del').on('click','.screen-con-bg .screen-del',function(){
+ var index = $(this).attr('data-index');
if(data.length > 1){
- var dataid = $(this).attr('data-id');
- var arr = dataid.split('del');
- var index = arr[1];
- for(let i in data){
- if(index == data[i]['dataid']){
- data.splice(i, 1);
- $("#screen-con-bg"+index).remove();
- }
- }
- if(data.length == 1){
- $(".screen-left-box .screen-left-qei").hide();
- }
+ data.splice(index, 1);
+ X.laytpldata("#screen-con-box-dot",data,".screen-con-box");
}else {
layer.closeAll();
}
-
- })
+ });
// 计算按钮
- $(".screen-right-box .jisuan").click(function(){
+ $(document).off('click','.screen-right-box .jisuan').on('click','.screen-right-box .jisuan',function(){
console.log(data);
- // 刷新看板里的数据暂时没有
-
-
- })
+ console.log(reportid);
+ // 刷新看板里的数据暂时没有
+ });
}
};
diff --git a/web/static/css/style.css b/web/static/css/style.css
index 051fd5e..bddf6d6 100644
--- a/web/static/css/style.css
+++ b/web/static/css/style.css
@@ -541,9 +541,9 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; }
.screen-con-box { width: calc(100% - 212px); display: flex; flex-flow: row wrap; align-items: center }
.screen-con-bg { display: flex; align-items: center; min-height: 36px; color: #42546d; margin: 4px 4px 0 0; padding: 2px 24px 2px 4px; }
.screen-con-bg:hover > .screen-del { display: block; }
-.screen-con-bg .left-type { background-color: #f0f2f5; border-radius: 2px; cursor: pointer; padding: 0 6px; min-width: 40px; font-size: 13px; line-height: 29px; height: 28px; }
+.screen-con-bg .left-type { background-color: #f0f2f5; color: #67729d; border-radius: 2px; cursor: pointer; padding: 0 6px; min-width: 40px; font-size: 13px; line-height: 29px; height: 28px; }
.screen-con-bg .left-type img { position: relative; top: -2px; }
-.screen-con-bg .content-type { cursor: pointer; height: 28px; margin-left: 4px; padding: 0 6px; color: #67729d; background-color: #f0f2f5; }
+.screen-con-bg .content-type { cursor: pointer; height: 28px; line-height: 28px; margin-left: 4px; padding: 0 6px; color: #67729d; background-color: #f0f2f5; }
.screen-con-bg .content-type .screen-content-sel { height: 28px; border: 0; background-color: #f0f2f5; color: #67729d; }
.screen-con-bg .right-box { margin-left: 4px; background-color: #f0f2f5; padding: 0 6px; color: #67729d; height: 28px; }
diff --git a/web/static/img/guolv.png b/web/static/img/guolv.png
index ba7c3a2..1291d3d 100644
Binary files a/web/static/img/guolv.png and b/web/static/img/guolv.png differ
diff --git a/web/static/img/manual/04B6F50F-A306-479b-A538-C81F1EEF10FD.png b/web/static/img/manual/04B6F50F-A306-479b-A538-C81F1EEF10FD.png
new file mode 100644
index 0000000..283592f
Binary files /dev/null and b/web/static/img/manual/04B6F50F-A306-479b-A538-C81F1EEF10FD.png differ
diff --git a/web/static/img/manual/2C0884A6-9C0A-4933-B131-0140CAAB2DE5.png b/web/static/img/manual/2C0884A6-9C0A-4933-B131-0140CAAB2DE5.png
new file mode 100644
index 0000000..3d2765e
Binary files /dev/null and b/web/static/img/manual/2C0884A6-9C0A-4933-B131-0140CAAB2DE5.png differ
diff --git a/web/static/img/manual/43DCC732-7C23-42d2-BBD1-B4601FC95442.png b/web/static/img/manual/43DCC732-7C23-42d2-BBD1-B4601FC95442.png
new file mode 100644
index 0000000..414ae74
Binary files /dev/null and b/web/static/img/manual/43DCC732-7C23-42d2-BBD1-B4601FC95442.png differ
diff --git a/web/static/img/manual/4C93670F-3182-41b3-913F-A41B3FE1EE69.png b/web/static/img/manual/4C93670F-3182-41b3-913F-A41B3FE1EE69.png
new file mode 100644
index 0000000..e8a4f3a
Binary files /dev/null and b/web/static/img/manual/4C93670F-3182-41b3-913F-A41B3FE1EE69.png differ
diff --git a/web/static/img/manual/7B0ABCFE-4B72-4ccf-8389-FCB2322C5DD4.png b/web/static/img/manual/7B0ABCFE-4B72-4ccf-8389-FCB2322C5DD4.png
new file mode 100644
index 0000000..0e93875
Binary files /dev/null and b/web/static/img/manual/7B0ABCFE-4B72-4ccf-8389-FCB2322C5DD4.png differ
diff --git a/web/static/img/manual/83555E30-7BFB-4363-91BE-0936D47C3727.png b/web/static/img/manual/83555E30-7BFB-4363-91BE-0936D47C3727.png
new file mode 100644
index 0000000..3a053a9
Binary files /dev/null and b/web/static/img/manual/83555E30-7BFB-4363-91BE-0936D47C3727.png differ
diff --git a/web/static/img/manual/89C5FCED-C155-409c-953F-32C54B5009EA.png b/web/static/img/manual/89C5FCED-C155-409c-953F-32C54B5009EA.png
new file mode 100644
index 0000000..4ded534
Binary files /dev/null and b/web/static/img/manual/89C5FCED-C155-409c-953F-32C54B5009EA.png differ
diff --git a/web/static/img/manual/9A48CAD0-A539-4c3d-8E5E-CF00DC455972.png b/web/static/img/manual/9A48CAD0-A539-4c3d-8E5E-CF00DC455972.png
new file mode 100644
index 0000000..c4ac874
Binary files /dev/null and b/web/static/img/manual/9A48CAD0-A539-4c3d-8E5E-CF00DC455972.png differ
diff --git a/web/static/img/manual/A6B5F942-67AF-4477-B940-17E45225B70E.png b/web/static/img/manual/A6B5F942-67AF-4477-B940-17E45225B70E.png
new file mode 100644
index 0000000..d09b09c
Binary files /dev/null and b/web/static/img/manual/A6B5F942-67AF-4477-B940-17E45225B70E.png differ
diff --git a/web/static/img/manual/AB63EE0E-EBBE-41d6-821D-EA8ADA79AE54.png b/web/static/img/manual/AB63EE0E-EBBE-41d6-821D-EA8ADA79AE54.png
new file mode 100644
index 0000000..d05350e
Binary files /dev/null and b/web/static/img/manual/AB63EE0E-EBBE-41d6-821D-EA8ADA79AE54.png differ
diff --git a/web/static/img/manual/C44C4A9A-E447-43ed-81F8-4BA9E9C748E0.png b/web/static/img/manual/C44C4A9A-E447-43ed-81F8-4BA9E9C748E0.png
new file mode 100644
index 0000000..edf95fc
Binary files /dev/null and b/web/static/img/manual/C44C4A9A-E447-43ed-81F8-4BA9E9C748E0.png differ
diff --git a/web/static/img/manual/D6847611-0C3D-4ca2-B4B4-EA1C79454050.png b/web/static/img/manual/D6847611-0C3D-4ca2-B4B4-EA1C79454050.png
new file mode 100644
index 0000000..004bc25
Binary files /dev/null and b/web/static/img/manual/D6847611-0C3D-4ca2-B4B4-EA1C79454050.png differ
diff --git a/web/static/img/manual/EE4EE700-F1A1-48ac-8BFE-69C89709E1E7.png b/web/static/img/manual/EE4EE700-F1A1-48ac-8BFE-69C89709E1E7.png
new file mode 100644
index 0000000..7f5d7ce
Binary files /dev/null and b/web/static/img/manual/EE4EE700-F1A1-48ac-8BFE-69C89709E1E7.png differ
diff --git a/web/static/img/manual/F90EFA33-FC17-4497-BDD6-72F68B10F02D.png b/web/static/img/manual/F90EFA33-FC17-4497-BDD6-72F68B10F02D.png
new file mode 100644
index 0000000..54481d1
Binary files /dev/null and b/web/static/img/manual/F90EFA33-FC17-4497-BDD6-72F68B10F02D.png differ
diff --git a/web/static/img/manual/image-20210513145217188.png b/web/static/img/manual/image-20210513145217188.png
deleted file mode 100644
index 1f3a178..0000000
Binary files a/web/static/img/manual/image-20210513145217188.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210601182528665.png b/web/static/img/manual/image-20210601182528665.png
deleted file mode 100644
index 38abc08..0000000
Binary files a/web/static/img/manual/image-20210601182528665.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210601182947135.png b/web/static/img/manual/image-20210601182947135.png
deleted file mode 100644
index 994c785..0000000
Binary files a/web/static/img/manual/image-20210601182947135.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603191713543.png b/web/static/img/manual/image-20210603191713543.png
deleted file mode 100644
index 5ff1a16..0000000
Binary files a/web/static/img/manual/image-20210603191713543.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603191800320.png b/web/static/img/manual/image-20210603191800320.png
deleted file mode 100644
index 2e2097f..0000000
Binary files a/web/static/img/manual/image-20210603191800320.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603192409910.png b/web/static/img/manual/image-20210603192409910.png
deleted file mode 100644
index 5d49820..0000000
Binary files a/web/static/img/manual/image-20210603192409910.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603192513416.png b/web/static/img/manual/image-20210603192513416.png
deleted file mode 100644
index 7326bf7..0000000
Binary files a/web/static/img/manual/image-20210603192513416.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603194816518.png b/web/static/img/manual/image-20210603194816518.png
deleted file mode 100644
index 8dcab4f..0000000
Binary files a/web/static/img/manual/image-20210603194816518.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210603194917426.png b/web/static/img/manual/image-20210603194917426.png
deleted file mode 100644
index 9cc5211..0000000
Binary files a/web/static/img/manual/image-20210603194917426.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210611183044187.png b/web/static/img/manual/image-20210611183044187.png
deleted file mode 100644
index 08f0150..0000000
Binary files a/web/static/img/manual/image-20210611183044187.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210611184200191.png b/web/static/img/manual/image-20210611184200191.png
deleted file mode 100644
index f6dabf5..0000000
Binary files a/web/static/img/manual/image-20210611184200191.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210616175500703.png b/web/static/img/manual/image-20210616175500703.png
deleted file mode 100644
index 49d6213..0000000
Binary files a/web/static/img/manual/image-20210616175500703.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210616175713552.png b/web/static/img/manual/image-20210616175713552.png
deleted file mode 100644
index c5f949d..0000000
Binary files a/web/static/img/manual/image-20210616175713552.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210618211051474.png b/web/static/img/manual/image-20210618211051474.png
deleted file mode 100644
index 0501f85..0000000
Binary files a/web/static/img/manual/image-20210618211051474.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210618211412144.png b/web/static/img/manual/image-20210618211412144.png
deleted file mode 100644
index 552c9a0..0000000
Binary files a/web/static/img/manual/image-20210618211412144.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210625180757522.png b/web/static/img/manual/image-20210625180757522.png
deleted file mode 100644
index 121fc64..0000000
Binary files a/web/static/img/manual/image-20210625180757522.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210625182009566.png b/web/static/img/manual/image-20210625182009566.png
deleted file mode 100644
index 07852a7..0000000
Binary files a/web/static/img/manual/image-20210625182009566.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628120004550.png b/web/static/img/manual/image-20210628120004550.png
deleted file mode 100644
index b315701..0000000
Binary files a/web/static/img/manual/image-20210628120004550.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628120043544.png b/web/static/img/manual/image-20210628120043544.png
deleted file mode 100644
index 36f0a7a..0000000
Binary files a/web/static/img/manual/image-20210628120043544.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628120315999.png b/web/static/img/manual/image-20210628120315999.png
deleted file mode 100644
index 50ad344..0000000
Binary files a/web/static/img/manual/image-20210628120315999.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628133858203.png b/web/static/img/manual/image-20210628133858203.png
deleted file mode 100644
index 3bdadc4..0000000
Binary files a/web/static/img/manual/image-20210628133858203.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628134042560.png b/web/static/img/manual/image-20210628134042560.png
deleted file mode 100644
index 8faf9ff..0000000
Binary files a/web/static/img/manual/image-20210628134042560.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628134652233.png b/web/static/img/manual/image-20210628134652233.png
deleted file mode 100644
index b13857c..0000000
Binary files a/web/static/img/manual/image-20210628134652233.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210628134843733.png b/web/static/img/manual/image-20210628134843733.png
deleted file mode 100644
index f7a437a..0000000
Binary files a/web/static/img/manual/image-20210628134843733.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701195631711.png b/web/static/img/manual/image-20210701195631711.png
deleted file mode 100644
index 31fba3b..0000000
Binary files a/web/static/img/manual/image-20210701195631711.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701195647992.png b/web/static/img/manual/image-20210701195647992.png
deleted file mode 100644
index 5cf7ee3..0000000
Binary files a/web/static/img/manual/image-20210701195647992.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701195733071.png b/web/static/img/manual/image-20210701195733071.png
deleted file mode 100644
index f1f543f..0000000
Binary files a/web/static/img/manual/image-20210701195733071.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701200116684.png b/web/static/img/manual/image-20210701200116684.png
deleted file mode 100644
index 23ab472..0000000
Binary files a/web/static/img/manual/image-20210701200116684.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701200224486.png b/web/static/img/manual/image-20210701200224486.png
deleted file mode 100644
index cd636fb..0000000
Binary files a/web/static/img/manual/image-20210701200224486.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701200309132.png b/web/static/img/manual/image-20210701200309132.png
deleted file mode 100644
index d322f8e..0000000
Binary files a/web/static/img/manual/image-20210701200309132.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701200832588.png b/web/static/img/manual/image-20210701200832588.png
deleted file mode 100644
index e411102..0000000
Binary files a/web/static/img/manual/image-20210701200832588.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701201646996.png b/web/static/img/manual/image-20210701201646996.png
deleted file mode 100644
index 244a5f4..0000000
Binary files a/web/static/img/manual/image-20210701201646996.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210701202043873.png b/web/static/img/manual/image-20210701202043873.png
deleted file mode 100644
index bbefbee..0000000
Binary files a/web/static/img/manual/image-20210701202043873.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210702095003316.png b/web/static/img/manual/image-20210702095003316.png
deleted file mode 100644
index de8af9e..0000000
Binary files a/web/static/img/manual/image-20210702095003316.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210702095009317.png b/web/static/img/manual/image-20210702095009317.png
deleted file mode 100644
index de8af9e..0000000
Binary files a/web/static/img/manual/image-20210702095009317.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210702095022509.png b/web/static/img/manual/image-20210702095022509.png
deleted file mode 100644
index cca35ea..0000000
Binary files a/web/static/img/manual/image-20210702095022509.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210702095035159.png b/web/static/img/manual/image-20210702095035159.png
deleted file mode 100644
index cca35ea..0000000
Binary files a/web/static/img/manual/image-20210702095035159.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210709171738832.png b/web/static/img/manual/image-20210709171738832.png
deleted file mode 100644
index 9a8ffc4..0000000
Binary files a/web/static/img/manual/image-20210709171738832.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712112641471.png b/web/static/img/manual/image-20210712112641471.png
deleted file mode 100644
index 8808cd6..0000000
Binary files a/web/static/img/manual/image-20210712112641471.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712112755605.png b/web/static/img/manual/image-20210712112755605.png
deleted file mode 100644
index 66a0bc1..0000000
Binary files a/web/static/img/manual/image-20210712112755605.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712112815446.png b/web/static/img/manual/image-20210712112815446.png
deleted file mode 100644
index 4a8b9af..0000000
Binary files a/web/static/img/manual/image-20210712112815446.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712112845245.png b/web/static/img/manual/image-20210712112845245.png
deleted file mode 100644
index 5e02cd7..0000000
Binary files a/web/static/img/manual/image-20210712112845245.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712112922433.png b/web/static/img/manual/image-20210712112922433.png
deleted file mode 100644
index 7fe73a4..0000000
Binary files a/web/static/img/manual/image-20210712112922433.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712113219173.png b/web/static/img/manual/image-20210712113219173.png
deleted file mode 100644
index 8c79f15..0000000
Binary files a/web/static/img/manual/image-20210712113219173.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712114509442.png b/web/static/img/manual/image-20210712114509442.png
deleted file mode 100644
index 961632a..0000000
Binary files a/web/static/img/manual/image-20210712114509442.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712114534600.png b/web/static/img/manual/image-20210712114534600.png
deleted file mode 100644
index 9b82969..0000000
Binary files a/web/static/img/manual/image-20210712114534600.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712114541133.png b/web/static/img/manual/image-20210712114541133.png
deleted file mode 100644
index 41cdc92..0000000
Binary files a/web/static/img/manual/image-20210712114541133.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712114547558.png b/web/static/img/manual/image-20210712114547558.png
deleted file mode 100644
index 174cec5..0000000
Binary files a/web/static/img/manual/image-20210712114547558.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210712140049364.png b/web/static/img/manual/image-20210712140049364.png
deleted file mode 100644
index 01502de..0000000
Binary files a/web/static/img/manual/image-20210712140049364.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210826180456415.png b/web/static/img/manual/image-20210826180456415.png
deleted file mode 100644
index 4c234cf..0000000
Binary files a/web/static/img/manual/image-20210826180456415.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831155846959.png b/web/static/img/manual/image-20210831155846959.png
deleted file mode 100644
index f8a4ae3..0000000
Binary files a/web/static/img/manual/image-20210831155846959.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831155911925.png b/web/static/img/manual/image-20210831155911925.png
deleted file mode 100644
index f8a4ae3..0000000
Binary files a/web/static/img/manual/image-20210831155911925.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831155931086.png b/web/static/img/manual/image-20210831155931086.png
deleted file mode 100644
index ebdb752..0000000
Binary files a/web/static/img/manual/image-20210831155931086.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831161423729.png b/web/static/img/manual/image-20210831161423729.png
deleted file mode 100644
index 7bceae3..0000000
Binary files a/web/static/img/manual/image-20210831161423729.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831164618422.png b/web/static/img/manual/image-20210831164618422.png
deleted file mode 100644
index 34aa8b1..0000000
Binary files a/web/static/img/manual/image-20210831164618422.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210831175231277.png b/web/static/img/manual/image-20210831175231277.png
deleted file mode 100644
index 64e958b..0000000
Binary files a/web/static/img/manual/image-20210831175231277.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902183623008.png b/web/static/img/manual/image-20210902183623008.png
deleted file mode 100644
index 6faaa83..0000000
Binary files a/web/static/img/manual/image-20210902183623008.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902184656701.png b/web/static/img/manual/image-20210902184656701.png
deleted file mode 100644
index b0e78be..0000000
Binary files a/web/static/img/manual/image-20210902184656701.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902184826397.png b/web/static/img/manual/image-20210902184826397.png
deleted file mode 100644
index 8efdea2..0000000
Binary files a/web/static/img/manual/image-20210902184826397.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902184930630.png b/web/static/img/manual/image-20210902184930630.png
deleted file mode 100644
index eadd63b..0000000
Binary files a/web/static/img/manual/image-20210902184930630.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902185005780.png b/web/static/img/manual/image-20210902185005780.png
deleted file mode 100644
index 170ebfc..0000000
Binary files a/web/static/img/manual/image-20210902185005780.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902185310749.png b/web/static/img/manual/image-20210902185310749.png
deleted file mode 100644
index 5470bea..0000000
Binary files a/web/static/img/manual/image-20210902185310749.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902185404016.png b/web/static/img/manual/image-20210902185404016.png
deleted file mode 100644
index 3f85e1a..0000000
Binary files a/web/static/img/manual/image-20210902185404016.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902185659059.png b/web/static/img/manual/image-20210902185659059.png
deleted file mode 100644
index 505ad3e..0000000
Binary files a/web/static/img/manual/image-20210902185659059.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902190143612.png b/web/static/img/manual/image-20210902190143612.png
deleted file mode 100644
index 36ffdef..0000000
Binary files a/web/static/img/manual/image-20210902190143612.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902190656874.png b/web/static/img/manual/image-20210902190656874.png
deleted file mode 100644
index 98beafe..0000000
Binary files a/web/static/img/manual/image-20210902190656874.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902190732097.png b/web/static/img/manual/image-20210902190732097.png
deleted file mode 100644
index d2df979..0000000
Binary files a/web/static/img/manual/image-20210902190732097.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902190931374.png b/web/static/img/manual/image-20210902190931374.png
deleted file mode 100644
index fc0e38c..0000000
Binary files a/web/static/img/manual/image-20210902190931374.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902191011960.png b/web/static/img/manual/image-20210902191011960.png
deleted file mode 100644
index e434634..0000000
Binary files a/web/static/img/manual/image-20210902191011960.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210902191155738.png b/web/static/img/manual/image-20210902191155738.png
deleted file mode 100644
index c74a772..0000000
Binary files a/web/static/img/manual/image-20210902191155738.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210903134731096.png b/web/static/img/manual/image-20210903134731096.png
deleted file mode 100644
index 9e06b94..0000000
Binary files a/web/static/img/manual/image-20210903134731096.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210903135220420.png b/web/static/img/manual/image-20210903135220420.png
deleted file mode 100644
index e8738a6..0000000
Binary files a/web/static/img/manual/image-20210903135220420.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210903150920311.png b/web/static/img/manual/image-20210903150920311.png
deleted file mode 100644
index 3d25c2d..0000000
Binary files a/web/static/img/manual/image-20210903150920311.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155421889.png b/web/static/img/manual/image-20210907155421889.png
deleted file mode 100644
index e95a4b2..0000000
Binary files a/web/static/img/manual/image-20210907155421889.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155426984.png b/web/static/img/manual/image-20210907155426984.png
deleted file mode 100644
index e95a4b2..0000000
Binary files a/web/static/img/manual/image-20210907155426984.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155447676.png b/web/static/img/manual/image-20210907155447676.png
deleted file mode 100644
index e95a4b2..0000000
Binary files a/web/static/img/manual/image-20210907155447676.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155532882.png b/web/static/img/manual/image-20210907155532882.png
deleted file mode 100644
index 3c88a0d..0000000
Binary files a/web/static/img/manual/image-20210907155532882.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155603723.png b/web/static/img/manual/image-20210907155603723.png
deleted file mode 100644
index 0ddcbfa..0000000
Binary files a/web/static/img/manual/image-20210907155603723.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155839073.png b/web/static/img/manual/image-20210907155839073.png
deleted file mode 100644
index 911338c..0000000
Binary files a/web/static/img/manual/image-20210907155839073.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907155936959.png b/web/static/img/manual/image-20210907155936959.png
deleted file mode 100644
index 48665c8..0000000
Binary files a/web/static/img/manual/image-20210907155936959.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210907160020695.png b/web/static/img/manual/image-20210907160020695.png
deleted file mode 100644
index 7dc400b..0000000
Binary files a/web/static/img/manual/image-20210907160020695.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210909100223317.png b/web/static/img/manual/image-20210909100223317.png
deleted file mode 100644
index 8045a6e..0000000
Binary files a/web/static/img/manual/image-20210909100223317.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210909100229353.png b/web/static/img/manual/image-20210909100229353.png
deleted file mode 100644
index 8045a6e..0000000
Binary files a/web/static/img/manual/image-20210909100229353.png and /dev/null differ
diff --git a/web/static/img/manual/image-20210909100904338.png b/web/static/img/manual/image-20210909100904338.png
deleted file mode 100644
index 0aa8c8c..0000000
Binary files a/web/static/img/manual/image-20210909100904338.png and /dev/null differ