- Piyango önizleme tarih o günün tarihi olrak alındı

- Piyango önizleme aralıklar kısaltıldı
- Dosya kapama cekilisId ler eklendi
- perPage = 25
- Piyango teslim tarihi min = yedektalihli başvuru
This commit is contained in:
M. Bestami
2025-09-26 14:57:07 +03:00
parent 58cd065977
commit da432261ba
7 changed files with 83 additions and 81 deletions

View File

@ -16,7 +16,7 @@ export const useGlobalStore = defineStore('globalStore', () => {
tablet: 992,
tabletp: 768
})
const perPage = ref<number>(10)
const perPage = ref<number>(25)
const selUser = ref<number>(0)
const selAuthUser = ref<number>(0)
const selCustomer = ref<number>(0)

View File

@ -11,7 +11,7 @@ export const usePreviewStore = defineStore('previewStore', () => {
var pdfData = `<style>
.form-item{
width: 100%;
border: 1px solid #dddddd;
border: 1px solid #f2f2f2;
float:left;
}
.form-item-half{
@ -19,8 +19,8 @@ export const usePreviewStore = defineStore('previewStore', () => {
}
.display-title{
width: 100%;
padding: 8px 0;
border-bottom: 1px solid #e7e7e7;
padding: 4px 0;
border-bottom: 1px solid #f2f2f2;
margin-bottom: 8px;
}
</style>`
@ -70,22 +70,22 @@ export const usePreviewStore = defineStore('previewStore', () => {
return 1
},
hLineColor: function () {
return '#e7e7e7'
return '#f2f2f2'
},
vLineColor: function () {
return '#e7e7e7'
return '#f2f2f2'
},
paddingLeft: function () {
return 6
return 4
},
paddingRight: function () {
return 6
return 4
},
paddingTop: function () {
return 6
return 4
},
paddingBottom: function () {
return 6
return 4
}
},
pdfTableLayoutNoLine: {
@ -111,7 +111,7 @@ export const usePreviewStore = defineStore('previewStore', () => {
return 0
},
paddingBottom: function () {
return 6
return 4
}
}
}