|
@@ -74,6 +74,7 @@
|
|
|
<col width="7%"/>
|
|
<col width="7%"/>
|
|
|
<col width="7%"/>
|
|
<col width="7%"/>
|
|
|
<col width="7%"/>
|
|
<col width="7%"/>
|
|
|
|
|
+ <col width="7%"/>
|
|
|
<col width="5%"/>
|
|
<col width="5%"/>
|
|
|
</colgroup>
|
|
</colgroup>
|
|
|
<tr th:if="${goods.selfGoodsYn == 'Y' and goods.goodsType == 'G056_N'}">
|
|
<tr th:if="${goods.selfGoodsYn == 'Y' and goods.goodsType == 'G056_N'}">
|
|
@@ -93,6 +94,7 @@
|
|
|
<th>상품코드</th>
|
|
<th>상품코드</th>
|
|
|
<th>옵션1(색상)</th>
|
|
<th>옵션1(색상)</th>
|
|
|
<th>옵션2(사이즈)</th>
|
|
<th>옵션2(사이즈)</th>
|
|
|
|
|
+ <th>옵션코드</th>
|
|
|
<th>추가가격</th>
|
|
<th>추가가격</th>
|
|
|
<th>노출순서</th>
|
|
<th>노출순서</th>
|
|
|
<th>노출여부</th>
|
|
<th>노출여부</th>
|
|
@@ -109,13 +111,15 @@
|
|
|
<td th:rowspan="${goodsSize.rcount}" th:text="${goodsSize.compsGoodsCd}" th:if="${goodsSize.rnum == 1}"></td>
|
|
<td th:rowspan="${goodsSize.rcount}" th:text="${goodsSize.compsGoodsCd}" th:if="${goodsSize.rnum == 1}"></td>
|
|
|
<td><th:block th:text="${goodsSize.optCd1}"></th:block>
|
|
<td><th:block th:text="${goodsSize.optCd1}"></th:block>
|
|
|
<input type="hidden" name="compsGoodsCd" th:value="${goodsSize.compsGoodsCd}" />
|
|
<input type="hidden" name="compsGoodsCd" th:value="${goodsSize.compsGoodsCd}" />
|
|
|
- <input type="hidden" name="optCd" th:value="${goodsSize.optCd}" />
|
|
|
|
|
<input type="hidden" name="optCd1" th:value="${goodsSize.optCd1}" />
|
|
<input type="hidden" name="optCd1" th:value="${goodsSize.optCd1}" />
|
|
|
<input type="hidden" name="hidOptCd1" th:value="${goodsSize.optCd1}" />
|
|
<input type="hidden" name="hidOptCd1" th:value="${goodsSize.optCd1}" />
|
|
|
</td>
|
|
</td>
|
|
|
<td><th:block th:text="${goodsSize.optCd2}"></th:block>
|
|
<td><th:block th:text="${goodsSize.optCd2}"></th:block>
|
|
|
<input type="hidden" name="optCd2" th:value="${goodsSize.optCd2}" />
|
|
<input type="hidden" name="optCd2" th:value="${goodsSize.optCd2}" />
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <td><th:block th:text="${goodsSize.optCd}"></th:block>
|
|
|
|
|
+ <input type="hidden" name="optCd" th:value="${goodsSize.optCd}" />
|
|
|
|
|
+ </td>
|
|
|
<td><input type="text" class="w100p aR" name="addPrice" th:value="${goodsSize.addPrice}" maxlength="7" data-valid-type="numeric"/>
|
|
<td><input type="text" class="w100p aR" name="addPrice" th:value="${goodsSize.addPrice}" maxlength="7" data-valid-type="numeric"/>
|
|
|
<input type="hidden" name="hidAddPrice" th:value="${goodsSize.addPrice}" />
|
|
<input type="hidden" name="hidAddPrice" th:value="${goodsSize.addPrice}" />
|
|
|
</td>
|
|
</td>
|
|
@@ -180,6 +184,7 @@
|
|
|
addOptionHtml += ' </td>\n';
|
|
addOptionHtml += ' </td>\n';
|
|
|
addOptionHtml += ' <td><input type="text" name="optCd2" class="W100" maxlength="30"/>\n';
|
|
addOptionHtml += ' <td><input type="text" name="optCd2" class="W100" maxlength="30"/>\n';
|
|
|
addOptionHtml += ' </td>\n';
|
|
addOptionHtml += ' </td>\n';
|
|
|
|
|
+ addOptionHtml += ' <td></td>\n';
|
|
|
addOptionHtml += ' <td><input type="text" class="w100p aR" name="addPrice" maxlength="7" data-valid-type="numeric" value="0"/>\n';
|
|
addOptionHtml += ' <td><input type="text" class="w100p aR" name="addPrice" maxlength="7" data-valid-type="numeric" value="0"/>\n';
|
|
|
addOptionHtml += ' <input type="hidden" name="hidAddPrice" />\n';
|
|
addOptionHtml += ' <input type="hidden" name="hidAddPrice" />\n';
|
|
|
addOptionHtml += ' </td>\n';
|
|
addOptionHtml += ' </td>\n';
|