浏览代码

딜상세 품절제외 메세지 처리

eskim 5 年之前
父节点
当前提交
ce6ee71b6a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/webapp/WEB-INF/views/mob/goods/GoodsDealDetailFormMob.html

+ 4 - 0
src/main/webapp/WEB-INF/views/mob/goods/GoodsDealDetailFormMob.html

@@ -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);