Remove unused code and comments
This commit is contained in:
@@ -310,7 +310,6 @@ import {
|
||||
DxSelection
|
||||
} from 'devextreme-vue/data-grid'
|
||||
import { useQuery } from '@vue/apollo-composable'
|
||||
import { dummyData } from '@/utils/dummy'
|
||||
import { queries } from '@/utils/api/api.graphql'
|
||||
import { exportToPDF, exportToDOCX, exportToXLSX } from '@/report/Gangguan/Daftar/DGangguan_BM'
|
||||
|
||||
@@ -399,7 +398,99 @@ const reportMeta = ref({
|
||||
|
||||
onMounted(() => {
|
||||
if (import.meta.env.DEV) {
|
||||
data.value = dummyData.gangguan.daftar.daftarGangguanBerdasarkanMedia
|
||||
data.value = [
|
||||
{
|
||||
no_laporan: 'G5423020100150',
|
||||
waktu_lapor: '31-01-2023 17:16:17',
|
||||
pembuat_laporan: 'PLNMOBILE',
|
||||
waktu_response: '31-01-2023 17:56:28',
|
||||
waktu_recovery: '31-01-2023 18:00:37',
|
||||
durasi_response_time: 2411,
|
||||
durasi_recovery_time: 249,
|
||||
status_akhir: 'Selesai',
|
||||
idpel_nometer: '',
|
||||
nama_pelapor: 'Raihana S. Rahmahadi',
|
||||
alamat_pelapor: 'JL BKT RAFLESIA N8-16',
|
||||
no_telp_pelapor: '6282138889101',
|
||||
keterangan_media: 'x',
|
||||
media: 'PLN Mobile',
|
||||
waktu_media: '31-12-1969 17:00:00',
|
||||
nama_posko: 'POSKO CIRACAS'
|
||||
},
|
||||
{
|
||||
no_laporan: 'G5423020100985',
|
||||
waktu_lapor: '31-01-2023 20:09:50',
|
||||
pembuat_laporan: 'PLNMOBILE',
|
||||
waktu_response: '31-01-2023 20:42:40',
|
||||
waktu_recovery: '31-01-2023 20:49:35',
|
||||
durasi_response_time: 1970,
|
||||
durasi_recovery_time: 415,
|
||||
status_akhir: 'Selesai',
|
||||
idpel_nometer: '',
|
||||
nama_pelapor: 'Risky Ariyanto',
|
||||
alamat_pelapor: 'JL JANKES AD No. RT.7 RW.2',
|
||||
no_telp_pelapor: '6285240208016',
|
||||
keterangan_media: 'x',
|
||||
media: 'PLN Mobile',
|
||||
waktu_media: '31-12-1969 17:00:00',
|
||||
nama_posko: 'POSKO CIRACAS'
|
||||
},
|
||||
{
|
||||
no_laporan: 'G5423020101461',
|
||||
waktu_lapor: '31-01-2023 22:38:01',
|
||||
pembuat_laporan: 'PLNMOBILE',
|
||||
waktu_response: '31-01-2023 22:48:13',
|
||||
waktu_recovery: '31-01-2023 22:54:06',
|
||||
durasi_response_time: 612,
|
||||
durasi_recovery_time: 353,
|
||||
status_akhir: 'Selesai',
|
||||
idpel_nometer: '',
|
||||
nama_pelapor: 'Junaedi Muntoro',
|
||||
alamat_pelapor: 'PR BKT GOLF ARCADIA BLK G.06 No.5 CBBR',
|
||||
no_telp_pelapor: '628111588806',
|
||||
keterangan_media: 'x',
|
||||
media: 'PLN Mobile',
|
||||
waktu_media: '31-12-1969 17:00:00',
|
||||
nama_posko: 'POSKO CIRACAS'
|
||||
},
|
||||
{
|
||||
no_laporan: 'G5523020100067',
|
||||
waktu_lapor: '31-01-2023 22:57:02',
|
||||
pembuat_laporan: 'CC.55.SUMIATI',
|
||||
waktu_response: '31-01-2023 23:18:55',
|
||||
waktu_recovery: '31-12-1969 17:00:00',
|
||||
durasi_response_time: 1313,
|
||||
durasi_recovery_time: 33945870,
|
||||
status_akhir: 'Dibatalkan',
|
||||
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_media: 'x',
|
||||
media: 'Call PLN 123',
|
||||
waktu_media: '31-12-1969 17:00:00',
|
||||
nama_posko: 'POSKO CIRACAS'
|
||||
},
|
||||
{
|
||||
no_laporan: 'G5423020103015',
|
||||
waktu_lapor: '01-02-2023 00:39:03',
|
||||
pembuat_laporan: 'CC.54.EKA.CSOI',
|
||||
waktu_response: '01-02-2023 01:14:56',
|
||||
waktu_recovery: '01-02-2023 01:19:32',
|
||||
durasi_response_time: 2153,
|
||||
durasi_recovery_time: 276,
|
||||
status_akhir: 'Selesai',
|
||||
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_media: 'x',
|
||||
media: 'Call PLN 123',
|
||||
waktu_media: '31-12-1969 17:00:00',
|
||||
nama_posko: 'POSKO CIRACAS'
|
||||
}
|
||||
]
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user