|
@@ -21,162 +21,165 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="panelContent" style="height:90%; overflow-y:auto; padding:0px 20px !important; ">
|
|
<div class="panelContent" style="height:90%; overflow-y:auto; padding:0px 20px !important; ">
|
|
|
- <h4>샵링커 기본정보</h4>
|
|
|
|
|
- <!-- TABLE -->
|
|
|
|
|
- <table class="tableStyle">
|
|
|
|
|
- <colgroup>
|
|
|
|
|
- <col width="10%">
|
|
|
|
|
- <col width="23%">
|
|
|
|
|
- <col width="10%">
|
|
|
|
|
- <col width="23%">
|
|
|
|
|
- <col width="10%">
|
|
|
|
|
- <col width="23%">
|
|
|
|
|
- </colgroup>
|
|
|
|
|
- <tbody>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>주문수집차수</th>
|
|
|
|
|
- <td class="aL padL10" th:text=" ${slkOrderInfo.orderIfIdx}"></td>
|
|
|
|
|
- <th>샵링커주문번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text=" ${slkOrderInfo.shoplinkerOrderId}"></td>
|
|
|
|
|
- <th>쇼핑몰주문번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.mallOrderId}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>쇼핑몰명</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.mallName}"></td>
|
|
|
|
|
- <th>배송상태[발주확인]</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.baesongStatus}"></td>
|
|
|
|
|
- <th>주문자명</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderName}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>주문자전화번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderTel}"></td>
|
|
|
|
|
- <th>주문자핸드폰번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderCel}"></td>
|
|
|
|
|
- <th>주문자이메일주소</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderEmail}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>수취인명</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.receive}"></td>
|
|
|
|
|
- <th>수취인전화번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.receiveTel}"></td>
|
|
|
|
|
- <th>수취인핸드폰번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.receiveCel}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>수취인우편번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.receiveZipcode}"></td>
|
|
|
|
|
- <th>수취인주소</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.receiveAddr}"></td>
|
|
|
|
|
- <th>배송비결제방식</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.baesongType}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>배송비</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.baesongBi}"></td>
|
|
|
|
|
- <th>배송메세지</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.deliveryMsg}"></td>
|
|
|
|
|
- <th>주문상품번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderProductId}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>샵링커상품번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.shoplinkerProductId}"></td>
|
|
|
|
|
- <th>자사상품코드</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.partnerProductId}"></td>
|
|
|
|
|
- <th>상품명</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.productName}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>주문수량</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.quantity}"></td>
|
|
|
|
|
- <th>주문금액</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.orderPrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- <th>판매단가</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.salePrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>공급가</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.supplyPrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- <th>옵션명</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.sku}"></td>
|
|
|
|
|
- <th>주문일자</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderdate}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>주문수집일자</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderRegDate}"></td>
|
|
|
|
|
- <th>송장번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.deliveryInvoice}"></td>
|
|
|
|
|
- <th>쇼핑몰계정</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.sellerId}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>필수옵션</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.onlySku}"></td>
|
|
|
|
|
- <th>추가옵션</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.addSku}"></td>
|
|
|
|
|
- <th>샵링커쇼핑몰코드</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.mallId}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>쇼핑몰부담할인액</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceMall, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- <th>판매자부담할인액</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceSeller, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- <th>쿠폰할인액</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceCoupon, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>포인트할인액</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPricePoint, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
- <th>물류배송여부</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.distributionDelivery}"></td>
|
|
|
|
|
- <th>옵션매칭코드</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.skuMatchCode}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>옵션바코드</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.skuBarcode}"></td>
|
|
|
|
|
- <th>개인고유통관번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderCustomsNumber}"></td>
|
|
|
|
|
- <th>주문서타입</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderInputType}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>매입처아이디</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.supplyId}"></td>
|
|
|
|
|
- <th>택배사코드</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.delivery}"></td>
|
|
|
|
|
- <th>구매자계정</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderUserId}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>크로스픽주문</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.crspikUse}"></td>
|
|
|
|
|
- <th>배송번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.shipNo}"></td>
|
|
|
|
|
- <th>딜번호</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.dealNo}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>교환접수여부</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.exchangeOrderYn}"></td>
|
|
|
|
|
- <th>추가상품</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.orderMainKey}"></td>
|
|
|
|
|
- <th>네이버페이결제수단</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.panType}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- <tr>
|
|
|
|
|
- <th>채널구분</th>
|
|
|
|
|
- <td class="aL padL10" th:text="${slkOrderInfo.channelType}"></td>
|
|
|
|
|
- <th>배송예정일</th>
|
|
|
|
|
- <td class="aL padL10" colspan="3" th:text="${slkOrderInfo.shipRsvDate}"></td>
|
|
|
|
|
- </tr>
|
|
|
|
|
- </tbody>
|
|
|
|
|
- </table>
|
|
|
|
|
|
|
+
|
|
|
|
|
+ <div th:if="${slkOrderInfo}">
|
|
|
|
|
+ <h4>샵링커 기본정보</h4>
|
|
|
|
|
+ <!-- TABLE -->
|
|
|
|
|
+ <table class="tableStyle">
|
|
|
|
|
+ <colgroup>
|
|
|
|
|
+ <col width="10%">
|
|
|
|
|
+ <col width="23%">
|
|
|
|
|
+ <col width="10%">
|
|
|
|
|
+ <col width="23%">
|
|
|
|
|
+ <col width="10%">
|
|
|
|
|
+ <col width="23%">
|
|
|
|
|
+ </colgroup>
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>주문수집차수</th>
|
|
|
|
|
+ <td class="aL padL10" th:text=" ${slkOrderInfo.orderIfIdx}"></td>
|
|
|
|
|
+ <th>샵링커주문번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text=" ${slkOrderInfo.shoplinkerOrderId}"></td>
|
|
|
|
|
+ <th>쇼핑몰주문번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.mallOrderId}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>쇼핑몰명</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.mallName}"></td>
|
|
|
|
|
+ <th>배송상태[발주확인]</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.baesongStatus}"></td>
|
|
|
|
|
+ <th>주문자명</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderName}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>주문자전화번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderTel}"></td>
|
|
|
|
|
+ <th>주문자핸드폰번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderCel}"></td>
|
|
|
|
|
+ <th>주문자이메일주소</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderEmail}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>수취인명</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.receive}"></td>
|
|
|
|
|
+ <th>수취인전화번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.receiveTel}"></td>
|
|
|
|
|
+ <th>수취인핸드폰번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.receiveCel}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>수취인우편번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.receiveZipcode}"></td>
|
|
|
|
|
+ <th>수취인주소</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.receiveAddr}"></td>
|
|
|
|
|
+ <th>배송비결제방식</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.baesongType}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>배송비</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.baesongBi}"></td>
|
|
|
|
|
+ <th>배송메세지</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.deliveryMsg}"></td>
|
|
|
|
|
+ <th>주문상품번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderProductId}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>샵링커상품번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.shoplinkerProductId}"></td>
|
|
|
|
|
+ <th>자사상품코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.partnerProductId}"></td>
|
|
|
|
|
+ <th>상품명</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.productName}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>주문수량</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.quantity}"></td>
|
|
|
|
|
+ <th>주문금액</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.orderPrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ <th>판매단가</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.salePrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>공급가</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.supplyPrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ <th>옵션명</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.sku}"></td>
|
|
|
|
|
+ <th>주문일자</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderdate}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>주문수집일자</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderRegDate}"></td>
|
|
|
|
|
+ <th>송장번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.deliveryInvoice}"></td>
|
|
|
|
|
+ <th>쇼핑몰계정</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.sellerId}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>필수옵션</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.onlySku}"></td>
|
|
|
|
|
+ <th>추가옵션</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.addSku}"></td>
|
|
|
|
|
+ <th>샵링커쇼핑몰코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.mallId}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>쇼핑몰부담할인액</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceMall, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ <th>판매자부담할인액</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceSeller, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ <th>쿠폰할인액</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPriceCoupon, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>포인트할인액</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${#numbers.formatDecimal(slkOrderInfo.disPricePoint, 0,'COMMA', 0,'POINT')}"></td>
|
|
|
|
|
+ <th>물류배송여부</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.distributionDelivery}"></td>
|
|
|
|
|
+ <th>옵션매칭코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.skuMatchCode}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>옵션바코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.skuBarcode}"></td>
|
|
|
|
|
+ <th>개인고유통관번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderCustomsNumber}"></td>
|
|
|
|
|
+ <th>주문서타입</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderInputType}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>매입처아이디</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.supplyId}"></td>
|
|
|
|
|
+ <th>택배사코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.delivery}"></td>
|
|
|
|
|
+ <th>구매자계정</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderUserId}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>크로스픽주문</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.crspikUse}"></td>
|
|
|
|
|
+ <th>배송번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.shipNo}"></td>
|
|
|
|
|
+ <th>딜번호</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.dealNo}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>교환접수여부</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.exchangeOrderYn}"></td>
|
|
|
|
|
+ <th>추가상품</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.orderMainKey}"></td>
|
|
|
|
|
+ <th>네이버페이결제수단</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.panType}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>채널구분</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${slkOrderInfo.channelType}"></td>
|
|
|
|
|
+ <th>배송예정일</th>
|
|
|
|
|
+ <td class="aL padL10" colspan="3" th:text="${slkOrderInfo.shipRsvDate}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ </div>
|
|
|
<!-- //TABLE -->
|
|
<!-- //TABLE -->
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
|
@@ -232,6 +235,15 @@
|
|
|
<th>옵션명</th>
|
|
<th>옵션명</th>
|
|
|
<td class="aL padL10" th:text="${extOrderInfo.sku}"></td>
|
|
<td class="aL padL10" th:text="${extOrderInfo.sku}"></td>
|
|
|
</tr>
|
|
</tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>옵션코드</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${extOrderInfo.optCd}"></td>
|
|
|
|
|
+ <th>옵션1</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${extOrderInfo.optCd1}"></td>
|
|
|
|
|
+ <th>옵션2</th>
|
|
|
|
|
+ <td class="aL padL10" th:text="${extOrderInfo.optCd2}"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>현재판매가</th>
|
|
<th>현재판매가</th>
|
|
|
<td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.currPrice, 0,'COMMA', 0,'POINT')}"></td>
|
|
<td class="aL padL10" th:text="${#numbers.formatDecimal(extOrderInfo.currPrice, 0,'COMMA', 0,'POINT')}"></td>
|