|
|
@@ -503,6 +503,9 @@
|
|
|
var detail_deal_option = new sCombo('.pd_detail .opt_select .select_custom.deal_opt_item');
|
|
|
}
|
|
|
});
|
|
|
+
|
|
|
+ //품절 제외 메세지 처리
|
|
|
+ getGuidance();
|
|
|
}
|
|
|
|
|
|
// 옵션1 조회
|
|
|
@@ -754,6 +757,7 @@
|
|
|
|
|
|
//$('.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.deal_opt_item').find('.combo .select').html('선택');
|
|
|
$('.form_field .select_custom.item_opt1').attr('disabled', true);
|
|
|
$('.form_field .select_custom.item_opt1').find('.combo .select').html('선택');
|
|
|
$('.form_field .select_custom.item_opt2').attr('disabled', true);
|