|
|
@@ -759,19 +759,35 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
- <div class="area_kcl" th:if="${goodsInfo.goodsType == 'G056_N' and goodsSafeNo != null}">
|
|
|
+ <th:block th:if="${goodsInfo.goodsType == 'G056_N' and goodsSafeNo != null}" >
|
|
|
+ <th:block th:if="${goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 상세별도표시 -->
|
|
|
+ <div class="area_kcl no-mark">
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsSafeNo.certFormNm}" th:text="${goodsSafeNo.certFormNm + '/'}"></th:block> 제품 상세정보 내 별도 표기</p>
|
|
|
+ <p class="normal">제품 상세정보 내 표기되어 있습니다. 상품 정보를 확인해주세요.</p>
|
|
|
+ <p class="t_info dot_info">해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.</p>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 인증 -->
|
|
|
+ <th:block th:if="${goodsSafeNo.certType == 'G081_3'}" > <!-- 공급자적합성 -->
|
|
|
+ <div class="area_kcl">
|
|
|
<i class="ico ico_kcl"></i>
|
|
|
- <th:block th:if="${not #strings.contains(goodsSafeNo.certNum, '해당')}" >
|
|
|
- <p class="tit normal" th:text="${goodsSafeNo.certDiv + ' / ' + goodsSafeNo.certOrganName}">
|
|
|
- 어린이제품 안전인증 / 한국건설생활시험연구원(KCL)
|
|
|
- </p>
|
|
|
+ <p class="tit normal"><th:block th:text="${goodsSafeNo.certFormNm}"></th:block> / 공급자적합성확인</p>
|
|
|
+ <p class="normal">공급자 적합성 확인 품목으로 국가통합인증을 필함</p>
|
|
|
+ <p class="t_info dot_info">해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.</p>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsSafeNo.certType == 'G081_3'}" > <!-- 공급자적합성 외 -->
|
|
|
+ <div class="area_kcl" >
|
|
|
+ <i class="ico ico_kcl"></i>
|
|
|
+ <th:block th:if="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="tit normal" th:text="${goodsSafeNo.certDiv + ' / ' + goodsSafeNo.certOrganName}">어린이제품 안전인증 / 한국건설생활시험연구원(KCL)</p>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="tit normal" th:text="${goodsSafeNo.certFormNm + ' 안전인증'}"></p>
|
|
|
</th:block>
|
|
|
<p class="normal" >
|
|
|
- <th:block th:if="${#strings.contains(goodsSafeNo.certNum, '해당')}" >
|
|
|
- 해당 없음
|
|
|
- </th:block>
|
|
|
- <th:block th:unless="${#strings.contains(goodsSafeNo.certNum, '해당')}" >
|
|
|
- 인증번호: <th:block th:text="${goodsSafeNo.certNum}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certNum}" th:text="${'인증번호: ' + goodsSafeNo.certNum}"></th:block>
|
|
|
+ <th:block th:if="${goodsSafeNo.certFormGb != 'G084_4' and goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
<a th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsSafeNo.certNum})}" target="_blank" class="linktxt3">상세보기</a>
|
|
|
</th:block>
|
|
|
</p>
|
|
|
@@ -779,30 +795,51 @@
|
|
|
해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.
|
|
|
</p>
|
|
|
</div>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+
|
|
|
<th:block th:if="${goodsInfo.goodsType == 'G056_S'}">
|
|
|
<th:block th:each="goodsCompose, status : ${goodsComposeList}">
|
|
|
- <th:block th:if="${goodsCompose.goodsSafeNo != null}">
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo != null}">
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 상세별도표시 -->
|
|
|
+ <div class="area_kcl no-mark">
|
|
|
+ <p class="tit normal"><th:block th:if="${goodsCompose.goodsSafeNo.certFormNm}" th:text="${goodsCompose.goodsSafeNo.certFormNm + '/'}"></th:block> 제품 상세정보 내 별도 표기</p>
|
|
|
+ <p class="normal">제품 상세정보 내 표기되어 있습니다. 상품 정보를 확인해주세요.</p>
|
|
|
+ <p class="t_info dot_info">해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.</p>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsCompose.goodsSafeNo.certTargetGb == 'G083_3'}" > <!-- 인증 -->
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certType == 'G081_3'}" > <!-- 공급자적합성 -->
|
|
|
+ <div class="area_kcl">
|
|
|
+ <i class="ico ico_kcl"></i>
|
|
|
+ <p class="tit normal"><th:block th:text="${goodsCompose.goodsSafeNo.certFormNm}"></th:block> / 공급자적합성확인</p>
|
|
|
+ <p class="normal">공급자 적합성 확인 품목으로 국가통합인증을 필함</p>
|
|
|
+ <p class="t_info dot_info">해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.</p>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:unless="${goodsCompose.goodsSafeNo.certType == 'G081_3'}" > <!-- 공급자적합성 외 -->
|
|
|
<div class="area_kcl" >
|
|
|
- <i class="ico ico_kcl"></i>
|
|
|
- <th:block th:if="${not #strings.contains(goodsCompose.goodsSafeNo.certNum, '해당')}" >
|
|
|
- <p class="tit normal" th:text="${goodsCompose.goodsSafeNo.certDiv + ' / ' + goodsCompose.goodsSafeNo.certOrganName}">
|
|
|
- 어린이제품 안전인증 / 한국건설생활시험연구원(KCL)
|
|
|
- </p>
|
|
|
- </th:block>
|
|
|
- <p class="normal" >
|
|
|
- <th:block th:if="${#strings.contains(goodsCompose.goodsSafeNo.certNum, '해당')}" >
|
|
|
- 해당 없음
|
|
|
+ <i class="ico ico_kcl"></i>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="tit normal" th:text="${goodsCompose.goodsSafeNo.certDiv + ' / ' + goodsCompose.goodsSafeNo.certOrganName}">어린이제품 안전인증 / 한국건설생활시험연구원(KCL)</p>
|
|
|
</th:block>
|
|
|
- <th:block th:unless="${#strings.contains(goodsCompose.goodsSafeNo.certNum, '해당')}" >
|
|
|
- 인증번호: <th:block th:text="${goodsCompose.goodsSafeNo.certNum}"></th:block>
|
|
|
- <a th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsCompose.goodsSafeNo.certNum})}" target="_blank" class="linktxt3">상세보기</a>
|
|
|
+ <th:block th:unless="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <p class="tit normal" th:text="${goodsCompose.goodsSafeNo.certFormNm + ' 안전인증'}"></p>
|
|
|
</th:block>
|
|
|
- </p>
|
|
|
- <p class="t_info dot_info">
|
|
|
- 해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- </th:block>
|
|
|
+ <p class="normal" >
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certNum}" th:text="${'인goodsCompose.증번호: ' + goodsSafeNo.certNum}"></th:block>
|
|
|
+ <th:block th:if="${goodsCompose.goodsSafeNo.certFormGb != 'G084_4' and goodsCompose.goodsSafeNo.certFormGb != 'G084_5' }">
|
|
|
+ <a th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsCompose.goodsSafeNo.certNum})}" target="_blank" class="linktxt3">상세보기</a>
|
|
|
+ </th:block>
|
|
|
+ </p>
|
|
|
+ <p class="t_info dot_info">
|
|
|
+ 해당 인증정보는 판매자가 등록한 것으로 등록정보에 대한 일체의 책임은 판매자에게 있습니다.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
<div class="area_infotbl">
|
|
|
@@ -1617,8 +1654,6 @@
|
|
|
|
|
|
$('.timer_box').css('display', 'none');
|
|
|
|
|
|
-
|
|
|
-
|
|
|
//공유 버튼 토글
|
|
|
$("button[data-name=openShare]").on("click", function(){
|
|
|
$(this).toggleClass("on").next(".shareWrap").toggleClass("on");
|
|
|
@@ -1962,7 +1997,7 @@
|
|
|
window.onload = function(){
|
|
|
$(".pd_descrp .cont_body").find('img').each(function() {
|
|
|
let tmpImgSrc = $(this).attr('src');
|
|
|
- if (tmpImgSrc.indexOf('Upload') == 1 ){ // /Upload
|
|
|
+ if (tmpImgSrc.indexOf('/Upload') == 0 ){ // /Upload
|
|
|
$(this).attr('src' , tmpImgSrc.replace('/Upload', _imgUrl+"/Local"));
|
|
|
}
|
|
|
|