lvhao 2 달 전
부모
커밋
a95c241bf8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      template/erp/whlabel_typejs.html

+ 1 - 0
template/erp/whlabel_typejs.html

@@ -440,6 +440,7 @@ $(".summaryjs").click(function() {
         f = f + $(this).attr("name") + "=" + $(this).val() + "&";
     });
 	let url  = excel+"summaryjs/"+"?excel=1&"+f;
+    layx.load('loadId','导出中,请稍后',{shadable:0.6});
     $.get(url,{},function(res){
         layx.destroy('loadId');
         if(res.code == 1){