Forráskód Böngészése

Merge branch 'feature/v4.8.69' of https://jygit.jydev.jianyu360.cn/qmx/jy into dev/v4.8.69_wmh

wenmenghao321 1 éve
szülő
commit
fe05d4c985

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 172 - 172
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js


+ 16 - 0
src/web/staticres/js/superSearch.js

@@ -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;

+ 1 - 1
src/web/templates/pc/dataSmt/detail.html

@@ -154,7 +154,7 @@
     })
     // 数据示例模块-行字字段说明申请定制留资
     $('#detail_industry_fields').on('click', function() {
-      needSubmitHandle('pc_supermarket_details_IndustryFields') 
+      needSubmitHandle('pc_supermarket_details_IndustryFields', {{.T.data.name}}) 
     })
     // 数据应用模块-免费获取更多行业客户案例留资
     $('#data_application img').on('click', function() {

+ 8 - 0
src/web/templates/pc/supsearch.html

@@ -195,6 +195,10 @@
           $(".pagination").hide();
           $(".working").hide();
           $(".hasNoData").show();
+          $('#right-export').css({
+            'opacity': '0.5',
+            'cursor': 'not-allowed'
+          })
           if(isLimit==-1){
             $("#hasNoData_tiptext>font:eq(0)").hide();
             $("#hasNoData_tiptext>font:eq(1)").show();
@@ -222,6 +226,10 @@
           $(".pagination").hide();
           $(".working").hide();
           $(".hasNoData").show();
+          $('#right-export').css({
+            'opacity': '0.5',
+            'cursor': 'not-allowed'
+          })
           if(isLimit==-1){
             $("#hasNoData_tiptext>font:eq(0)").hide();
             $("#hasNoData_tiptext>font:eq(1)").show();

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott