|
|
@@ -106,9 +106,11 @@
|
|
|
<table class="frmStyle">
|
|
|
<colgroup>
|
|
|
<col style="width:160px;" />
|
|
|
- <col style="width:320px;" />
|
|
|
+ <col style="width:240px;" />
|
|
|
<col style="width:160px;" />
|
|
|
- <col style="width:320px;" />
|
|
|
+ <col style="width:240px;" />
|
|
|
+ <col style="width:160px;" />
|
|
|
+ <col style="width:240px;" />
|
|
|
<col style="width:160px;" />
|
|
|
<col />
|
|
|
</colgroup>
|
|
|
@@ -130,13 +132,17 @@
|
|
|
<th>PG점프</th>
|
|
|
<td>
|
|
|
<label class="chkBox">
|
|
|
- <input type="checkbox" name="pgStat" id="pgStat"/>
|
|
|
+ <input type="checkbox" name="pgStat" id="pgStat" onclick="fnChangePgStat();"/>
|
|
|
</label>
|
|
|
</td>
|
|
|
+ <th>입금액</th>
|
|
|
+ <td>
|
|
|
+ <input type="text" class="w100" name="depositAmt" id="depositAmt" />
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<th>요청메모<br/><span id="dpLocAnsContent">0</span>/1,000Byte</th>
|
|
|
- <td colspan="5">
|
|
|
+ <td colspan="7">
|
|
|
<textarea id="chgMemo" name="chgMemo" style="height:80px;" onkeyup="cfnGetTextLength(this, 1000, $('#dpLocAnsContent'));"></textarea>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -163,59 +169,59 @@
|
|
|
<tr>
|
|
|
<td style="height:25px;">상품금액</td>
|
|
|
<td>취소상품금액</td>
|
|
|
- <td class="spanCnclRtnAmt">15,000원</td>
|
|
|
+ <td class="spanCnclRtnAmt">0원</td>
|
|
|
<td></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td rowspan="2">할인금액차감</td>
|
|
|
<td>쿠폰할인차감</td>
|
|
|
- <td class="spanCpnDcAmt">15,000원</td>
|
|
|
+ <td class="spanCpnDcAmt">0원</td>
|
|
|
<td style="line-height:25px;">
|
|
|
- <div style="height:25px;"><span>즉시할인쿠폰 : </span><span class="spanCpn1DcAmt">-60,000원</span></div>
|
|
|
- <div style="height:25px;"><span>주문서상품쿠폰 : </span><span class="spanGoodsCpnDcAmt">-60,000원</span></div>
|
|
|
- <div style="height:25px;"><span>장바구니쿠폰 : </span><span class="spanCartCpnDcAmt">-60,000원</span></div>
|
|
|
+ <div style="height:25px;"><span>즉시할인쿠폰 : </span><span class="spanCpn1DcAmt">0원</span></div>
|
|
|
+ <div style="height:25px;"><span>주문서상품쿠폰 : </span><span class="spanGoodsCpnDcAmt">0원</span></div>
|
|
|
+ <div style="height:25px;"><span>장바구니쿠폰 : </span><span class="spanCartCpnDcAmt">0원</span></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>상품할인차감</td>
|
|
|
- <td class="goodsDcSumAmt">15,000원</td>
|
|
|
+ <td class="goodsDcSumAmt">0원</td>
|
|
|
<td style="line-height:25px;">
|
|
|
- <div style="height:25px;"><span>선포인트할인 : </span><span class="spanPrePntDcAmt">-60,000원</span></div>
|
|
|
- <div style="height:25px;"><span>다다익선할인 : </span><span class="spanTmtbDcAmt">-60,000원</span></div>
|
|
|
+ <div style="height:25px;"><span>선포인트할인 : </span><span class="spanPrePntDcAmt">0원</span></div>
|
|
|
+ <div style="height:25px;"><span>다다익선할인 : </span><span class="spanTmtbDcAmt">0원</span></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>배송비</td>
|
|
|
<td>환불배송비</td>
|
|
|
- <td class="spanRealDelvAmt">-60,000원</td>
|
|
|
+ <td class="spanRealDelvAmt">0원</td>
|
|
|
<td style="line-height:25px;">
|
|
|
- <div style="height:25px;"><span>배송비쿠폰 : </span><span class="delvCpnAmt">-60,000원</span></div>
|
|
|
- <div style="height:25px;"><span>추가금결제 : </span><span class="addDelvFee">-60,000원</span></div>
|
|
|
+ <div style="height:25px;"><span>배송비쿠폰 : </span><span class="delvCpnAmt">0원</span></div>
|
|
|
+ <div style="height:25px;"><span>추가금결제 : </span><span class="addDelvFee">0원</span></div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td rowspan="4">환불금액</td>
|
|
|
<td style="height:25px;">총환불금액</td>
|
|
|
- <td class="totalRefundAmt">70,000원</td>
|
|
|
+ <td class="totalRefundAmt">0원</td>
|
|
|
<td></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="height:25px;">결제수단환불</td>
|
|
|
- <td class="spanRefundAmt">70,000원</td>
|
|
|
+ <td class="spanRefundAmt">0원</td>
|
|
|
<td>
|
|
|
- <span class="pgGbNm">신용카드</span><span class="cardNm">(현대)</span>
|
|
|
+ <span class="pgGbNm">신용카드</span><span class="cardNm"></span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="height:25px;">상품권환불</td>
|
|
|
- <td class="spanGfcdUseAmt">70,000P</td>
|
|
|
+ <td class="spanGfcdUseAmt">0원</td>
|
|
|
<td></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td style="height:25px;">포인트환불</td>
|
|
|
- <td class="spanPntDcAmt">70,000원</td>
|
|
|
+ <td class="spanPntDcAmt">0P</td>
|
|
|
<td>
|
|
|
- <span>적립예정포인트환수 : </span><span class="spanSavePntAmt">60,000P</span>
|
|
|
+ <span>적립예정포인트환수 : </span><span class="spanSavePntAmt">0P</span>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
@@ -1401,6 +1407,15 @@ var fnBindOrderRfAccountInfo = function () {
|
|
|
);
|
|
|
};
|
|
|
|
|
|
+var fnChangePgStat = function() {
|
|
|
+ if ($('#pgStat').is(':checked')) {
|
|
|
+ $('.depositAmt').attr('disabled', false);
|
|
|
+ } else {
|
|
|
+ $('#depositAmt').val(0);
|
|
|
+ $('.depositAmt').attr('disabled', true);
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
$(document).ready(function() {
|
|
|
// 1. 그리드생성
|
|
|
gagaAgGrid.createGrid('gridOrderCancelRequestList' , gridOptionsCancelReqList); // 주문정보
|