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

文章標籤
全站熱搜
創作者介紹
創作者 andrea77222 的頭像
andrea77222

Andrea's Hello world

andrea77222 發表在 痞客邦 留言(0) 人氣(10)