Commit 212282c3 authored by Indra Raja's avatar Indra Raja

update cetak antrian

parent b59ed23d
...@@ -93,8 +93,8 @@ function SaveDataAja(param) { ...@@ -93,8 +93,8 @@ function SaveDataAja(param) {
console.log(response.data); console.log(response.data);
// alert($id); // alert($id);
let $encodedId = btoa($id); let $encodedId = btoa($id);
// console.log($encodedId); console.log($encodedId);
//window.location.href = ("cetakantrian/" + $encodedId); window.location.href = ("cetakantrian/" + $encodedId);
} else { } else {
bootbox.alert({ message: ' gagal', centerVertical: true }); bootbox.alert({ message: ' gagal', centerVertical: true });
......
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