|
@@ -341,9 +341,9 @@
|
|
|
let jsonData = JSON.stringify(data);
|
|
let jsonData = JSON.stringify(data);
|
|
|
|
|
|
|
|
$('.form_field .select_custom.item_opt1').attr('disabled', true);
|
|
$('.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').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) {
|
|
gagajf.ajaxJsonSubmit('/goods/detail/compsGoods/list', jsonData, function(result) {
|
|
|
if (result.dataList != null && result.dataList.length > 0) {
|
|
if (result.dataList != null && result.dataList.length > 0) {
|
|
@@ -418,9 +418,9 @@
|
|
|
};
|
|
};
|
|
|
let jsonData = JSON.stringify(data);
|
|
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').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) {
|
|
gagajf.ajaxJsonSubmit('/goods/detail/option1/list', jsonData, function(result) {
|
|
|
|
|
|
|
@@ -439,7 +439,7 @@
|
|
|
//------
|
|
//------
|
|
|
tag1 += '<div class="select_custom item_opt1">\n';
|
|
tag1 += '<div class="select_custom item_opt1">\n';
|
|
|
tag1 += '<div class="combo">\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 += '<ul class="list">\n';
|
|
|
//------
|
|
//------
|
|
|
//tag1 += '<li class="selected" id="goodsOpt1">옵션1선택</li>\n';
|
|
//tag1 += '<li class="selected" id="goodsOpt1">옵션1선택</li>\n';
|
|
@@ -657,9 +657,9 @@
|
|
|
//$('.pd_detail .opt_select .select_custom.deal_opt_item').find('.combo .select').html(dTag);
|
|
//$('.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');
|
|
//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').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').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");
|
|
$('.pop_option_select').css("display", "none");
|
|
|
|
|
|