|
@@ -1180,11 +1180,18 @@
|
|
title: "加载中",
|
|
title: "加载中",
|
|
mask: true,
|
|
mask: true,
|
|
})
|
|
})
|
|
-
|
|
|
|
|
|
+ var str1=this.info.startTime2;
|
|
|
|
+ var str2=this.info.endTime2;
|
|
|
|
+ if(str1.length!=19){
|
|
|
|
+ str1=this.info.startTime2+":00"
|
|
|
|
+ }
|
|
|
|
+ if(str2.length!=19){
|
|
|
|
+ str2=this.info.startTime2+":00"
|
|
|
|
+ }
|
|
API.profitDetailsExcelByAccounting({
|
|
API.profitDetailsExcelByAccounting({
|
|
stationId:this.stationObj.id,
|
|
stationId:this.stationObj.id,
|
|
- startDate:this.info.startTime2+":00",
|
|
|
|
- endDate:this.info.endTime2+":00",
|
|
|
|
|
|
+ startDate:str1,
|
|
|
|
+ endDate:str2,
|
|
}).then((resDown) => {
|
|
}).then((resDown) => {
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
if(resDown.data){
|
|
if(resDown.data){
|