Commit 45b27315 authored by zhengke's avatar zhengke

1

parent 87f83ce5
......@@ -256,12 +256,10 @@
dt2 = dt2.split('-');
dt2 = parseInt(dt2[0])*12 + parseInt(dt2[1]);
var num = Math.abs(dt1-dt2);
console.log(num);
if(num>30){
msg.EndTime = this.getNextMonth(msg.StartTime);
}
}
return
this.GetLocalFileDS("/api/Coffee/GetCoffeeCouponsListToExcel", {...msg}, "咖啡详情统计.xls")
this.loading = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment