update add vehicle type filter at report

This commit is contained in:
wayanrivan
2026-06-17 11:33:30 +07:00
parent 4c96d4ca79
commit 37c0c1ea25
4 changed files with 815 additions and 760 deletions

View File

@ -210,7 +210,7 @@
data: 'pool_code',
className: 'text-start',
},
{
{
data: "crt_d",
className: 'text-nowrap',
render: (data, type, row, meta) => {
@ -218,7 +218,7 @@
}
},
{ data: "speed", className: 'text-end'},
{
{
data: "fulladdress",
render: (data, type, row, meta) => {
return Helper.shortenText(decodeURIComponent(data || ''), 255)
@ -231,9 +231,9 @@
extend: 'excelHtml5',
title: () => {
return `
Abnormality Trip Report -
${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}
to
Abnormality Trip Report -
${moment($('#tgl0').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}
to
${moment($('#tgl1').val(), "DD-MM-YYYY HH:mm").format('DD MMM YYYY HH:mm')}`
},
className: 'd-none', // hide default button