|
|
@@ -369,12 +369,6 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <!-- <th>안전인증번호</th>
|
|
|
- <td>
|
|
|
- <input type="text" class="w150" id="certNum" name="certNum" maxlength="20"/>
|
|
|
- <input type="hidden" id="certNumOrg" name="certNumOrg"/>
|
|
|
- <button type="button" class="btn btn-success btn-lg" id="btnGoodsSafetyCertNum">안전인증</button>
|
|
|
- </td> -->
|
|
|
<th>판매기간<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3">
|
|
|
<input name="sellStYMD" id="sellStYMD" type="text" class="w80 schDate" maxlength="10" required="required" data-valid-name="판매시작일" />
|
|
|
@@ -570,7 +564,7 @@
|
|
|
</div>
|
|
|
<!-- //TAB6 CONTENTS AREA -->
|
|
|
</li>
|
|
|
- <!-- TAB6 : 이력정보 -->
|
|
|
+ <!-- TAB6 : 안전인증 -->
|
|
|
<li class="tab" id="goodstab6">
|
|
|
<div class="panelStyle">
|
|
|
<table class="frmStyle">
|
|
|
@@ -2382,7 +2376,7 @@
|
|
|
|
|
|
var fnGoodsSafetyCertNumCheck = function(){
|
|
|
|
|
|
- if(gagajf.isNull($("#goodsDetailForm input[name=certTargetGb]").val())){
|
|
|
+ if(gagajf.isNull($$("#goodsDetailForm input[name=certTargetGb]:checked").val())){
|
|
|
mcxDialog.alert("인증대상을 선택해 주세요.");
|
|
|
return false;
|
|
|
}
|