|
@@ -1780,9 +1780,9 @@ var prePntDcAmtReset = function() {
|
|
|
|
|
|
|
|
// 선포인트적용
|
|
// 선포인트적용
|
|
|
if ($(this).val() == "Y") {
|
|
if ($(this).val() == "Y") {
|
|
|
- $("#prePntDcAmt").text(getZeroMinusDelAmt(rmPrePntAmt)+"원");
|
|
|
|
|
|
|
+ $("#prePntDcAmt").text(getZeroMinusDelAmt(rmPrePntAmt)+" 원");
|
|
|
} else {
|
|
} else {
|
|
|
- $("#prePntDcAmt").text("0원");
|
|
|
|
|
|
|
+ $("#prePntDcAmt").text("0 원");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 쿠폰할인금액 SUM
|
|
// 쿠폰할인금액 SUM
|
|
@@ -1790,7 +1790,7 @@ var prePntDcAmtReset = function() {
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- $("#prePntDcAmt").text(getZeroMinusDelAmt(rmPrePntAmt)+"원");
|
|
|
|
|
|
|
+ $("#prePntDcAmt").text(getZeroMinusDelAmt(rmPrePntAmt)+" 원");
|
|
|
|
|
|
|
|
// 포인트기능 리렛
|
|
// 포인트기능 리렛
|
|
|
pntDcAmtReset();
|
|
pntDcAmtReset();
|