function AlertOKFun(Type) {
swal({
title: "設定完成!",
text: "已設定啟動排程。",
type: "success",
allowEscapeKey: false,
allowOutsideClick: false,
confirmButtonText: "確認"
}).then(function (result) {
if (result.value) {
try {
CallbackAlertOKFun(Type);
}
catch (e) { }
}
});
}
文章標籤
全站熱搜