|
@@ -361,7 +361,7 @@ import download from '../../components/WsDownload/download'
|
|
|
},
|
|
|
getPassYearFormatDate () {
|
|
|
var nowDate = new Date()
|
|
|
- nowDate.setTime(nowDate.getTime()-24*60*60*1000*3)
|
|
|
+ nowDate.setTime(nowDate.getTime()-24*60*60*1000*30)
|
|
|
var seperator1 = '-'
|
|
|
var year = nowDate.getFullYear()
|
|
|
var month = nowDate.getMonth() + 1
|
|
@@ -807,8 +807,8 @@ import download from '../../components/WsDownload/download'
|
|
|
getpayment({
|
|
|
currentPage: this.currentPage,
|
|
|
pageSize: this.pageSize,
|
|
|
- startDate:startDate,
|
|
|
- endDate:endDate,
|
|
|
+ // startDate:startDate,
|
|
|
+ // endDate:endDate,
|
|
|
searchKeyWord: this.searchKeyWord,
|
|
|
searchType: searchParam,
|
|
|
warehouseName: this.warehouseName,
|