|
|
@@ -25,211 +25,213 @@
|
|
|
<script type="text/javascript" th:src="${@environment.getProperty('pg.kcp.js.url')}" src=""></script>
|
|
|
<script type="text/javascript" src="/biz/payment.js"></script>
|
|
|
|
|
|
+<!-- 주문정보form -->
|
|
|
<form id="order_info" name="order_info" method="post" action="/order/pay/result/response" ></form>
|
|
|
-
|
|
|
-<!-- 주문고객정보 -->
|
|
|
-<form id="orderForm" name="orderForm">
|
|
|
-<table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none;" name="orderInfo" id="orderInfo">
|
|
|
- <tbody>
|
|
|
+<!-- //주문정보form -->
|
|
|
+
|
|
|
+<!-- 주문금액정보표현 -->
|
|
|
+<form id="orderForm" name="orderAmtForm">
|
|
|
+ <table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none; width:100%;" name="orderInfo" id="orderInfo">
|
|
|
+ <tbody>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <th>custNm</th>
|
|
|
+ <th>email</th>
|
|
|
+ <th>cellPhnno</th>
|
|
|
+ <th>recipNm</th>
|
|
|
+ <th>recipPhnno</th>
|
|
|
+ <th>recipZipcode</th>
|
|
|
+ <th>recipBaseAddr</th>
|
|
|
+ <th>recipDtlAddr</th>
|
|
|
+ <th>delvMemo</th>
|
|
|
+ </tr>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="custNm"></td>
|
|
|
+ <td class="email"></td>
|
|
|
+ <td class="cellPhnno"></td>
|
|
|
+ <td class="recipNm"></td>
|
|
|
+ <td class="recipPhnno"></td>
|
|
|
+ <td class="recipZipcode"></td>
|
|
|
+ <td class="recipBaseAddr"></td>
|
|
|
+ <td class="recipDtlAddr"></td>
|
|
|
+ <td class="delvMemo"></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <!-- 사은품정보 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none; width:100%;" name="freegiftInfo">
|
|
|
<tr style="height:30px;">
|
|
|
- <th>custNm</th>
|
|
|
- <th>email</th>
|
|
|
- <th>cellPhnno</th>
|
|
|
- <th>recipNm</th>
|
|
|
- <th>recipPhnno</th>
|
|
|
- <th>recipZipcode</th>
|
|
|
- <th>recipBaseAddr</th>
|
|
|
- <th>recipDtlAddr</th>
|
|
|
- <th>delvMemo</th>
|
|
|
- <th>foreignBuyYn</th>
|
|
|
- <th>orderMadeYn</th>
|
|
|
+ <th>freegiftValArr</th>
|
|
|
+ <th>freegiftUsePointArr</th>
|
|
|
+ <th>freegiftSqArr</th>
|
|
|
+ <th>freegiftGoodsArr</th>
|
|
|
+ </tr>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="freegiftValArr"></td>
|
|
|
+ <td class="freegiftUsePointArr"></td>
|
|
|
+ <td class="freegiftSqArr"></td>
|
|
|
+ <td class="freegiftGoodsArr"></td>
|
|
|
</tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <!-- 주문상세금액 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none; width:100%;" name="orderDetailInfo" id="orderDetailInfo">
|
|
|
<tr style="height:30px;">
|
|
|
- <td class="custNm"></td>
|
|
|
- <td class="email"></td>
|
|
|
- <td class="cellPhnno"></td>
|
|
|
- <td class="recipNm"></td>
|
|
|
- <td class="recipPhnno"></td>
|
|
|
- <td class="recipZipcode"></td>
|
|
|
- <td class="recipBaseAddr"></td>
|
|
|
- <td class="recipDtlAddr"></td>
|
|
|
- <td class="delvMemo"></td>
|
|
|
- <td class="foreignBuyYn"></td>
|
|
|
- <td class="orderMadeYn"></td>
|
|
|
+ <th>cartSq</th>
|
|
|
+ <th style="display:none">goodsNm</th>
|
|
|
+ <th>goodsCd</th>
|
|
|
+ <th>goodsType</th>
|
|
|
+ <th>itemCd</th>
|
|
|
+ <th>optCd</th>
|
|
|
+ <th style="display:none">optCd1</th>
|
|
|
+ <th style="display:none">optCd2</th>
|
|
|
+ <th style="display:none">itemQtyr</th>
|
|
|
+ <th>orgCurrPrice</th>
|
|
|
+ <th>cpn1DcSq</th>
|
|
|
+ <th>cpn1DcAmt</th>
|
|
|
+ <th>optAddPrice</th>
|
|
|
+ <th>goodsQty</th>
|
|
|
+ <th>ordAmt</th>
|
|
|
+ <th>tmtb1Sq</th>
|
|
|
+ <th>tmtb1DcAmt</th>
|
|
|
+ <th>tmtb2Sq</th>
|
|
|
+ <th>tmtb2DcAmt</th>
|
|
|
+ <th>goodsCpnSq</th>
|
|
|
+ <th>goodsCpnDcAmt</th>
|
|
|
+ <th>cartCpnSq</th>
|
|
|
+ <th>cartCpnDcAmt</th>
|
|
|
+ <th>prePntDcAmt1</th>
|
|
|
+ <th>dcSumAmt</th>
|
|
|
+ <th>pntDcAmt1</th>
|
|
|
+ <th>gfcdUseAmt1</th>
|
|
|
+ <th>realOrdAmt1</th>
|
|
|
+ <th>savePntAmt1</th>
|
|
|
+ <th>shotDelvYn</th>
|
|
|
+ <th>foreignYn</th>
|
|
|
+ <th>orderMadeYn</th>
|
|
|
+ <th>delvFeeCd</th>
|
|
|
</tr>
|
|
|
- </tbody>
|
|
|
-</table>
|
|
|
-
|
|
|
-<!-- 사은품정보 -->
|
|
|
-<table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none;" name="freegiftInfo">
|
|
|
- <tr style="height:30px;">
|
|
|
- <th>freegiftValArr</th>
|
|
|
- <th>freegiftUsePointArr</th>
|
|
|
- <th>freegiftSqArr</th>
|
|
|
- <th>freegiftGoodsArr</th>
|
|
|
- </tr>
|
|
|
- <tr style="height:30px;">
|
|
|
- <td class="freegiftValArr"></td>
|
|
|
- <td class="freegiftUsePointArr"></td>
|
|
|
- <td class="freegiftSqArr"></td>
|
|
|
- <td class="freegiftGoodsArr"></td>
|
|
|
- </tr>
|
|
|
-</table>
|
|
|
-
|
|
|
-<!-- 주문상세금액 -->
|
|
|
-<table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none;" name="orderDetailInfo" id="orderDetailInfo">
|
|
|
- <tr style="height:30px;">
|
|
|
- <th>cartSq</th>
|
|
|
- <th style="display:none">goodsNm</th>
|
|
|
- <th>goodsCd</th>
|
|
|
- <th>goodsType</th>
|
|
|
- <th>itemCd</th>
|
|
|
- <th>optCd</th>
|
|
|
- <th style="display:none">optCd1</th>
|
|
|
- <th style="display:none">optCd2</th>
|
|
|
- <th style="display:none">itemQtyr</th>
|
|
|
- <th>orgCurrPrice</th>
|
|
|
- <th>cpn1DcSq</th>
|
|
|
- <th>cpn1DcAmt</th>
|
|
|
- <th>optAddPrice</th>
|
|
|
- <th>goodsQty</th>
|
|
|
- <th>ordAmt</th>
|
|
|
- <th>tmtb1Sq</th>
|
|
|
- <th>tmtb1DcAmt</th>
|
|
|
- <th>tmtb2Sq</th>
|
|
|
- <th>tmtb2DcAmt</th>
|
|
|
- <th>goodsCpnSq</th>
|
|
|
- <th>goodsCpnDcAmt</th>
|
|
|
- <th>cartCpnSq</th>
|
|
|
- <th>cartCpnDcAmt</th>
|
|
|
- <th>prePntDcAmt1</th>
|
|
|
- <th>dcSumAmt</th>
|
|
|
- <th>pntDcAmt1</th>
|
|
|
- <th>gfcdUseAmt1</th>
|
|
|
- <th>realOrdAmt1</th>
|
|
|
- <th>savePntAmt1</th>
|
|
|
- <th>shotDelvYn</th>
|
|
|
- <th>foreignYn</th>
|
|
|
- <th>orderMadeYn</th>
|
|
|
- <th>delvFeeCd</th>
|
|
|
- </tr>
|
|
|
- <th:block th:each="delvAllCart, index : ${delvAllCartList}">
|
|
|
- <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
- <th:block th:each="goods, i : ${delvAllCart}">
|
|
|
- <tr style="height:30px;">
|
|
|
- <td class="cartSq" th:text="${goods.cartSq}"></td>
|
|
|
- <td class="goodsNm" th:text="${goods.goodsNm}" style="display:none"></td>
|
|
|
- <td class="goodsCd" th:text="${goods.goodsCd}"></td>
|
|
|
- <td class="goodsType" th:text="${goods.goodsType}"></td>
|
|
|
- <td class="itemCd" th:text="${goods.itemCd}"></td>
|
|
|
- <td class="optCd" th:text="${goods.optCd}"></td>
|
|
|
- <td class="optCd1" th:text="${goods.optCd1}" style="display:none"></td>
|
|
|
- <td class="optCd2" th:text="${goods.optCd2}" style="display:none"></td>
|
|
|
- <td class="itemQtyr" th:text="${goods.itemQtyr}" style="display:none"></td>
|
|
|
- <td class="orgCurrPrice" th:text="${goods.orgCurrPrice}"></td>
|
|
|
- <td class="cpn1CpnSq" th:text="${goods.cpn1CpnSq}"></td>
|
|
|
- <td class="cpn1DcAmt" th:text="${goods.orgCurrPrice} - ${goods.currPrice}"></td>
|
|
|
- <td class="optAddPrice" th:text="${goods.optAddPrice}"></td>
|
|
|
- <td class="goodsQty" th:text="${goods.goodsQty}"></td>
|
|
|
- <td class="ordAmt">0</td>
|
|
|
- <th:block th:if="${goods.applyQtySectionYn} == 'Y' and ${goods.qtyTmtbSq} > 0">
|
|
|
- <td class="tmtb1Sq" th:text="${goods.qtyTmtbSq}"></td>
|
|
|
- <td class="tmtb1DcAmt" th:text="${goods.tmtb1DcAmt}"></td>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${goods.applyQtySectionYn} != 'Y'">
|
|
|
- <td class="tmtb1Sq">0</td>
|
|
|
- <td class="tmtb1DcAmt">0</td>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${goods.applyAmtSectionYn} == 'Y' and ${goods.amtTmtbSq} > 0">
|
|
|
- <td class="tmtb2Sq" th:text="${goods.amtTmtbSq}"></td>
|
|
|
- <td class="tmtb2DcAmt" th:text="${goods.tmtb2DcAmt}"></td>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${goods.applyAmtSectionYn} != 'Y'">
|
|
|
- <td class="tmtb2Sq" >0</td>
|
|
|
- <td class="tmtb2DcAmt" >0</td>
|
|
|
- </th:block>
|
|
|
- <td class="goodsCpnSq">0</td>
|
|
|
- <td class="goodsCpnDcAmt">0</td>
|
|
|
- <td class="cartCpnSq">0</td>
|
|
|
- <td class="cartCpnDcAmt">0</td>
|
|
|
- <td class="prePntDcAmt1" th:text="${goods.prePntDcAmt}"></td>
|
|
|
- <td class="dcSumAmt">0</td>
|
|
|
- <td class="pntDcAmt1">0</td>
|
|
|
- <td class="gfcdUseAmt1">0</td>
|
|
|
- <td class="realOrdAmt1">0</td>
|
|
|
- <td class="savePntAmt1" th:text="${goods.savePntAmt}"></td>
|
|
|
- <td class="shotDelvYn" th:text="${goods.shotDelvYn}"></td>
|
|
|
- <td class="foreignBuyYn" th:text="${goods.foreignBuyYn}"></td>
|
|
|
- <td class="orderMadeYn" th:text="${goods.orderMadeYn}"></td>
|
|
|
- <td class="delvFeeCd" th:text="${goods.delvFeeCd}"></td>
|
|
|
- </tr>
|
|
|
+ <th:block th:each="delvAllCart, index : ${delvAllCartList}">
|
|
|
+ <th:block th:if="${delvAllCart != null and #lists.size(delvAllCart) > 0}">
|
|
|
+ <th:block th:each="goods, i : ${delvAllCart}">
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="cartSq" th:text="${goods.cartSq}"></td>
|
|
|
+ <td class="goodsNm" th:text="${goods.goodsNm}" style="display:none"></td>
|
|
|
+ <td class="goodsCd" th:text="${goods.goodsCd}"></td>
|
|
|
+ <td class="goodsType" th:text="${goods.goodsType}"></td>
|
|
|
+ <td class="itemCd" th:text="${goods.itemCd}"></td>
|
|
|
+ <td class="optCd" th:text="${goods.optCd}"></td>
|
|
|
+ <td class="optCd1" th:text="${goods.optCd1}" style="display:none"></td>
|
|
|
+ <td class="optCd2" th:text="${goods.optCd2}" style="display:none"></td>
|
|
|
+ <td class="itemQtyr" th:text="${goods.itemQtyr}" style="display:none"></td>
|
|
|
+ <td class="orgCurrPrice" th:text="${goods.orgCurrPrice}"></td>
|
|
|
+ <td class="cpn1CpnSq" th:text="${goods.cpn1CpnSq}"></td>
|
|
|
+ <td class="cpn1DcAmt" th:text="${goods.orgCurrPrice} - ${goods.currPrice}"></td>
|
|
|
+ <td class="optAddPrice" th:text="${goods.optAddPrice}"></td>
|
|
|
+ <td class="goodsQty" th:text="${goods.goodsQty}"></td>
|
|
|
+ <td class="ordAmt">0</td>
|
|
|
+ <th:block th:if="${goods.applyQtySectionYn} == 'Y' and ${goods.qtyTmtbSq} > 0">
|
|
|
+ <td class="tmtb1Sq" th:text="${goods.qtyTmtbSq}"></td>
|
|
|
+ <td class="tmtb1DcAmt" th:text="${goods.tmtb1DcAmt}"></td>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${goods.applyQtySectionYn} != 'Y'">
|
|
|
+ <td class="tmtb1Sq">0</td>
|
|
|
+ <td class="tmtb1DcAmt">0</td>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${goods.applyAmtSectionYn} == 'Y' and ${goods.amtTmtbSq} > 0">
|
|
|
+ <td class="tmtb2Sq" th:text="${goods.amtTmtbSq}"></td>
|
|
|
+ <td class="tmtb2DcAmt" th:text="${goods.tmtb2DcAmt}"></td>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${goods.applyAmtSectionYn} != 'Y'">
|
|
|
+ <td class="tmtb2Sq" >0</td>
|
|
|
+ <td class="tmtb2DcAmt" >0</td>
|
|
|
+ </th:block>
|
|
|
+ <td class="goodsCpnSq">0</td>
|
|
|
+ <td class="goodsCpnDcAmt">0</td>
|
|
|
+ <td class="cartCpnSq">0</td>
|
|
|
+ <td class="cartCpnDcAmt">0</td>
|
|
|
+ <td class="prePntDcAmt1" th:text="${goods.prePntDcAmt}"></td>
|
|
|
+ <td class="dcSumAmt">0</td>
|
|
|
+ <td class="pntDcAmt1">0</td>
|
|
|
+ <td class="gfcdUseAmt1">0</td>
|
|
|
+ <td class="realOrdAmt1">0</td>
|
|
|
+ <td class="savePntAmt1" th:text="${goods.savePntAmt}"></td>
|
|
|
+ <td class="shotDelvYn" th:text="${goods.shotDelvYn}"></td>
|
|
|
+ <td class="foreignBuyYn" th:text="${goods.foreignBuyYn}"></td>
|
|
|
+ <td class="orderMadeYn" th:text="${goods.orderMadeYn}"></td>
|
|
|
+ <td class="delvFeeCd" th:text="${goods.delvFeeCd}"></td>
|
|
|
+ </tr>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
- </th:block>
|
|
|
-</table>
|
|
|
-
|
|
|
-<!-- 배송단위목록 -->
|
|
|
-<table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none;" name="delvFeeCdInfo" id="delvFeeCdInfo">
|
|
|
- <tr style="height:30px;">
|
|
|
- <th>supplyCompCd</th>
|
|
|
- <th>delvFeeCd</th>
|
|
|
- <th>delvFee</th>
|
|
|
- <th>delvCpnSq</th>
|
|
|
- <th>delvCpnDcAmt</th>
|
|
|
- </tr>
|
|
|
- <th:block th:each="delvFeeCd, index : ${delvFeeCdList}">
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <!-- 배송단위목록 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none; width:100%;" name="delvFeeCdInfo" id="delvFeeCdInfo">
|
|
|
<tr style="height:30px;">
|
|
|
- <td class="supplyCompCd" th:text="${delvFeeCd.supplyCompCd}"></td>
|
|
|
- <td class="delvFeeCd" th:text="${delvFeeCd.delvFeeCd}"></td>
|
|
|
- <td class="delvFee" th:text="${delvFeeCd.delvFee}"></td>
|
|
|
- <td class="delvCpnSq">0</td>
|
|
|
- <td class="delvCpnDcAmt">0</td>
|
|
|
+ <th>supplyCompCd</th>
|
|
|
+ <th>delvFeeCd</th>
|
|
|
+ <th>delvFee</th>
|
|
|
+ <th>delvCpnSq</th>
|
|
|
+ <th>delvCpnDcAmt</th>
|
|
|
</tr>
|
|
|
- </th:block>
|
|
|
-</table>
|
|
|
-
|
|
|
-<!-- 주문금액합계 -->
|
|
|
-<table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none;" name="orderSumAmtInfo" id="orderSumAmtInfo">
|
|
|
- <tr style="height:30px;">
|
|
|
- <th>orgGoodsSumAmt</th>
|
|
|
- <th>delvSumAmt</th>
|
|
|
- <th>freegiftUsePnt</th>
|
|
|
- <th>cpn1DcSumAmt</th>
|
|
|
- <th>ordSumAmt</th>
|
|
|
- <th>tmtb1DcSumAmt</th>
|
|
|
- <th>tmtb2DcSumAmt</th>
|
|
|
- <th>tmtbDcSumAmt</th>
|
|
|
- <th>goodsCpnDcSumAmt</th>
|
|
|
- <th>cartCpnDcSumAmt</th>
|
|
|
- <th>delvCpnDcSumAmt</th>
|
|
|
- <th>cpnDcSumAmt</th>
|
|
|
- <th>prePntDcAmt</th>
|
|
|
- <th>pntDcSumAmt</th>
|
|
|
- <th>gfcdUseSumAmt</th>
|
|
|
- <th>realOrdSumAmt</th>
|
|
|
- <th>savePntSumAmt</th>
|
|
|
- </tr>
|
|
|
- <tr style="height:30px;">
|
|
|
- <td class="orgGoodsSumAmt">0</td>
|
|
|
- <td class="delvSumAmt" th:text="${sumDelvFee}"></td>
|
|
|
- <td class="freegiftUsePnt">0</td>
|
|
|
- <td class="cpn1DcSumAmt">0</td>
|
|
|
- <td class="ordSumAmt">0</td>
|
|
|
- <td class="tmtb1DcSumAmt">0</td>
|
|
|
- <td class="tmtb2DcSumAmt">0</td>
|
|
|
- <td class="tmtbDcSumAmt">0</td>
|
|
|
- <td class="goodsCpnDcSumAmt">0</td>
|
|
|
- <td class="cartCpnDcSumAmt">0</td>
|
|
|
- <td class="delvCpnDcSumAmt">0</td>
|
|
|
- <td class="cpnDcSumAmt">0</td>
|
|
|
- <td class="prePntDcSumAmt">0</td>
|
|
|
- <td class="pntDcSumAmt">0</td>
|
|
|
- <td class="gfcdUseSumAmt">0</td>
|
|
|
- <td class="realOrdSumAmt">0</td>
|
|
|
- <td class="savePntSumAmt">0</td>
|
|
|
- </tr>
|
|
|
-</table>
|
|
|
+ <th:block th:each="delvFeeCd, index : ${delvFeeCdList}">
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="supplyCompCd" th:text="${delvFeeCd.supplyCompCd}"></td>
|
|
|
+ <td class="delvFeeCd" th:text="${delvFeeCd.delvFeeCd}"></td>
|
|
|
+ <td class="delvFee" th:text="${delvFeeCd.delvFee}"></td>
|
|
|
+ <td class="delvCpnSq">0</td>
|
|
|
+ <td class="delvCpnDcAmt">0</td>
|
|
|
+ </tr>
|
|
|
+ </th:block>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <!-- 주문금액합계 -->
|
|
|
+ <table border="1" style="font-size:10px; text-align:center; margin-top:20px; display:none; width:100%;" name="orderSumAmtInfo" id="orderSumAmtInfo">
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <th>orgGoodsSumAmt</th>
|
|
|
+ <th>delvSumAmt</th>
|
|
|
+ <th>freegiftUsePnt</th>
|
|
|
+ <th>cpn1DcSumAmt</th>
|
|
|
+ <th>ordSumAmt</th>
|
|
|
+ <th>tmtb1DcSumAmt</th>
|
|
|
+ <th>tmtb2DcSumAmt</th>
|
|
|
+ <th>tmtbDcSumAmt</th>
|
|
|
+ <th>goodsCpnDcSumAmt</th>
|
|
|
+ <th>cartCpnDcSumAmt</th>
|
|
|
+ <th>delvCpnDcSumAmt</th>
|
|
|
+ <th>cpnDcSumAmt</th>
|
|
|
+ <th>prePntDcAmt</th>
|
|
|
+ <th>pntDcSumAmt</th>
|
|
|
+ <th>gfcdUseSumAmt</th>
|
|
|
+ <th>realOrdSumAmt</th>
|
|
|
+ <th>savePntSumAmt</th>
|
|
|
+ </tr>
|
|
|
+ <tr style="height:30px;">
|
|
|
+ <td class="orgGoodsSumAmt">0</td>
|
|
|
+ <td class="delvSumAmt" th:text="${sumDelvFee}"></td>
|
|
|
+ <td class="freegiftUsePnt">0</td>
|
|
|
+ <td class="cpn1DcSumAmt">0</td>
|
|
|
+ <td class="ordSumAmt">0</td>
|
|
|
+ <td class="tmtb1DcSumAmt">0</td>
|
|
|
+ <td class="tmtb2DcSumAmt">0</td>
|
|
|
+ <td class="tmtbDcSumAmt">0</td>
|
|
|
+ <td class="goodsCpnDcSumAmt">0</td>
|
|
|
+ <td class="cartCpnDcSumAmt">0</td>
|
|
|
+ <td class="delvCpnDcSumAmt">0</td>
|
|
|
+ <td class="cpnDcSumAmt">0</td>
|
|
|
+ <td class="prePntDcSumAmt">0</td>
|
|
|
+ <td class="pntDcSumAmt">0</td>
|
|
|
+ <td class="gfcdUseSumAmt">0</td>
|
|
|
+ <td class="realOrdSumAmt">0</td>
|
|
|
+ <td class="savePntSumAmt">0</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+</form>
|
|
|
+<!-- //주문금액정보표현 -->
|
|
|
|
|
|
+<!-- 주문고객정보 -->
|
|
|
+<form id="orderForm" name="orderForm">
|
|
|
<div id="container" class="container od">
|
|
|
<div class="wrap">
|
|
|
<div class="content odPayment">
|
|
|
@@ -532,7 +534,7 @@ $(document).ready( function() {
|
|
|
custemerInfoSet();
|
|
|
|
|
|
// 999. 개발화면정보설정
|
|
|
- var devTemp = false;
|
|
|
+ var devTemp = true;
|
|
|
var arr = []
|
|
|
arr[0] = "orderInfo";
|
|
|
arr[1] = "freegiftInfo";
|
|
|
@@ -1993,14 +1995,14 @@ var custCpnSumAmtCal = function() {
|
|
|
if ($(this).attr("allYn") == "Y" ) {
|
|
|
freegiftValArr.push($(this).val());
|
|
|
freegiftUsePointArr.push($(this).attr("usepoint"));
|
|
|
- }
|
|
|
-
|
|
|
- // 라디오버튼 선택 사은품 체크
|
|
|
- if ($(this).is(":checked")) {
|
|
|
- // 수령거부가 아닐때 체크
|
|
|
- if ($(this).val() != "noSel") {
|
|
|
- freegiftValArr.push($(this).val());
|
|
|
- freegiftUsePointArr.push($(this).attr("usepoint"));
|
|
|
+ } else {
|
|
|
+ // 라디오버튼 선택 사은품 체크
|
|
|
+ if ($(this).is(":checked")) {
|
|
|
+ // 수령거부가 아닐때 체크
|
|
|
+ if ($(this).val() != "noSel") {
|
|
|
+ freegiftValArr.push($(this).val());
|
|
|
+ freegiftUsePointArr.push($(this).attr("usepoint"));
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
});
|