自定义列全部隐藏的时候不允许导出,提示用户
This commit is contained in:
@@ -1467,3 +1467,4 @@ website_statistics=Website Statistics
|
|||||||
not_exist=not exist
|
not_exist=not exist
|
||||||
real_time=Real Time
|
real_time=Real Time
|
||||||
history=History
|
history=History
|
||||||
|
all_columns_hidden=All columns are hidden!
|
||||||
@@ -1471,3 +1471,4 @@ website_statistics=\u0421\u0442\u0430\u0442\u0438\u0441\u0442\u0438\u043a\u0430
|
|||||||
not_exist=not exist
|
not_exist=not exist
|
||||||
real_time=Real Time
|
real_time=Real Time
|
||||||
history=History
|
history=History
|
||||||
|
all_columns_hidden=All columns are hidden!
|
||||||
@@ -1467,3 +1467,4 @@ website_statistics=\u7f51\u7ad9\u7edf\u8ba1
|
|||||||
not_exist=\u4e0d\u5b58\u5728
|
not_exist=\u4e0d\u5b58\u5728
|
||||||
real_time=\u5b9e\u65f6
|
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();
|
url+="&"+$("#exportType").val()+"="+$("#exportValue").val();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(column){
|
if(column.toString()!=""){
|
||||||
url+="&columns="+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();
|
url+="&hColumns="+hColumn.toString();
|
||||||
}
|
}
|
||||||
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
var checkboxes=$("#${id} ${value} tbody tr td input.i-checks:checkbox");
|
||||||
|
|||||||
Reference in New Issue
Block a user