Penambahan filter stiker
This commit is contained in:
@@ -104,12 +104,13 @@
|
||||
<th>Nama</th>
|
||||
<th>No. Telp</th>
|
||||
<th>Alamat / Email</th>
|
||||
<th>Jenis<br>Langganan</th>
|
||||
<th>Jenis<br>Stiker</th>
|
||||
<th width="15%">Periode</th>
|
||||
<th>No. Polisi<br>Terdaftar</th>
|
||||
<th>Jenis Trans</th>
|
||||
<th>Harga</th>
|
||||
<th>Tanggal</th>
|
||||
{{-- <th>No. Polisi</th> --}}
|
||||
<th>Petugas</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -239,6 +240,8 @@
|
||||
<td class="text-left">${row.nama ?? '-'}</td>
|
||||
<td class="text-center">${row.telp ?? '-'}</td>
|
||||
<td class="text-center">${row.alamat ?? '-'}</td>
|
||||
<td class="text-center">${row.jenis_langganan ?? '-'}</td>
|
||||
<td class="text-center">${row.stasiunkerja ?? '-'}</td>
|
||||
<td>
|
||||
${row.awal.split(' ')[0] ?? ''}
|
||||
<small class="text-muted">s/d ${row.akhir.split(' ')[0] ?? ''}</small>
|
||||
|
||||
Reference in New Issue
Block a user