|
|
@@ -617,7 +617,7 @@ $(document).ready( function() {
|
|
|
custemerInfoSet();
|
|
|
|
|
|
// 999. 개발화면정보설정
|
|
|
- var devTemp = false;
|
|
|
+ var devTemp = true;
|
|
|
var arr = []
|
|
|
arr[0] = "orderInfo";
|
|
|
arr[1] = "freegiftInfo";
|
|
|
@@ -2132,7 +2132,7 @@ var custCpnApply = function(obj) {
|
|
|
var goodsCpnDcAmt = parseInt($(this).parent().find(".goodsCpnDcAmt").text());
|
|
|
|
|
|
var tempAmt = ((orgCurrPrice - cpn1DcAmt) * goodsQty) - tmtb1DcAmt - tmtb2DcAmt - goodsCpnDcAmt;
|
|
|
- var tempDiv = parseInt((tempAmt / tempSumAmt) * 100);
|
|
|
+ var tempDiv = (tempAmt / tempSumAmt) * 100;
|
|
|
var cartCpnDcAmt = 0;
|
|
|
|
|
|
if (index == cartSqLen) {
|