|
|
@@ -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())) {
|