Update version.json to 0.0.130-vm

This commit is contained in:
Dede Fuji Abdul
2024-04-22 10:41:20 +07:00
parent 35746ab297
commit c1f62c75d1
4 changed files with 488 additions and 65 deletions

View File

@ -3783,6 +3783,114 @@ export const queries = {
}
},
cico: {
laporanCheckInCheckOutDetailIndividual: gql`
query detailCheckInCheckOutIndividu(
$dateFrom: Date!
$dateTo: Date!
$idPosko: Int!
$idUid: Int!
$idUp3: Int!
$personilYantek: String!
) {
detailCheckInCheckOutIndividu(
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
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
}
}
`,
laporanCheckInCheckOutDetailKhusus: gql`
query detailCheckInCheckOutKhusus(
$dateFrom: Date!
$dateTo: Date!
$idPosko: Int!
$idUid: Int!
$idUp3: Int!
$personilYantek: String!
) {
detailCheckInCheckOutKhusus(
dateFrom: $dateFrom
dateTo: $dateTo
idPosko: $idPosko
idUid: $idUid
idUp3: $idUp3
personilYantek: $personilYantek
) {
id
nama_uid
nama_up3
nama_posko
no_tugas
nama_tugas
keterangan
nama_catat_oleh
nama_regu
no_referensi
personil_yantek
shift
waktu_login
waktu_catat
waktu_perjalanan
waktu_response
waktu_nyala
waktu_nyala_sementara
waktu_recovery
durasi_wo_time
durasi_wo
waktu_logout
status_akhir
nama_selesai_oleh
keterangan_selesai
}
}
`,
laporanCheckInCheckOutDetail: gql`
query detailCheckInCheckOut(
$dateFrom: Date!