change in expense report

This commit is contained in:
bansarishukla
2019-11-14 11:59:11 +05:30
parent 35a12fd4d1
commit e91b3b9782
2 changed files with 2 additions and 0 deletions

View File

@ -196,6 +196,7 @@ export default {
return true
},
downloadReport () {
this.url += '&download=true'
setTimeout(() => {
this.url = `${this.siteURL}?from_date=${moment(this.formData.from_date).format('DD/MM/YYYY')}&to_date=${moment(this.formData.to_date).format('DD/MM/YYYY')}`
}, 200)

View File

@ -28,6 +28,7 @@
class="mb-3"
>
<table-column
:sortable="true"
:label="$t('settings.tax_types.tax_name')"
show="name"
/>