|
|
@@ -368,12 +368,12 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>안전인증번호</th>
|
|
|
+ <!-- <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>
|
|
|
+ </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="판매시작일" />
|
|
|
@@ -1014,8 +1014,8 @@
|
|
|
cfnCreateCombo('/renderer/delvFee/list/' + result.supplyCompCd, $('#goodsDetailForm select[name=delvFeeCd]'), "[선택]", result.delvFeeCd);
|
|
|
$('#goodsDetailForm input[name=delvFeeCdOrg]').val(result.delvFeeCd);
|
|
|
|
|
|
- $('#goodsDetailForm input[name=certNum]').val(result.certNum);
|
|
|
- $('#goodsDetailForm input[name=certNumOrg]').val(result.certNum);
|
|
|
+ // $('#goodsDetailForm input[name=certNum]').val(result.certNum);
|
|
|
+ // $('#goodsDetailForm input[name=certNumOrg]').val(result.certNum);
|
|
|
|
|
|
//상품상세
|
|
|
$('#goodsDetailForm input[name=goodsTitlesDesc]').val(result.goodsTitlesDesc);
|