|
@@ -130,7 +130,19 @@
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th>카테고리</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <label class="chkBox" th:if="${cateList}" th:each="oneData, status : ${cateList}">
|
|
|
|
|
+ <input type="checkbox" name="cateList" th:value="${oneData.cateNo}" th:text="${oneData.cateNm}"/>
|
|
|
|
|
+ </label>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>사용여부<em class="required" title="필수"></em></th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select name="useYn" th:field="*{useYn}">
|
|
|
|
|
+ <option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'Y'" th:text="|${oneData.cdNm}|"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>사용고객등급구분</th>
|
|
<th>사용고객등급구분</th>
|
|
@@ -149,14 +161,6 @@
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <th>카테고리</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <label class="chkBox" th:if="${cateList}" th:each="oneData, status : ${cateList}">
|
|
|
|
|
- <input type="checkbox" name="cateList" th:value="${oneData.cateNo}" th:text="${oneData.cateNm}"/>
|
|
|
|
|
- </label>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>제휴채널</th>
|
|
<th>제휴채널</th>
|
|
|
<td colspan="1">
|
|
<td colspan="1">
|
|
@@ -529,14 +533,25 @@
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
<th>노출여부<em class="required" title="필수"></em></th>
|
|
<th>노출여부<em class="required" title="필수"></em></th>
|
|
|
- <td colspan="3">
|
|
|
|
|
- <select name="openYn" required="required" data-valid-name="오픈여부">
|
|
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select name="openYn" required="required" data-valid-name="노출여부">
|
|
|
<option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'N'" th:text="|${oneData.cdNm}|"></option>
|
|
<option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'N'" th:text="|${oneData.cdNm}|"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
-
|
|
|
|
|
|
|
+ <th>카테고리</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <label class="chkBox" th:if="${cateList}" th:each="oneData, status : ${cateList}">
|
|
|
|
|
+ <input type="checkbox" name="cateList" th:value="${oneData.cateNo}" th:text="${oneData.cateNm}"/>
|
|
|
|
|
+ </label>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>사용여부<em class="required" title="필수"></em></th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select name="useYn" required="required" data-valid-name="사용여부">
|
|
|
|
|
+ <option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'Y'" th:text="|${oneData.cdNm}|"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>사용고객등급구분</th>
|
|
<th>사용고객등급구분</th>
|
|
@@ -555,14 +570,6 @@
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
- <tr>
|
|
|
|
|
- <th>카테고리</th>
|
|
|
|
|
- <td>
|
|
|
|
|
- <label class="chkBox" th:if="${cateList}" th:each="oneData, status : ${cateList}">
|
|
|
|
|
- <input type="checkbox" name="cateList" th:value="${oneData.cateNo}" th:text="${oneData.cateNm}"/>
|
|
|
|
|
- </label>
|
|
|
|
|
- </td>
|
|
|
|
|
- </tr>
|
|
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>제휴채널</th>
|
|
<th>제휴채널</th>
|
|
|
<td colspan="1">
|
|
<td colspan="1">
|
|
@@ -1303,6 +1310,7 @@
|
|
|
,dtlTitle1 : $('#planRegisterForm input[name=dtlTitle1]').val()
|
|
,dtlTitle1 : $('#planRegisterForm input[name=dtlTitle1]').val()
|
|
|
,cornerNmDispYn : $('#planRegisterForm select[name=cornerNmDispYn]').val()
|
|
,cornerNmDispYn : $('#planRegisterForm select[name=cornerNmDispYn]').val()
|
|
|
,openYn : $('#planRegisterForm select[name=openYn]').val()
|
|
,openYn : $('#planRegisterForm select[name=openYn]').val()
|
|
|
|
|
+ ,useYn : $('#planRegisterForm select[name=useYn]').val()
|
|
|
,siteCd :$('#planRegisterForm select[name=siteCd]').val()
|
|
,siteCd :$('#planRegisterForm select[name=siteCd]').val()
|
|
|
,dispOrd : $('#planRegisterForm input[name=dispOrd]').val()
|
|
,dispOrd : $('#planRegisterForm input[name=dispOrd]').val()
|
|
|
,replyYn : $('#planRegisterForm select[name=replyYn]').val()
|
|
,replyYn : $('#planRegisterForm select[name=replyYn]').val()
|
|
@@ -1409,6 +1417,7 @@
|
|
|
,dtlTitle1 : $('#planUpdateForm input[name=dtlTitle1]').val()
|
|
,dtlTitle1 : $('#planUpdateForm input[name=dtlTitle1]').val()
|
|
|
,cornerNmDispYn : $('#planUpdateForm select[name=cornerNmDispYn]').val()
|
|
,cornerNmDispYn : $('#planUpdateForm select[name=cornerNmDispYn]').val()
|
|
|
,openYn : $('#planUpdateForm select[name=openYn]').val()
|
|
,openYn : $('#planUpdateForm select[name=openYn]').val()
|
|
|
|
|
+ ,useYn : $('#planUpdateForm select[name=useYn]').val()
|
|
|
,siteCd :$('#planUpdateForm select[name=siteCd]').val()
|
|
,siteCd :$('#planUpdateForm select[name=siteCd]').val()
|
|
|
,dispOrd : $('#planUpdateForm input[name=dispOrd]').val()
|
|
,dispOrd : $('#planUpdateForm input[name=dispOrd]').val()
|
|
|
,replyYn : $('#planUpdateForm select[name=replyYn]').val()
|
|
,replyYn : $('#planUpdateForm select[name=replyYn]').val()
|