自定义列全部隐藏的时候不允许导出,提示用户
This commit is contained in:
@@ -1466,4 +1466,5 @@ service_statistics=Service Statistics
|
||||
website_statistics=Website Statistics
|
||||
not_exist=not exist
|
||||
real_time=Real Time
|
||||
history=History
|
||||
history=History
|
||||
all_columns_hidden=All columns are hidden!
|
||||
@@ -1470,4 +1470,5 @@ service_statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430
|
||||
website_statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430 \u0412\u0435\u0431-\u0441\u0430\u0439\u0442\u043e\u0432
|
||||
not_exist=not exist
|
||||
real_time=Real Time
|
||||
history=History
|
||||
history=History
|
||||
all_columns_hidden=All columns are hidden!
|
||||
@@ -1466,4 +1466,5 @@ service_statistics=\u670d\u52a1\u7edf\u8ba1
|
||||
website_statistics=\u7f51\u7ad9\u7edf\u8ba1
|
||||
not_exist=\u4e0d\u5b58\u5728
|
||||
real_time=\u5b9e\u65f6
|
||||
history=\u5386\u53f2
|
||||
history=\u5386\u53f2
|
||||
all_columns_hidden=\u6240\u6709\u7684\u5217\u90fd\u9690\u85cf\u4e86\uff01
|
||||
@@ -415,10 +415,13 @@ function cancelPassOpt(url){
|
||||
url+="&"+$("#exportType").val()+"="+$("#exportValue").val();
|
||||
}
|
||||
}
|
||||
if(column){
|
||||
if(column.toString()!=""){
|
||||
url+="&columns="+column.toString();
|
||||
}else{
|
||||
top.$.jBox.tip("<spring:message code='all_columns_hidden'/>", "<spring:message code='info'/>");
|
||||
return;
|
||||
}
|
||||
if(hColumn){
|
||||
if(hColumn.toString()!=""){
|
||||
url+="&hColumns="+hColumn.toString();
|
||||
}
|
||||
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
||||
|
||||
Reference in New Issue
Block a user