|
|
@@ -430,45 +430,16 @@
|
|
|
<div class="tabsJr">
|
|
|
<!-- TABS NAVI -->
|
|
|
<ul class="tabsJrNav">
|
|
|
- <li class="on"><a href="#goodstab11">타이틀/내용/특징</a></li>
|
|
|
- <li><a href="#goodstab12">상세html</a></li>
|
|
|
+ <li class="on"><a href="#goodstab12">상세html</a></li>
|
|
|
+ <li><a href="#goodstab11">타이틀/내용/특징</a></li>
|
|
|
</ul>
|
|
|
<!-- //TABS NAVI -->
|
|
|
<!-- TABS CONTENT -->
|
|
|
<ul class="tabsJrCont">
|
|
|
<!-- TAB11 CONTENTS AREA -->
|
|
|
<!-- TAB -->
|
|
|
- <li class="tabJr on" id="goodstab11">
|
|
|
- <div class="panelStyle">
|
|
|
- <!-- TAB11 CONTENTS AREA -->
|
|
|
- <table class="frmStyle">
|
|
|
- <colgroup>
|
|
|
- <col width="12%"/>
|
|
|
- <col/>
|
|
|
- </colgroup>
|
|
|
- <tr>
|
|
|
- <th>타이틀</th>
|
|
|
- <td><input type="text" class= "w100p" id="goodsTitlesDesc" name="goodsTitlesDesc" maxlength="100" />
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>내용</th>
|
|
|
- <td><div class="tabJrContArea">
|
|
|
- <textarea class="textareaR3 summernote" name="goodsContentsDesc" id="goodsContentsDesc"></textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>상품 특징</th>
|
|
|
- <td><div class="tabJrContArea">
|
|
|
- <textarea class="textareaR3 summernote" name="goodsCharacterDesc" id="goodsCharacterDesc"></textarea>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- </table>
|
|
|
- </div>
|
|
|
- </li>
|
|
|
- <li class="tabJr" id="goodstab12">
|
|
|
+
|
|
|
+ <li class="tabJr on" id="goodstab12">
|
|
|
<div class="panelStyle">
|
|
|
<!-- TAB11 CONTENTS AREA -->
|
|
|
<table class="frmStyle">
|
|
|
@@ -514,6 +485,36 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
</li>
|
|
|
+ <li class="tabJr" id="goodstab11">
|
|
|
+ <div class="panelStyle">
|
|
|
+ <!-- TAB11 CONTENTS AREA -->
|
|
|
+ <table class="frmStyle">
|
|
|
+ <colgroup>
|
|
|
+ <col width="12%"/>
|
|
|
+ <col/>
|
|
|
+ </colgroup>
|
|
|
+ <tr>
|
|
|
+ <th>타이틀</th>
|
|
|
+ <td><input type="text" class= "w100p" id="goodsTitlesDesc" name="goodsTitlesDesc" maxlength="100" />
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>내용</th>
|
|
|
+ <td><div class="tabJrContArea">
|
|
|
+ <textarea class="textareaR3 summernote" name="goodsContentsDesc" id="goodsContentsDesc"></textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th>상품 특징</th>
|
|
|
+ <td><div class="tabJrContArea">
|
|
|
+ <textarea class="textareaR3 summernote" name="goodsCharacterDesc" id="goodsCharacterDesc"></textarea>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
<!-- //TAB -->
|
|
|
</ul>
|
|
|
<!-- //TAB CONTENT -->
|
|
|
@@ -897,7 +898,7 @@
|
|
|
|
|
|
$("#goodsDetailForm input[name=goodsImageYn]").val(result.goodsImageYn);
|
|
|
$("#goodsDetailForm input[name=niClsfCd]").val(result.niClsfCd);
|
|
|
- $("#goodsDetailForm select[name=selNiClsfCd]").val(result.niClsfCd);
|
|
|
+ //$("#goodsDetailForm select[name=selNiClsfCd]").val(result.niClsfCd);
|
|
|
$("#goodsDetailForm input[name=selfGoodsYn]").val(result.selfGoodsYn);
|
|
|
$('#goodsDetailForm').find('#goodsNumTxt').html(result.goodsNum);
|
|
|
$('#goodsDetailForm input[name=goodsNum]').val(result.goodsNum);
|
|
|
@@ -1234,6 +1235,13 @@
|
|
|
notiHtml += '<tr><th>'+ gagajf.convNull(info.niItemNm, '') +'<input type="hidden" name="niItemCd" value="'+ gagajf.convNull(info.niItemCd, '') +'" />\n<input type="hidden" name="dispOrd" value="'+ gagajf.convNull(info.dispOrd, '') +'" /></th>';
|
|
|
notiHtml += '<td><input type="text" name="niContent" value="'+ gagajf.convNull(info.niContent, '') +'"/></td>\n';
|
|
|
notiHtml += '</tr>\n';
|
|
|
+
|
|
|
+ if (idx == 0){
|
|
|
+ $("#goodsDetailForm select[name=selNiClsfCd]").val(info.niClsfCd);
|
|
|
+ }
|
|
|
+
|
|
|
+ idx ++;
|
|
|
+
|
|
|
});
|
|
|
notiHtml += '</tbody></table>';
|
|
|
|