Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
title="Cari Yaşlandırmalı Ekstre"
|
||||
:rows="agingStore.masterRows"
|
||||
:columns="masterColumns"
|
||||
v-model:pagination="masterPagination"
|
||||
row-key="group_key"
|
||||
flat
|
||||
bordered
|
||||
@@ -231,6 +232,12 @@ const agingStore = useStatementAgingStore()
|
||||
const selectedCari = ref(null)
|
||||
const filteredOptions = ref([])
|
||||
const dateTo = ref(dayjs().format('YYYY-MM-DD'))
|
||||
const masterPagination = ref({
|
||||
page: 1,
|
||||
rowsPerPage: 0,
|
||||
sortBy: 'cari8',
|
||||
descending: false
|
||||
})
|
||||
|
||||
const masterExpanded = ref({})
|
||||
const currencyExpanded = ref({})
|
||||
@@ -396,7 +403,9 @@ function buildExportParams() {
|
||||
selected_date: dateTo.value,
|
||||
parislemler: selectedMonType.value,
|
||||
exclude_zero_12: '0',
|
||||
exclude_zero_13: '0'
|
||||
exclude_zero_13: '0',
|
||||
sort_by: String(masterPagination.value?.sortBy || ''),
|
||||
sort_desc: masterPagination.value?.descending ? '1' : '0'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user