sweet alert2
swal({ title: "생산 & 재가공을 진행 합니다", text: "생산 단계를 선택를 해주세요", type: "info", showCancelButton: true, showCloseButton: true, confirmButtonClass: "btn-danger", confirmButtonText: "ok!!", cancelButtonClass: "btn-pink", cancelButtonColor: "#ef0000", cancelButtonText: "cancle!!", closeOnConfirm: false }).then((result) => { if (result.value) { // TRUE Swal.fire( 'title', 'text', 'success' ); } else if (re..
2020. 4. 8.