show success message for settle
This commit is contained in:
@@ -168,6 +168,17 @@
|
|||||||
}
|
}
|
||||||
else if(payment_type == "CUP"){
|
else if(payment_type == "CUP"){
|
||||||
$("#loading_wrapper").hide();
|
$("#loading_wrapper").hide();
|
||||||
|
swal({
|
||||||
|
title: 'Information!',
|
||||||
|
text: 'Settlement is successfully.',
|
||||||
|
type: 'success',
|
||||||
|
html: true,
|
||||||
|
closeOnConfirm: false,
|
||||||
|
closeOnCancel: false,
|
||||||
|
allowOutsideClick: false
|
||||||
|
}, function () {
|
||||||
|
window.location.href = '/origami/shift/close';
|
||||||
|
});
|
||||||
// reqCBBankAlipaySettlement();
|
// reqCBBankAlipaySettlement();
|
||||||
}
|
}
|
||||||
// else if(payment_type == "Alipay"){
|
// else if(payment_type == "Alipay"){
|
||||||
|
|||||||
Reference in New Issue
Block a user