|
|
@@ -634,7 +634,7 @@
|
|
|
해당 없음
|
|
|
</th:block>
|
|
|
<th:block th:unless="${#strings.contains(goodsSafeNo.certNum, '해당')}" >
|
|
|
- 인증번호: : <th:block th:text="${goodsSafeNo.certNum}"></th:block>
|
|
|
+ 인증번호: <th:block th:text="${goodsSafeNo.certNum}"></th:block>
|
|
|
<a th:href="@{http://www.safetykorea.kr/search/searchPop(certNum=${goodsSafeNo.certNum})}" target="_blank" class="linktxt3">상세보기</a>
|
|
|
</th:block>
|
|
|
</p>
|
|
|
@@ -1270,32 +1270,25 @@
|
|
|
$obj.append(tag);
|
|
|
if (selfGoodsYn == "Y"){
|
|
|
if (ridx == 1){
|
|
|
- var opt_selecter02_1 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_1');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_1').addClass('on');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_1').find('.list').css('display','block');
|
|
|
+ var opt_selecter02_1 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_1');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_1').find('.combo .select').trigger('click');
|
|
|
}else if (ridx == 2){
|
|
|
var opt_selecter02_2 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_2');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_2').addClass('on');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_2').find('.list').css('display','block');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_2').find('.combo .select').trigger('click');
|
|
|
}else if (ridx == 3){
|
|
|
var opt_selecter02_3 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_3');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_3').addClass('on');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_3').find('.list').css('display','block');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_3').find('.combo .select').trigger('click');
|
|
|
}else if (ridx == 4){
|
|
|
var opt_selecter02_4 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_4');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_4').addClass('on');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_4').find('.list').css('display','block');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_4').find('.combo .select').trigger('click');
|
|
|
}else{
|
|
|
var opt_selecter02_5 = new sCombo('.opt_set_select .select_custom.item_opt2.item_opt2_5');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_5').addClass('on');
|
|
|
- $('.opt_set_select .select_custom.item_opt2.item_opt2_5').find('.list').css('display','block');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_5').find('.combo .select').trigger('click');
|
|
|
}
|
|
|
|
|
|
}else{
|
|
|
var opt_selecter02 = new sCombo('.opt_select .select_custom.item_opt2.item_opt2_1');
|
|
|
- //$('.opt_select .select_custom.item_opt2').removeClass('on');
|
|
|
- $('.opt_select .select_custom.item_opt2.item_opt2_1').addClass('on');
|
|
|
- $('.opt_select .select_custom.item_opt2.item_opt2_1').find('.list').css('display','block');
|
|
|
+ $('.opt_set_select .select_custom.item_opt2.item_opt2_1').find('.combo .select').trigger('click');
|
|
|
|
|
|
}
|
|
|
}
|
|
|
@@ -1537,8 +1530,10 @@
|
|
|
if (minutes < '10') { minutes = '0' + minutes; }
|
|
|
if (seconds < '10') { seconds = '0' + seconds; }
|
|
|
|
|
|
+ console.log('days :' + days);
|
|
|
if (Number(days) > 0 ){
|
|
|
- $('#d-days').html(days);
|
|
|
+ hours = Number(hours) + (Number(days) * 24);
|
|
|
+ $('#d-days').remove();
|
|
|
}else{
|
|
|
//$('#d-days').css('display','none');
|
|
|
$('#d-days').remove();
|