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