|
@@ -967,6 +967,7 @@
|
|
|
|
|
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
|
|
+ // 기본정보 - 탈퇴버튼
|
|
|
$('#btnCustSecede').on('click', function () {
|
|
$('#btnCustSecede').on('click', function () {
|
|
|
let custNo = $('#custInfoForm input[name=custNo]').val();
|
|
let custNo = $('#custInfoForm input[name=custNo]').val();
|
|
|
if (gagajf.isNull(custNo)) {
|
|
if (gagajf.isNull(custNo)) {
|
|
@@ -1009,7 +1010,7 @@
|
|
|
if (customer.smsAgreeYn === orgData.smsAgreeYn) {
|
|
if (customer.smsAgreeYn === orgData.smsAgreeYn) {
|
|
|
customer.smsAgreeYn = '';
|
|
customer.smsAgreeYn = '';
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ customer.birthYmd = customer.birthYmd.replaceAll('-', '');
|
|
|
|
|
|
|
|
mcxDialog.confirm("기본정보를 수정 하시겠습니까?", {
|
|
mcxDialog.confirm("기본정보를 수정 하시겠습니까?", {
|
|
|
cancelBtnText: "취소",
|
|
cancelBtnText: "취소",
|