|
|
@@ -2,7 +2,7 @@
|
|
|
<html lang="ko" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorator="mob/common/layout/MypageLayoutMob">
|
|
|
<!--
|
|
|
*******************************************************************************
|
|
|
- * @source : MypageCreExchangeDetailFormWeb.html
|
|
|
+ * @source : MypageCreExchangeDetailFormMob.html
|
|
|
* @desc : 마이페이지 > 취소/반품/교환내역 > 교환상세 Page
|
|
|
*============================================================================
|
|
|
* STYLE24
|
|
|
@@ -10,221 +10,217 @@
|
|
|
*============================================================================
|
|
|
* VER DATE AUTHOR DESCRIPTION
|
|
|
* === =========== ========== =============================================
|
|
|
- * 1.0 2021.04.13 card007 최초 작성
|
|
|
+ * 1.0 2021.04.28 jsh77b 최초 작성
|
|
|
*******************************************************************************
|
|
|
-->
|
|
|
<body>
|
|
|
|
|
|
<th:block layout:fragment="content">
|
|
|
- <div class="content myOrderView"> <!-- 페이지특정 클래스 = myOrderView -->
|
|
|
- <div class="cont_body">
|
|
|
- <!-- CONT-BODY -->
|
|
|
- <div class="lnb">
|
|
|
- <div class="lnb_tit">
|
|
|
- <h2>마이페이지</h2>
|
|
|
- </div>
|
|
|
- <div class="lnb_list">
|
|
|
- <ul id="mypageLnbList"></ul>
|
|
|
- </div>
|
|
|
+<main role="" id="" class="container my">
|
|
|
+ <section class="content my_exchange">
|
|
|
+ <div class="inner wide bg_beige">
|
|
|
+ <div class="order_number">
|
|
|
+ <dl class="clear">
|
|
|
+ <dt>주문번호</dt>
|
|
|
+ <dd th:text="${oneData.ordNo}"></dd>
|
|
|
+ </dl>
|
|
|
</div>
|
|
|
- <div class="cont">
|
|
|
- <div class="sec_head">
|
|
|
- <h3 class="subH1">교환상세</h3>
|
|
|
- <span class="order_number">주문번호 : <em th:text="${oneData.ordNo}"></em></span>
|
|
|
+ </div>
|
|
|
+ <div class="inner">
|
|
|
+ <div class="part_goods">
|
|
|
+ <div class="goods_top">
|
|
|
+ <th:block th:if="${oneData.giftPackYn == 'Y'}">
|
|
|
+ <div class="goods_date">선물일<span class="date" th:text="${oneData.ordDt}"></span></div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${oneData.giftPackYn == 'Y'}">
|
|
|
+ <div class="goods_date">주문일<span class="date" th:text="${oneData.ordDt}"></span></div>
|
|
|
+ </th:block>
|
|
|
</div>
|
|
|
- <div class="sec_body">
|
|
|
- <div class="part_goods">
|
|
|
- <div class="goods_head">
|
|
|
- <p th:unless="${oneData.giftPackYn == 'Y'}">주문일 <span th:text="${oneData.ordDt}"></span></p>
|
|
|
- <p th:if="${oneData.giftPackYn == 'Y'}">선물일 <span th:text="${oneData.ordDt}"></span></p>
|
|
|
- <a href="javascript:void(0)" th:attr="ordNo=${oneData.ordNo}" onclick="fnGoToOrderDetail(this);">상세보기</a>
|
|
|
+
|
|
|
+ <th:block th:if="${exchangeDetailList.exchangeDetailList}" th:each="returnDtl, status : ${exchangeDetailList.exchangeDetailList}" th:with="imageUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
+ <div class="goods_section">
|
|
|
+ <div class="goods_status">
|
|
|
+ <p class="dlvr_staus" th:text="${returnDtl.chgStatNm}"></p>
|
|
|
+ <p class="dlvr_desc" th:text="|${returnDtl.chgDate} ${returnDtl.chgTime}|"></p>
|
|
|
</div>
|
|
|
- <div class="goods_cont">
|
|
|
- <!-- 주문상품 -->
|
|
|
- <th:block th:if="${exchangeDetailList.exchangeDetailList}" th:each="exchangeDtl, status : ${exchangeDetailList.exchangeDetailList}" th:with="imageUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
- <div class="goods_info">
|
|
|
- <div class="order_desc">
|
|
|
- <div class="goods_box">
|
|
|
- <div class="gd_item">
|
|
|
- <a href="javascript:void(0)" th:attr="goodsCd=${exchangeDtl.goodsCd}" onclick="fnGoToGoodsDetail(this)">
|
|
|
- <span class="thumb">
|
|
|
- <img th:src="${imageUrl + '/' + exchangeDtl.sysImgNm}" width="100%" alt="">
|
|
|
- </span>
|
|
|
- <p>
|
|
|
- <span class="brand" th:text="${exchangeDtl.brandNm}"></span>
|
|
|
- <span class="tag primary" th:if="${exchangeDtl.shotDelvYn == 'Y'}">총알배송</span>
|
|
|
- <span class="tag" th:if="${exchangeDtl.shotDelvYn == 'N' and exchangeDtl.selfGoodsYn == 'Y'}">STYLE24 일반배송</span>
|
|
|
- <span class="tag" th:if="${exchangeDtl.selfGoodsYn == 'N'}">업체직배송</span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- <span class="name" th:text="${exchangeDtl.goodsNm}"></span>
|
|
|
- </p>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="gd_opt">
|
|
|
- <div class="option_wrap">
|
|
|
- <span class="title sr-only">주문 옵션</span>
|
|
|
- <span class="option" th:if="${exchangeDtl.goodsType == 'G056_S'}" th:each="option, status : ${exchangeDtl.colorNmArr}" th:text="|${exchangeDtl.itemNmArr[status.index]} / ${option} / ${exchangeDtl.optCd2Arr[status.index]}|"></span>
|
|
|
- <span class="option" th:unless="${exchangeDtl.goodsType == 'G056_S'}" th:text="|${exchangeDtl.colorNm} / ${exchangeDtl.optCd2}|"></span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="gd_calc">
|
|
|
- <p>
|
|
|
- <span class="count"><em th:text="${exchangeDtl.chgQty}"></em>개</span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- <span class="price_org" th:if="${exchangeDtl.priceOrg > exchangeDtl.priceSale}"><em th:text="${#numbers.formatInteger(exchangeDtl.priceOrg, 1, 'COMMA')}"></em>원</span>
|
|
|
- <span class="price_sale"><em th:text="${#numbers.formatInteger(exchangeDtl.priceSale, 1, 'COMMA')}"></em>원</span>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <div class="gd_opt">
|
|
|
- <div class="option_wrap">
|
|
|
- <span class="title">교환 옵션</span>
|
|
|
- <span class="option" th:if="${exchangeDtl.goodsType == 'G056_S'}" th:each="option, status : ${exchangeDtl.chgColorNmArr}" th:text="|${exchangeDtl.chgItemNmArr[status.index]} / ${option} / ${exchangeDtl.chgOptCd2Arr[status.index]}|"></span>
|
|
|
- <span class="option" th:unless="${exchangeDtl.goodsType == 'G056_S'}" th:text="|${exchangeDtl.chgColorNm} / ${exchangeDtl.chgOptCd2}|"></span>
|
|
|
- </div>
|
|
|
+ <div class="goods_detail">
|
|
|
+ <a href="">
|
|
|
+ <div class="thumb_box">
|
|
|
+ <img th:src="${imageUrl + '/' + returnDtl.sysImgNm}" width="100%" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="info_box">
|
|
|
+ <div class="od_name">
|
|
|
+ <div class="brand">
|
|
|
+ <span th:text="${returnDtl.brandNm}"></span>
|
|
|
+ <div class="badge_wrap">
|
|
|
+ <em class="tag primary" th:if="${returnDtl.shotDelvYn == 'Y'}">총알배송</em>
|
|
|
+ <em class="tag" th:if="${returnDtl.shotDelvYn == 'N' and returnDtl.selfGoodsYn == 'Y'}">STYLE24 일반배송</em>
|
|
|
+ <em class="tag" th:if="${returnDtl.selfGoodsYn == 'N'}">업체직배송</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="status_box">
|
|
|
- <p>
|
|
|
- <th:block th:text="${exchangeDtl.chgStatNm}"></th:block>
|
|
|
- <span class="date" th:text="${exchangeDtl.chgDate}"></span>
|
|
|
- <span class="time" th:text="${exchangeDtl.chgTime}"></span>
|
|
|
- </p>
|
|
|
+ <div class="name" th:text="${returnDtl.goodsNm}"></div>
|
|
|
+ </div>
|
|
|
+ <div class="od_opt">
|
|
|
+ <div class="option">
|
|
|
+ <th:block th:if="${returnDtl.goodsType == 'G056_S'}">
|
|
|
+ <th:block th:each="option, status : ${returnDtl.colorNmArr}">
|
|
|
+ <em th:text="${option}"></em>
|
|
|
+ <em th:text="${returnDtl.optCd2Arr[status.index]}"></em>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${returnDtl.goodsType == 'G056_S'}">
|
|
|
+ <em th:text="${returnDtl.colorNm}"></em>
|
|
|
+ <em th:text="${returnDtl.optCd2}"></em>
|
|
|
+ </th:block>
|
|
|
</div>
|
|
|
- <div class="button_box">
|
|
|
- <p th:if="${exchangeDtl.chgStat == 'G685_20' or exchangeDtl.chgStat == 'G685_21'}"><button type="button" class="btn btn_default btn_sm" th:attr="ordChgSq=${exchangeDtl.ordChgSq}" onclick="fnCreCancel(this);"><span>신청취소</span></button></p>
|
|
|
- <p th:if="${exchangeDtl.chgStat == 'G685_32' or exchangeDtl.chgStat == 'G685_21'}"><button type="button" class="btn btn_default btn_sm" th:attr="ordNo=${exchangeDtl.ordNo}, ordChgSq=${exchangeDtl.ordChgSq}" onclick="fnCrePayAddCost(this);"><span>결제하기</span></button></p>
|
|
|
- <p><button type="button" class="btn btn_default btn_sm" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA_REG);"><span>1:1 문의</span></button></p>
|
|
|
+ </div>
|
|
|
+ <div class="od_exchange_opt">
|
|
|
+ <span>교환옵션</span>
|
|
|
+ <div class="option">
|
|
|
+ <th:block th:if="${returnDtl.goodsType == 'G056_S'}">
|
|
|
+ <th:block th:each="option, status : ${returnDtl.chgColorNmArr}">
|
|
|
+ <em th:text="${returnDtl.chgItemNmArr[status.index]}"></em>
|
|
|
+ <em th:text="${option}"></em>
|
|
|
+ <em th:text="${returnDtl.chgOptCd2Arr[status.index]}"></em>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${returnDtl.goodsType == 'G056_S'}">
|
|
|
+ <em th:text="${returnDtl.chgColorNm}"></em>
|
|
|
+ <em th:text="${returnDtl.chgOptCd2}"></em>
|
|
|
+ </th:block>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- 교환결제대기 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_21' or (exchangeDtl.chgGb == 'G680_40' and exchangeDtl.chgStat == 'G685_32')}"><p th:text="|${exchangeDtl.addPayCost}|원 결제 후 교환 가능합니다."></p></div>
|
|
|
- <!-- 교환접수 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_20'}"><p>교환 신청이 접수 되었습니다. 신속하게 처리하여 드리겠습니다.</p></div>
|
|
|
- <!-- 회수요청 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_30'}"><p>고객님이 요청하신 회수지로 상품을 회수 중에 있습니다.</p></div>
|
|
|
- <!-- 교환상품검수중 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_31' and exchangeDtl.chgGb == 'G680_40'}"><p>고객님이 교환하신 상품을 검수 중에 있습니다.</p></div>
|
|
|
- <!-- 교환완료 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_40' and (exchangeDtl.chgOrdDtlStat == 'G013_60' or exchangeDtl.chgOrdDtlStat == 'G013_70')}"><p>반품이 완료되었습니다.</p></div>
|
|
|
- <!-- 교환철회 -->
|
|
|
- <div class="order_text" th:if="${exchangeDtl.chgStat == 'G685_49'}"><p>요청하신 교환을 취소하였습니다.</p></div>
|
|
|
+ <div class="od_calc">
|
|
|
+ <p class="price">
|
|
|
+ <span class="count"><em th:text="${returnDtl.chgQty}"></em>개</span>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
- <!-- //주문상품 -->
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ <div class="goods_btn_wrap btn_group_flex">
|
|
|
+ <div th:if="${returnDtl.chgStat == 'G685_20' or returnDtl.chgStat == 'G685_21'}"><button type="button" class="btn btn_default" th:attr="ordNo=${returnDtl.ordNo}, ordChgSq=${returnDtl.ordChgSq}, cancelGb=${returnDtl.chgGb}" onclick="fnCreCancel(this);"><span>신청 취소</span></button></div>
|
|
|
+ <div th:if="${returnDtl.chgStat == 'G685_32' or returnDtl.chgStat == 'G685_21'}"><button type="button" class="btn btn_default" th:attr="ordNo=${returnDtl.ordNo}, ordChgSq=${returnDtl.ordChgSq}" onclick="fnCrePayAddCost(this);"><span>결재하기</span></button></div>
|
|
|
+ <div><button type="button" class="btn btn_default" onclick="cfnGoToPage(_PAGE_ONETOONE_QNA_REG);"><span>1:1 문의</span></button></div>
|
|
|
+ </div>
|
|
|
+ <div class="goods_txt">
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_21' or (returnDtl.chgGb == 'G680_40' and returnDtl.chgStat == 'G685_32')}" th:text="|${returnDtl.addPayCost}원 결제 후 반품 가능합니다.|"></p>
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_20'}">교환 신청이 접수 되었습니다.<br> 신속하게 처리하여 드리겠습니다.</p>
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_30'}">고객님이 요청하신 회수지로 상품을 회수 중에 있습니다.</p>
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_31' and returnDtl.chgGb == 'G680_40'}">고객님이 교환하신 상품을 검수 중에 있습니다.</p>
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_40'} and (returnDtl.chgOrdDtlStat == 'G013_60' or returnDtl.chgOrdDtlStat == 'G013_70')}">교환이 완료되었습니다.</p>
|
|
|
+ <p class="cf_txt cf_desc" th:if="${returnDtl.chgStat == 'G685_49'}">요청하신 교환을 취소하였습니다.</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <h4 class="subH3">상세 정보</h4>
|
|
|
- <div class="tbl type1">
|
|
|
- <table>
|
|
|
- <colgroup>
|
|
|
- <col width="210">
|
|
|
- <col width="*">
|
|
|
- </colgroup>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <th>교환접수 일자</th>
|
|
|
- <td th:text="${oneData.chgDt}"></td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>교환완료 일자</th>
|
|
|
- <td th:text="${oneData.completeDt}"></td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="inner">
|
|
|
+ <div class="tbl_wrap">
|
|
|
+ <div class="tbl_tit">
|
|
|
+ <h3>상세 정보</h3>
|
|
|
+ </div>
|
|
|
+ <div class="tbl type1">
|
|
|
+ <table>
|
|
|
+ <colgroup>
|
|
|
+ <col width="107">
|
|
|
+ <col width="*">
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>교환 접수 일자</th>
|
|
|
+ <td><div><span th:text="${oneData.chgDt}"></span></div></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>교환 완료 일자</th>
|
|
|
+ <td><div><span th:text="${oneData.completeDt}"></span></div></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="inner">
|
|
|
+ <div class="tbl_wrap">
|
|
|
+ <div class="tbl_tit">
|
|
|
+ <h3>교환 상품 배송지</h3>
|
|
|
+ <button type="button" id="btn_adrsChange_pop" class="btn_popup" th:if="${oneData.chgOrdDtlStat == 'G013_20' or oneData.chgOrdDtlStat == 'G013_25' or oneData.chgOrdDtlStat == 'G013_30' or oneData.chgOrdDtlStat == 'G013_35' or oneData.chgOrdDtlStat == 'G013_40'}" onclick="fnChangeAddr('recip');">
|
|
|
+ <span>배송지 변경</span>
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+ <div class="tbl">
|
|
|
+ <div class="ship_info">
|
|
|
+ <dl>
|
|
|
+ <div class="name">
|
|
|
+ <dt><span class="sr-only">배송지명</span></dt>
|
|
|
+ <dd id="recipNm" th:text="${oneData.recipNm}"></dd>
|
|
|
+ </div>
|
|
|
+ <div class="addr">
|
|
|
+ <dt><span class="sr-only">배송주소</span></dt>
|
|
|
+ <dd id="recipAddr" th:text="|${oneData.chgerBaseAddr} ${oneData.chgerDtlAddr}|"></dd>
|
|
|
+ </div>
|
|
|
+ <div class="phone">
|
|
|
+ <dt><span class="sr-only">휴대폰 번호</span></dt>
|
|
|
+ <dd id="recipPhnno" th:text="${oneData.recipPhnno}"></dd>
|
|
|
+ </div>
|
|
|
+ <div class="ship_request">
|
|
|
+ <dt>배송요청 사항</dt>
|
|
|
+ <dd id="delvMemo" th:text="${oneData.delvMemo}"></dd>
|
|
|
+ </div>
|
|
|
+ </dl>
|
|
|
</div>
|
|
|
- <h4 class="subH3">교환 상품 배송지</h4>
|
|
|
- <div class="tbl type1">
|
|
|
- <table>
|
|
|
- <colgroup>
|
|
|
- <col width="210">
|
|
|
- <col width="*">
|
|
|
- </colgroup>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <th>
|
|
|
- 배송지 정보
|
|
|
- </th>
|
|
|
- <td>
|
|
|
- <div class="block_line">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <span id="recipNm" th:text="${oneData.recipNm}"></span>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span id="recipPhnno" th:text="${oneData.recipPhnno}"></span>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span>서울시 영등포구 은행로 11, 8층 (여의도동, 일신빌딩)</span>
|
|
|
- <button type="button" class="btn btn_default btn_sm" th:if="${oneData.chgOrdDtlStat == 'G013_20' or oneData.chgOrdDtlStat == 'G013_25' or oneData.chgOrdDtlStat == 'G013_30' or oneData.chgOrdDtlStat == 'G013_35' or oneData.chgOrdDtlStat == 'G013_40'}" onclick="fnChangeAddr('recip');"><span>배송지 변경</span></button>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 배송요청 사항 : <span>직접 받고 부재 시 문 앞</span>
|
|
|
- <button type="button" class="btn_underline" th:if="${oneData.chgOrdDtlStat == 'G013_20' or oneData.chgOrdDtlStat == 'G013_25' or oneData.chgOrdDtlStat == 'G013_30' or oneData.chgOrdDtlStat == 'G013_35' or oneData.chgOrdDtlStat == 'G013_40'}" onclick="fnChangeMemo('recip')"><span>변경하기</span></button>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <th:block th:if="${oneData.wdGb == 'W'}">
|
|
|
+ <div class="inner">
|
|
|
+ <div class="tbl_wrap">
|
|
|
+ <div class="tbl_tit">
|
|
|
+ <h3>교환 회수지 주소</h3>
|
|
|
+ <button type="button" id="btn_adrsChange_pop" class="btn_popup" th:if="${oneData.chgStat == 'G685_20' or oneData.chgStat == 'G685_21'}" onclick="fnChangeAddr('chger');">
|
|
|
+ <span>회수지 변경</span>
|
|
|
+ </button>
|
|
|
</div>
|
|
|
- <th:block th:if="${oneData.wdGb == 'W'}">
|
|
|
- <h4 class="subH3">상품 회수지</h4>
|
|
|
- <div class="tbl type1">
|
|
|
- <table>
|
|
|
- <colgroup>
|
|
|
- <col width="210">
|
|
|
- <col width="*">
|
|
|
- </colgroup>
|
|
|
- <tbody>
|
|
|
- <tr>
|
|
|
- <th>회수 진행 여부</th>
|
|
|
- <td>회수요청</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>회수지 정보</th>
|
|
|
- <td>
|
|
|
- <div class="block_line">
|
|
|
- <ul>
|
|
|
- <li>
|
|
|
- <span id="chgerNm" th:text="${oneData.chgerNm}"></span>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span id="chgerPhnno" th:text="${oneData.chgerPhnno}"></span>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- <span id="chgerAddr" th:text="|${oneData.chgerBaseAddr} ${oneData.chgerDtlAddr}|"></span>
|
|
|
- <button type="button" class="btn btn_default btn_sm" th:if="${oneData.chgStat == 'G685_20' or oneData.chgStat == 'G685_21'}" onclick="fnChangeAddr('chger');"><span>회수지 변경</span></button>
|
|
|
- </li>
|
|
|
- <li>
|
|
|
- 배송요청 사항 : <span id="delvMemo" th:text="${oneData.delvMemo}"></span>
|
|
|
- <button type="button" class="btn_underline" th:if="${oneData.chgStat == 'G685_20' or oneData.chgStat == 'G685_21'}" onclick="fnChangeMemo('chger');"><span>변경하기</span></button>
|
|
|
- </li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr th:if="${not #strings.isEmpty(oneData.wdInvoiceNo) and not #strings.isEmpty(oneData.shipCompNm)}">
|
|
|
- <th>회수 정보</th>
|
|
|
- <td>
|
|
|
- <th:block th:text="|${oneData.shipCompNm} / ${oneData.wdInvoiceNo}|"></th:block>
|
|
|
- <button type="button" class="btn btn_default btn_sm" onclick="fnGoToWithdrawDelivery()"><span>회수조회</span></button>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
+ <div class="tbl">
|
|
|
+ <div class="ship_info">
|
|
|
+ <dl>
|
|
|
+ <div class="name">
|
|
|
+ <dt><span class="sr-only">배송지명</span></dt>
|
|
|
+ <dd id="chgerNm" th:text="${oneData.chgerNm}"></dd>
|
|
|
+ </div>
|
|
|
+ <div class="addr">
|
|
|
+ <dt><span class="sr-only">배송주소</span></dt>
|
|
|
+ <dd id="chgerAddr" th:text="|${oneData.chgerBaseAddr} ${oneData.chgerDtlAddr}|"></dd>
|
|
|
+ </div>
|
|
|
+ <div class="phone">
|
|
|
+ <dt><span class="sr-only">휴대폰 번호</span></dt>
|
|
|
+ <dd id="chgerPhnno" th:text="${oneData.chgerPhnno}"></dd>
|
|
|
+ </div>
|
|
|
+ </dl>
|
|
|
</div>
|
|
|
- </th:block>
|
|
|
- <div class="btn_footer_area">
|
|
|
- <button type="button" class="btn btn_dark btn_md" onclick="cfnGoToPage(_PAGE_MYPAGE_CRE_LIST);"><span>확인</span></button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <!-- // CONT-BODY -->
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${not #strings.isEmpty(oneData.wdInvoiceNo) and not #strings.isEmpty(oneData.shipCompNm)}">
|
|
|
+ <div class="inner">
|
|
|
+ <div class="tbl_wrap">
|
|
|
+ <div class="tbl_tit">
|
|
|
+ <h3>회수 정보</h3>
|
|
|
+ <button type="button" class="btn_popup" onclick="fnGoToWithdrawDelivery()"><span>회수 조회</span></button>
|
|
|
+ </div>
|
|
|
+ <div class="tbl tbl_row">
|
|
|
+ <dl>
|
|
|
+ <dt class="sr-only">택배회사/송장번호</dt>
|
|
|
+ <dd><span th:text="|${oneData.shipCompNm} / ${oneData.wdInvoiceNo}|"></span> / <span th:text="${oneData.wdInvoiceNo}"></span></dd>
|
|
|
+ </dl>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <div class="inner">
|
|
|
+ <div class="btn_group"><button class="btn btn_dark" onclick="cfnGoToPage(_PAGE_MYPAGE_CRE_LIST);"><span>확인</span></button></div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </section>
|
|
|
+</main>
|
|
|
<script src="/ux/plugins/gaga/gaga.paging.js"></script>
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
@@ -232,11 +228,7 @@
|
|
|
let memoGb = '';
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
- // 마이페이지 LNB 설정
|
|
|
- fnSetMypageLnbList(2);
|
|
|
|
|
|
- // 마이페이지 location 설정
|
|
|
- fnSetMypageLocation('취소/반품/환불내역', '_PAGE_MYPAGE_CRE_LIST', '반품 상세');
|
|
|
});
|
|
|
|
|
|
// 배송메모 및 반품메모 변경 처리
|