|
@@ -99,6 +99,10 @@ import {
|
|
this.endDate = e[1]
|
|
this.endDate = e[1]
|
|
this.getList()
|
|
this.getList()
|
|
},
|
|
},
|
|
|
|
+ searchBtn(status){
|
|
|
|
+ this.search=status
|
|
|
|
+ this.getList()
|
|
|
|
+ },
|
|
// 默认日期
|
|
// 默认日期
|
|
getPassYearFormatDate() {
|
|
getPassYearFormatDate() {
|
|
var nowDate = new Date()
|
|
var nowDate = new Date()
|
|
@@ -134,7 +138,8 @@ import {
|
|
_obj.searchKeyWord = this.searchkeyWord
|
|
_obj.searchKeyWord = this.searchkeyWord
|
|
_obj.startDate = this.startDate
|
|
_obj.startDate = this.startDate
|
|
_obj.endDate= this.endDate
|
|
_obj.endDate= this.endDate
|
|
- _obj.searchType = this.scarch
|
|
|
|
|
|
+ _obj.searchType = this.search
|
|
|
|
+ console.log(_obj)
|
|
getListpadsettleaccounts(_obj).then(response => {
|
|
getListpadsettleaccounts(_obj).then(response => {
|
|
if(response.data.records.length>0){
|
|
if(response.data.records.length>0){
|
|
for (let i = 0; i < response.data.records.length; i++) {
|
|
for (let i = 0; i < response.data.records.length; i++) {
|