Commit 700de14c authored by Azy Mushofy Anwary's avatar Azy Mushofy Anwary

Merge branch 'v1.2' of http://git.khansia.co.id/indra/queue into v1.2

parents 28be56dc ef145a43
...@@ -11,7 +11,6 @@ const STATUS_MISSED = 60; ...@@ -11,7 +11,6 @@ const STATUS_MISSED = 60;
/* JS comes here */ /* JS comes here */
/* JS comes here */ /* JS comes here */
function textToAudio() { function textToAudio() {
// let msg1 = "nomor antrian";
let no_antrian = document.getElementById("no_antrian").innerHTML; let no_antrian = document.getElementById("no_antrian").innerHTML;
let voice = "nomor antrian " + no_antrian; let voice = "nomor antrian " + no_antrian;
......
...@@ -396,22 +396,19 @@ function loadedit(param) { ...@@ -396,22 +396,19 @@ function loadedit(param) {
success: function (result) { success: function (result) {
// console.log(result); // console.log(result);
// $('.loaddata').empty(); // $('.loaddata').empty();
// console.log(result);
// $('.loaddata').empty();
if (result.code == 0) { if (result.code == 0) {
let data = result.data; let data = result.data;
console.log(data[0].image_poli);
$('#id_poli').val(data[0].id_poli); $('#id_poli').val(data[0].id_poli);
$('#nama_poliEdt').val(data[0].nama_poli); $('#nama_poliEdt').val(data[0].nama_poli);
$('#nama_poli2').val(data[0].nama_poli); $('#nama_poli2').val(data[0].nama_poli);
$('#kode_poliEdt').val(data[0].kode_poli); $('#kode_poliEdt').val(data[0].kode_poli);
$('#deskripsi_poliEdt').val(data[0].deskripsi_poli); $('#deskripsi_poliEdt').val(data[0].deskripsi_poli);
// $('#').val(data[0].deskripsi_poli);
} else { } else {
alert(result.info); alert(result.info);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment