lvhao 1 maand geleden
bovenliggende
commit
032cc30d7b
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  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>