|
|
@ -78,7 +78,7 @@ |
|
|
|
<el-date-picker v-model="timeRangePay" |
|
|
|
size="small" |
|
|
|
type="daterange" |
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
value-format="yyyy-MM-dd" |
|
|
|
@change="handleTimeChangePay" |
|
|
|
range-separator="至" |
|
|
|
start-placeholder="开始时间" |
|
|
@ -91,7 +91,7 @@ |
|
|
|
<el-date-picker v-model="timeRange" |
|
|
|
size="small" |
|
|
|
type="daterange" |
|
|
|
value-format="yyyy-MM-dd HH:mm:ss" |
|
|
|
value-format="yyyy-MM-dd" |
|
|
|
@change="handleTimeChange" |
|
|
|
range-separator="至" |
|
|
|
start-placeholder="开始时间" |
|
|
@ -681,6 +681,10 @@ export default { |
|
|
|
resetForm(formName) { |
|
|
|
this.timeRangePay = [] |
|
|
|
this.timeRange = [] |
|
|
|
this.searchForm.payStatrDate = '' |
|
|
|
this.searchForm.payEndDate = '' |
|
|
|
this.searchForm.rdsjStartDate = '' |
|
|
|
this.searchForm.rdsjEndDate = '' |
|
|
|
this.$refs[formName].resetFields() |
|
|
|
this.handleSearch() |
|
|
|
}, |
|
|
|