|
|
@@ -623,6 +623,7 @@
|
|
|
</div>
|
|
|
<div class="area_infotbl">
|
|
|
<span class="title">상품기본정보</span>
|
|
|
+ <th:block th:if="${goodsInfo.goodsType == 'G056_N'} ">
|
|
|
<div class="tbl type1 mt30">
|
|
|
<table>
|
|
|
<tbody>
|
|
|
@@ -642,10 +643,14 @@
|
|
|
<th>상품명</th>
|
|
|
<td th:text="${goodsInfo.goodsNm}">남성 테이퍼드 핏 겨울 기모면 스판 올 밴딩 팬츠</td>
|
|
|
</tr>
|
|
|
+ <th:block th:if="${goodsNotiList != null and !goodsNotiList.empty}">
|
|
|
+ <th:block th:each="goodsNoti, status : ${goodsNotiList}" th:if="${goodsNoti.niItemCd == 'G005_005'}">
|
|
|
<tr>
|
|
|
- <th>제조자</th>
|
|
|
- <td >한세엠케이(주)==============>노출필요성 확인</td>
|
|
|
+ <th th:text="${goodsNoti.niItemNm}">제조사</th>
|
|
|
+ <td th:text="${goodsNoti.niContent}"></td>
|
|
|
</tr>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
<tr>
|
|
|
<th>제조국</th>
|
|
|
<td th:text="${goodsInfo.originNm}">베트남</td>
|
|
|
@@ -653,6 +658,47 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsInfo.goodsType == 'G056_N'} ">
|
|
|
+ <th:block th:if="${goodsComposeList != null and !goodsComposeList.empty}">
|
|
|
+ <th:block th:each="goodsCompose, status : ${goodsComposeList}">
|
|
|
+ <div class="tbl type1 mt30">
|
|
|
+ <table>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th>상품코드</th>
|
|
|
+ <td th:text="${goodsCompose.compsGoodsCd}">14443216</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>상품구분</th>
|
|
|
+ <td th:text="${goodsCompose.goodsGbNm}">병행수입</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>브랜드</th>
|
|
|
+ <td th:text="${goodsCompose.brandGroupNm}">TBJ</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>상품명</th>
|
|
|
+ <td th:text="${goodsCompose.compsGoodsNm}">남성 테이퍼드 핏 겨울 기모면 스판 올 밴딩 팬츠</td>
|
|
|
+ </tr>
|
|
|
+ <th:block th:if="${goodsCompose.goodsNotiList != null and !goodsCompose.goodsNotiList.empty}">
|
|
|
+ <th:block th:each="goodsNoti, status : ${goodsCompose.goodsNotiList}" th:if="${goodsNoti.niItemCd == 'G005_005'}">
|
|
|
+ <tr>
|
|
|
+ <th th:text="${goodsNoti.niItemNm}">제조사</th>
|
|
|
+ <td th:text="${goodsNoti.niContent}"></td>
|
|
|
+ </tr>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ <tr>
|
|
|
+ <th>제조국</th>
|
|
|
+ <td th:text="${goodsCompose.originNm}">베트남</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
<p class="t_info dot_info mt20">
|
|
|
주문제작 상품의 경우 주문 후 제작되어 판매되는 상품으로 제작 시점부터 반품/교환이 어려울 수 있습니다.
|
|
|
</p>
|