|
|
@@ -38,6 +38,10 @@
|
|
|
<input type="hidden" id="costPrice" name="costPrice" />
|
|
|
<input type="hidden" id="repGoodsCd" name="repGoodsCd" /> <!-- 대표상품(딜 가격) -->
|
|
|
<input type="hidden" id="frstCfrmDt" name="frstCfrmDt" /> <!-- 최초승인일 -->
|
|
|
+ <!-- 사용자검색어, 검색어 부분 (사용안함 히든처리) 21.11.22 -->
|
|
|
+ <input type="hidden" class="w60p" id="goodsSnm1" name="goodsSnm1"></input>
|
|
|
+ <input type="hidden" id="goodsSnm1Org" name="goodsSnm1Org"/>
|
|
|
+ <input type="hidden" id="goodsSnm" name="goodsSnm"></input>
|
|
|
|
|
|
<div class="panelContent">
|
|
|
<table class="frmStyle">
|
|
|
@@ -105,7 +109,7 @@
|
|
|
</colgroup>
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <td rowspan="4" style="text-align:center" th:with="uploadGoodsUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
+ <td rowspan="6" style="text-align:center" th:with="uploadGoodsUrl=${@environment.getProperty('upload.goods.view')}">
|
|
|
<img id="goodsImgUrl" src="" width="130px"/>
|
|
|
<input type="hidden" name="sysImgNm" id="sysImgNm" />
|
|
|
</td>
|
|
|
@@ -124,6 +128,7 @@
|
|
|
<input type="hidden" id="goodsNmOrg" name="goodsNmOrg"/>
|
|
|
</td>
|
|
|
</tr>
|
|
|
+ <!-- 21.11.22 사용안함으로 변경, 상단 히든으로 정의(기존데이터용)
|
|
|
<tr>
|
|
|
<th>사용자검색어</th>
|
|
|
<td colspan="5">
|
|
|
@@ -136,12 +141,10 @@
|
|
|
<th>검색어</th>
|
|
|
<td colspan="5">
|
|
|
<textarea class="textareaR2 w100p" id="goodsSnmTxt" name="goodsSnmTxt" disabled="disabled"></textarea>
|
|
|
- <!-- <input type="text" class="w100p" id="goodsSnmTxt" name="goodsSnmTxt" disabled="disabled"></input> -->
|
|
|
<input type="hidden" id="goodsSnm" name="goodsSnm"></input>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
+ </tr> -->
|
|
|
<tr>
|
|
|
- <td class="aC cRed" style="font-weight:bold;"><span id="goodsTypeNm"></span></td> <!-- 상품타입노출 -->
|
|
|
<th>정상/이월 구분<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
|
<label class="rdoBtn" th:if="${formalGbList}" th:each="oneData, status : ${formalGbList}" ><input type="radio" id="formalGb" name="formalGb" th:value="${oneData.cd}" th:text="${oneData.cdNm}" /></label>
|
|
|
@@ -172,7 +175,6 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td rowspan="13"> </td>
|
|
|
<th>시즌<em class="required" title="필수"></em></th>
|
|
|
<td >
|
|
|
<select name="seasonCd" id="seasonCd">
|
|
|
@@ -230,6 +232,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="chk_deal">
|
|
|
+ <td class="aC cRed" style="font-weight:bold;"><span id="goodsTypeNm"></span></td> <!-- 상품타입노출 -->
|
|
|
<th>상품연령대</th>
|
|
|
<td>
|
|
|
<select name="ageGrpCd" id="ageGrpCd">
|
|
|
@@ -248,6 +251,7 @@
|
|
|
<td><span id="priceUpdDtTxt"></span></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
+ <td rowspan="11"> </td>
|
|
|
<th>정상가</th>
|
|
|
<td class="aR"><span id="listPriceTxt"></span> 원
|
|
|
<input type="hidden" id="listPrice" name="listPrice"/>
|
|
|
@@ -386,7 +390,7 @@
|
|
|
<button type="button" class="btn btn-success btn-lg" id="btnGoodsSafetyCertNum">안전인증</button>
|
|
|
</td> -->
|
|
|
<th>판매기간<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
+ <td colspan="5">
|
|
|
<input name="sellStYMD" id="sellStYMD" type="text" class="w80 schDate" maxlength="10" required="required" data-valid-name="판매시작일" />
|
|
|
<select name="sellStHH" id="sellStHH" required="required" data-valid-name="판매 시작시간">
|
|
|
<th:block th:each="num, index : ${#numbers.sequence(0,23)}">
|