Add new query for laporanCttKwhPeriksa and update customize-text in MonalisaLB_AgingComplaint.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-27 04:40:12 +07:00
parent 8788242a04
commit 4bcddbf2f1
3 changed files with 113 additions and 69 deletions

View File

@ -3010,5 +3010,34 @@ export const queries = {
}
`
}
},
cttKwhPeriksa: {
laporanCttKwhPeriksa: gql`
query laporanCttKwhPeriksa(
$dateFrom: Date!
$dateTo: Date!
$posko: String
$idUid: Int
$idUp3: Int
) {
laporanCttKwhPeriksa(
dateFrom: $dateFrom
dateTo: $dateTo
posko: $posko
idUid: $idUid
idUp3: $idUp3
) {
dlpd
history_p2ti
nama_posko
rekomendasi_sistem_mendatangkan_petugas
total_wo
total_wo_cc123
total_wo_comcen
total_wo_loket
total_wo_pln_mobile
}
}
`
}
}