|
@@ -28,6 +28,63 @@
|
|
|
<input type="hidden" name="chgReason" value=""/>
|
|
<input type="hidden" name="chgReason" value=""/>
|
|
|
<input type="hidden" name="chgReasonDesc" value=""/>
|
|
<input type="hidden" name="chgReasonDesc" value=""/>
|
|
|
|
|
|
|
|
|
|
+ <div id="orderInfoList" style="display:none;">
|
|
|
|
|
+ <h4>기본정보</h4>
|
|
|
|
|
+ <!-- TABLE -->
|
|
|
|
|
+ <table class="tableStyle">
|
|
|
|
|
+ <colgroup>
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ <col width="">
|
|
|
|
|
+ </colgroup>
|
|
|
|
|
+ <thead>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>사이트</th>
|
|
|
|
|
+ <th>몰구분</th>
|
|
|
|
|
+ <th>웹구분</th>
|
|
|
|
|
+ <th>외부몰</th>
|
|
|
|
|
+ <th>주문일시</th>
|
|
|
|
|
+ <th>주문자</th>
|
|
|
|
|
+ <th>고객번호</th>
|
|
|
|
|
+ <th>주문번호</th>
|
|
|
|
|
+ <th>이메일</th>
|
|
|
|
|
+ <th>핸드폰번호</th>
|
|
|
|
|
+ <th>회원구분</th>
|
|
|
|
|
+ <th>관리대상</th>
|
|
|
|
|
+ <th>등급</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </thead>
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].siteCdNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].mallGbNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].frontGbNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].extmallNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].ordDt}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].ordNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].custNo}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].ordNo}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].ordEmail}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].ordPhnno}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].custGbNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].managedRsnNm}"></td>
|
|
|
|
|
+ <td th:text="${orderInfoList[0].custGradeNm}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ <!-- //TABLE -->
|
|
|
|
|
+ </div>
|
|
|
|
|
+
|
|
|
<h4>주문정보</h4>
|
|
<h4>주문정보</h4>
|
|
|
<div id="gridOrderCancelRequestList" style="width:100%; height: 200px;" class="ag-theme-balham"></div>
|
|
<div id="gridOrderCancelRequestList" style="width:100%; height: 200px;" class="ag-theme-balham"></div>
|
|
|
|
|
|
|
@@ -190,6 +247,11 @@ if (ordChgSq > 0 && chgStat != 'G685_40') {
|
|
|
chgMemo = orderChangeDetailList[0].chgMemo; // 변경사유메모
|
|
chgMemo = orderChangeDetailList[0].chgMemo; // 변경사유메모
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+// 교환배송미출고대상
|
|
|
|
|
+if (ordChgSq > 0 && chgStat == 'G685_40') {
|
|
|
|
|
+ $("#orderInfoList").show();
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
var temp1 = true;
|
|
var temp1 = true;
|
|
|
var temp2 = false;
|
|
var temp2 = false;
|
|
|
var temp3 = true;
|
|
var temp3 = true;
|
|
@@ -1058,6 +1120,7 @@ var fnCnclReq = function (reqGbn) {
|
|
|
,"ordNm" : ordNm
|
|
,"ordNm" : ordNm
|
|
|
,"ordPhnno" : ordPhnno
|
|
,"ordPhnno" : ordPhnno
|
|
|
,"delvFeeCd" : delvFeeCd
|
|
,"delvFeeCd" : delvFeeCd
|
|
|
|
|
+ ,"chgStat" : chgStat
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 주문번호, 취소사유, 취소메모, (취소, 반품, 교환 신청 정보 목록), 환불계좌
|
|
// 주문번호, 취소사유, 취소메모, (취소, 반품, 교환 신청 정보 목록), 환불계좌
|