Explorar o código

입점상품 등록/수정시 시즌 필수 처리

eskim %!s(int64=4) %!d(string=hai) anos
pai
achega
f8bebe77e0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

+ 2 - 2
src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -1601,7 +1601,7 @@
 			return;
 		}
 		//시즌
-		if ("Y" == $("#goodsDetailForm input[name=selfGoodsYn]").val()){
+		//if ("Y" == $("#goodsDetailForm input[name=selfGoodsYn]").val()){
 			if(gagajf.isNull($("#goodsDetailForm select[name=seasonCd]").val())){
 				mcxDialog.alertC("시즌을 선택해 주세요.", {
 					sureBtnText: "확인",
@@ -1611,7 +1611,7 @@
 				});
 				return;
 			}
-		}	
+		//}	
 
 		//정상가
 		if(gagajf.isNull($("#goodsDetailForm input[name=listPrice]").val())) {