lvhao 1 개월 전
부모
커밋
032cc30d7b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      template/erp/color.html

+ 4 - 0
template/erp/color.html

@@ -115,7 +115,11 @@ $(".excel2").click(function() {
 	$("input:hidden").each(function() {
         f = f + $(this).attr("name") + "=" + $(this).val() + "&";
     });
+    layx.load('loadId','数据加载中');
 	window.location.href = "/color/ex2?a=1&"+f;
+    setTimeout(function(){
+        layx.close('loadId');
+    },2000);
 });
 </script>
 <script type="text/javascript" src="{$theme}js/laydate.js"></script>