|
|
@@ -226,8 +226,8 @@
|
|
|
</div>
|
|
|
<div class="itemName" ><span class="tit_option" th:text="${'[상품'+status.count+']'}">[상품1]</span><th:block th:text="${goodsInfo.goodsFullNm}"></th:block></div>
|
|
|
<p class="itemPrice">
|
|
|
- <span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">89,000</span>
|
|
|
<th:block th:text="${#numbers.formatInteger(goodsInfo.currPrice, 0,'COMMA')}"> 134,100</th:block>
|
|
|
+ <span class="itemPrice_original" th:if="${goodsInfo.listPrice > goodsInfo.currPrice}" th:text="${#numbers.formatInteger(goodsInfo.listPrice, 0,'COMMA')}">89,000</span>
|
|
|
<span class="itemPercent" th:if="${goodsInfo.dcRate > 0}" th:text="|${#numbers.formatDecimal(goodsInfo.dcRate,0,0)}%|">10%</span>
|
|
|
</p>
|
|
|
</a>
|
|
|
@@ -341,9 +341,9 @@
|
|
|
let jsonData = JSON.stringify(data);
|
|
|
|
|
|
$('.form_field .select_custom.item_opt1').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.item_opt1').find('.combo .select').html('옵션1선택');
|
|
|
+ $('.form_field .select_custom.item_opt1').find('.combo .select').html('선택');
|
|
|
$('.form_field .select_custom.item_opt2').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.item_opt2').find('.combo .select').html('옵션2선택');
|
|
|
+ $('.form_field .select_custom.item_opt2').find('.combo .select').html('선택');
|
|
|
|
|
|
gagajf.ajaxJsonSubmit('/goods/detail/compsGoods/list', jsonData, function(result) {
|
|
|
if (result.dataList != null && result.dataList.length > 0) {
|
|
|
@@ -375,10 +375,10 @@
|
|
|
tagUp += ' <p class="itemBrand">'+item.brandGroupNm+'</p>\n';
|
|
|
tagUp += ' <div class="itemName" ><span class="tit_option">[상품'+(idx+1)+']</span> '+ item.goodsFullNm +'</div>\n';
|
|
|
tagUp += ' <p class="itemPrice">\n';
|
|
|
+ tagUp += ' '+item.currPrice.addComma()+'\n';
|
|
|
if (Number(item.listPrice) > Number(item.currPrice)){
|
|
|
tagUp += ' <span class="itemPrice_original">'+item.listPrice.addComma()+'</span>\n';
|
|
|
}
|
|
|
- tagUp += ' '+item.currPrice.addComma()+'\n';
|
|
|
if (Number(item.dcRate) > 0){
|
|
|
tagUp += ' <span class="itemPercent">'+item.dcRate+'%</span>\n';
|
|
|
}
|
|
|
@@ -418,9 +418,9 @@
|
|
|
};
|
|
|
let jsonData = JSON.stringify(data);
|
|
|
|
|
|
- $('.form_field .select_custom.item_opt1').find('.combo .select').html('옵션1선택');
|
|
|
+ $('.form_field .select_custom.item_opt1').find('.combo .select').html('선택');
|
|
|
$('.form_field .select_custom.item_opt2').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.item_opt2').find('.combo .select').html('옵션2선택');
|
|
|
+ $('.form_field .select_custom.item_opt2').find('.combo .select').html('선택');
|
|
|
|
|
|
gagajf.ajaxJsonSubmit('/goods/detail/option1/list', jsonData, function(result) {
|
|
|
|
|
|
@@ -439,7 +439,7 @@
|
|
|
//------
|
|
|
tag1 += '<div class="select_custom item_opt1">\n';
|
|
|
tag1 += '<div class="combo">\n';
|
|
|
- tag1 += '<div class="select">옵션1선택</div>\n';
|
|
|
+ tag1 += '<div class="select">선택</div>\n';
|
|
|
tag1 += '<ul class="list">\n';
|
|
|
//------
|
|
|
//tag1 += '<li class="selected" id="goodsOpt1">옵션1선택</li>\n';
|
|
|
@@ -519,7 +519,7 @@
|
|
|
//------
|
|
|
tag1 += '<div class="select_custom item_opt2">\n';
|
|
|
tag1 += '<div class="combo">\n';
|
|
|
- tag1 += '<div class="select">옵션2선택</div>\n';
|
|
|
+ tag1 += '<div class="select">선택</div>\n';
|
|
|
tag1 += '<ul class="list">\n';
|
|
|
//------
|
|
|
//tag1 += '<li class="selected" id="goodsOpt2">옵션2</li>\n';
|
|
|
@@ -657,9 +657,9 @@
|
|
|
//$('.pd_detail .opt_select .select_custom.deal_opt_item').find('.combo .select').html(dTag);
|
|
|
//var opt_selecter_item = new sCombo('.opt_select .select_custom.deal_opt_item');
|
|
|
$('.form_field .select_custom.item_opt1').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.item_opt1').find('.combo .select').html('옵션1선택');
|
|
|
+ $('.form_field .select_custom.item_opt1').find('.combo .select').html('선택');
|
|
|
$('.form_field .select_custom.item_opt2').attr('disabled', true);
|
|
|
- $('.form_field .select_custom.item_opt2').find('.combo .select').html('옵션2선택');
|
|
|
+ $('.form_field .select_custom.item_opt2').find('.combo .select').html('선택');
|
|
|
|
|
|
$('.pop_option_select').css("display", "none");
|
|
|
|