|
|
@@ -1434,6 +1434,8 @@ var dcAmtInfoSet = function() {
|
|
|
if ($("#chk-maxdisc01").is(":checked")) {
|
|
|
$("#chk-maxdisc").attr("checked", false);
|
|
|
$("#chk-maxdisc01").attr("checked", false);
|
|
|
+
|
|
|
+ $("#chk-maxdisc01").trigger("click");
|
|
|
}
|
|
|
|
|
|
$("#couponModifyPop .close-modal").trigger("click"); // 팝업닫기
|
|
|
@@ -2058,6 +2060,7 @@ var custCpnApply = function(obj, idx, cpnType) {
|
|
|
}
|
|
|
|
|
|
obj.find("input[name=rdi-cart-coupon]").attr("checked", true);
|
|
|
+ obj.find("input[name=rdi-cart-coupon]").trigger("click");
|
|
|
obj.parent().find("input[name=cpnDcAmt]").val(cartCpnDcSumAmt);
|
|
|
obj.parent().find("input[name=custCpnSq]").val(obj.attr("value"));
|
|
|
}
|