Add laporanCheckInCheckOutDetail and update laporanCheckInCheckOut queries
This commit is contained in:
@ -2825,6 +2825,70 @@ export const queries = {
|
||||
}
|
||||
},
|
||||
cico: {
|
||||
laporanCheckInCheckOutDetail: gql`
|
||||
query detailCheckInCheckOut(
|
||||
$dateFrom: Date!
|
||||
$dateTo: Date!
|
||||
$idPosko: Int!
|
||||
$idUid: Int!
|
||||
$idUp3: Int!
|
||||
$personilYantek: String!
|
||||
) {
|
||||
detailCheckInCheckOut(
|
||||
dateFrom: $dateFrom
|
||||
dateTo: $dateTo
|
||||
idPosko: $idPosko
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
personilYantek: $personilYantek
|
||||
) {
|
||||
id
|
||||
id_uid
|
||||
nama_uid
|
||||
id_up3
|
||||
nama_up3
|
||||
id_posko
|
||||
nama_posko
|
||||
media
|
||||
pembuat_laporan
|
||||
dispatch_by
|
||||
durasi_waktu_dispatch
|
||||
user_regu
|
||||
nama_regu
|
||||
personil_yantek
|
||||
shift
|
||||
check_in_petugas
|
||||
no_laporan
|
||||
durasi_wo
|
||||
waktu_lapor
|
||||
waktu_dispatch
|
||||
waktu_perjalanan
|
||||
waktu_nyala_sementara
|
||||
waktu_nyala
|
||||
waktu_selesai
|
||||
waktu_response
|
||||
durasi_waktu_response
|
||||
check_out_petugas
|
||||
durasi_menit_response
|
||||
durasi_menit_recovery
|
||||
rating
|
||||
jml_pelanggan_padam
|
||||
fasilitas
|
||||
sub_fasilitas
|
||||
peralatan
|
||||
dampak_kerusakan
|
||||
kelompok_penyebab
|
||||
cuaca
|
||||
keterangan_pelapor
|
||||
keterangan
|
||||
penyebab
|
||||
tindakan
|
||||
status_akhir
|
||||
referensi_marking
|
||||
blth
|
||||
}
|
||||
}
|
||||
`,
|
||||
laporanCheckInCheckOut: gql`
|
||||
query laporanCheckInCheckOut(
|
||||
$dateFrom: Date!
|
||||
@ -2840,6 +2904,9 @@ export const queries = {
|
||||
idUid: $idUid
|
||||
idUp3: $idUp3
|
||||
) {
|
||||
id_uid
|
||||
id_up3
|
||||
id_posko
|
||||
user_regu
|
||||
personil_yantek
|
||||
jumlah_wo_gangguan_individual
|
||||
|
Reference in New Issue
Block a user