|
@@ -197,6 +197,10 @@ function getNewBids(pnum, size){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
+ $('#right-export').css({
|
|
|
+ 'opacity': '0.5',
|
|
|
+ 'cursor': 'not-allowed'
|
|
|
+ })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
}
|
|
@@ -260,6 +264,10 @@ function getNewBiddings(num, size){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
+ $('#right-export').css({
|
|
|
+ 'opacity': '0.5',
|
|
|
+ 'cursor': 'not-allowed'
|
|
|
+ })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
allCount = 0
|
|
@@ -867,6 +875,10 @@ function getVIPData(clickpaging){
|
|
|
}else{
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
+ $('#right-export').css({
|
|
|
+ 'opacity': '0.5',
|
|
|
+ 'cursor': 'not-allowed'
|
|
|
+ })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
}
|
|
@@ -1332,6 +1344,10 @@ function pcAjaxReqCallBack(r){
|
|
|
$(".pagination").hide();
|
|
|
$(".working").hide();
|
|
|
$(".hasNoData").show();
|
|
|
+ $('#right-export').css({
|
|
|
+ 'opacity': '0.5',
|
|
|
+ 'cursor': 'not-allowed'
|
|
|
+ })
|
|
|
// 隐藏页码
|
|
|
searchInnerVue.showPage = false
|
|
|
submitflag=true;
|