|
|
@@ -1191,7 +1191,8 @@
|
|
|
|
|
|
// 진행 버튼 클릭
|
|
|
$("#moreBetterForm #btnChangeStatIng").on("click", function() {
|
|
|
- mcxDialog.confirmC("프로모션을 진행하시겠습니까?<br/>진행 후에는 수정이 제한될 수 있습니다.", {
|
|
|
+ console.log('1111111111111');
|
|
|
+ /*mcxDialog.confirmC("프로모션을 진행하시겠습니까?<br/>진행 후에는 수정이 제한될 수 있습니다.", {
|
|
|
btn: confirmBtnText,
|
|
|
btnClick: function(index) {
|
|
|
if(index == 1) {
|
|
|
@@ -1202,7 +1203,7 @@
|
|
|
gagajf.ajaxJsonSubmit('/marketing/morebetter/changeStat', jsonData, fnMorebetterFormClose);
|
|
|
}
|
|
|
}
|
|
|
- });
|
|
|
+ });*/
|
|
|
});
|
|
|
|
|
|
// 진행 버튼 클릭
|