|
|
@@ -353,12 +353,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="판매시작일" />
|
|
|
@@ -837,8 +837,8 @@
|
|
|
$('#goodsDetailForm input[name=maxOrdQtyOrg]').val(result.maxOrdQty);
|
|
|
$('#goodsDetailForm input[name=dayMaxOrdQty]').val(result.dayMaxOrdQty);
|
|
|
$('#goodsDetailForm input[name=dayMaxOrdQtyOrg]').val(result.dayMaxOrdQty);
|
|
|
- $('#goodsDetailForm input[name=certNumOrg]').val(result.certNum);
|
|
|
- $('#goodsDetailForm input[name=certNum]').val(result.certNum);
|
|
|
+ // $('#goodsDetailForm input[name=certNumOrg]').val(result.certNum);
|
|
|
+ // $('#goodsDetailForm input[name=certNum]').val(result.certNum);
|
|
|
$('#goodsDetailForm input[name=goodsType]').val(result.goodsType);
|
|
|
$("#goodsDetailForm").find("#goodsTypeNm").html(result.goodsTypeNm);
|
|
|
$('#goodsDetailForm input[name=sellStdt]').val(result.sellStdt);
|