Remove unused code and comments

This commit is contained in:
Dede Fuji Abdul
2024-03-27 13:10:22 +07:00
parent 4bcddbf2f1
commit 9446c89b09
26 changed files with 2878 additions and 586864 deletions

View File

@ -347,7 +347,6 @@ import {
} from 'devextreme-vue/data-grid'
import { useQuery } from '@vue/apollo-composable'
import { queries } from '@/utils/api/api.graphql'
import { dummyData } from '@/utils/dummy'
import {
exportToPDF,
exportToXLSX,
@ -441,7 +440,106 @@ const reportMeta = ref({
onMounted(() => {
if (import.meta.env.DEV) {
data.value = dummyData.gangguan.daftar.gangguanRecoveryTime
data.value = [
{
no_laporan: 'G5423020100150',
pembuat_laporan: 'PLNMOBILE',
waktu_lapor: '01-02-2023 00:16:17',
waktu_response: '01-02-2023 00:56:28',
waktu_recovery: '01-02-2023 01:00:37',
durasi_response_time: 2411,
durasi_recovery_time: 249,
status_akhir: 'Selesai',
is_marking: 0,
referensi_marking: 'P3124142424',
idpel_nometer: '',
nama_pelapor: 'Raihana S. Rahmahadi',
alamat_pelapor: 'JL BKT RAFLESIA N8-16',
no_telp_pelapor: '6282138889101',
keterangan_pelapor:
'MCB LEMAH DAYA RI/2200VA. SESUAI INFO PELANGGAN SUDAH ADA PETUGAS YANG MENGHUBUNGI DIINFORMASIKAN AKAN ADA PETUGAS YANG DATANG KE LOKASI.',
media: 'PLN Mobile',
nama_posko: 'POSKO CIRACAS'
},
{
no_laporan: 'G5423020100985',
pembuat_laporan: 'PLNMOBILE',
waktu_lapor: '01-02-2023 03:09:50',
waktu_response: '01-02-2023 03:42:40',
waktu_recovery: '01-02-2023 03:49:35',
durasi_response_time: 1970,
durasi_recovery_time: 415,
status_akhir: 'Selesai',
is_marking: 0,
referensi_marking: 'P3124142424',
idpel_nometer: '',
nama_pelapor: 'Risky Ariyanto',
alamat_pelapor: 'JL JANKES AD No. RT.7 RW.2',
no_telp_pelapor: '6285240208016',
keterangan_pelapor: 'gagal isi token dan di meteran ada tulisan Periksa',
media: 'PLN Mobile',
nama_posko: 'POSKO CIRACAS'
},
{
no_laporan: 'G5423020101461',
pembuat_laporan: 'PLNMOBILE',
waktu_lapor: '01-02-2023 05:38:01',
waktu_response: '01-02-2023 05:48:13',
waktu_recovery: '01-02-2023 05:54:06',
durasi_response_time: 612,
durasi_recovery_time: 353,
status_akhir: 'Selesai',
is_marking: 0,
referensi_marking: 'P3124142424',
idpel_nometer: '',
nama_pelapor: 'Junaedi Muntoro',
alamat_pelapor: 'PR BKT GOLF ARCADIA BLK G.06 No.5 CBBR',
no_telp_pelapor: '628111588806',
keterangan_pelapor:
'Mohon bantuan isi token PLN 3214732093\\n\\nPT. KARYA CANTIKA KUSUMA\\n\\nBukit Golf Riverside\\nKluster Arcadia Blok G6/5\\nBojong Nangka Gunung Putri Bogor\\n\\nGagal isi Tokel Tertera Meteran TERPERIKSA.\\n\\nMOHON BANTUAN PAK..',
media: 'PLN Mobile',
nama_posko: 'POSKO CIRACAS'
},
{
no_laporan: 'G5523020100067',
pembuat_laporan: 'CC.55.SUMIATI',
waktu_lapor: '01-02-2023 05:57:02',
waktu_response: '01-02-2023 06:18:55',
waktu_recovery: '01-01-1970 00:00:00',
durasi_response_time: 1313,
durasi_recovery_time: 33958236,
status_akhir: 'Dibatalkan',
is_marking: 0,
referensi_marking: 'P3124142424',
idpel_nometer: '',
nama_pelapor: 'BP ANAL ',
alamat_pelapor: 'JL MANUNGGAL RT 05 RW 02 KEL KELAPA DUA WETAN KEC CIRACAS JAKARTA TIMUR ',
no_telp_pelapor: '6285777592240',
keterangan_pelapor: 'BANYAK RUMAH PADAM ',
media: 'Call PLN 123',
nama_posko: 'POSKO CIRACAS'
},
{
no_laporan: 'G5423020103015',
pembuat_laporan: 'CC.54.EKA.CSOI',
waktu_lapor: '01-02-2023 07:39:03',
waktu_response: '01-02-2023 08:14:56',
waktu_recovery: '01-02-2023 08:19:32',
durasi_response_time: 2153,
durasi_recovery_time: 276,
status_akhir: 'Selesai',
is_marking: 0,
referensi_marking: 'P3124142424',
idpel_nometer: '',
nama_pelapor: 'IBU DIN',
alamat_pelapor:
'JL. HAJI MIUN NO.97 RT. 1 RW 2 KEL KALISARI KEC. PASAR REBO JAKTIM, SEBERANG CAFE LAW COFFE ',
no_telp_pelapor: '082112050265',
keterangan_pelapor: 'MCB LEMAH DAYA 1.300 VA ',
media: 'Call PLN 123',
nama_posko: 'POSKO CIRACAS'
}
]
}
})
</script>