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