|
@@ -142,21 +142,27 @@
|
|
|
<input type="checkbox" name="usableCustGradeArr" value="G110_60" th:text="비회원" checked="checked" disabled="disabled"/>
|
|
<input type="checkbox" name="usableCustGradeArr" value="G110_60" th:text="비회원" checked="checked" disabled="disabled"/>
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
- <th>브랜드</th>
|
|
|
|
|
|
|
+ <th>사용여부<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
<td>
|
|
|
- <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
- <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
|
|
|
|
+ <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>
|
|
</select>
|
|
|
- <span id="multiBrand"></span>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>사용가능고객구분</th>
|
|
<th>사용가능고객구분</th>
|
|
|
- <td colspan="3">
|
|
|
|
|
|
|
+ <td>
|
|
|
<label class="chkBox">
|
|
<label class="chkBox">
|
|
|
<input type="checkbox" name="usableCustGbArr" value="G100_10" th:text="일반회원" checked="checked" disabled="disabled"/>
|
|
<input type="checkbox" name="usableCustGbArr" value="G100_10" th:text="일반회원" checked="checked" disabled="disabled"/>
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <th>브랜드</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
+ <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ <span id="multiBrand"></span>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>목록 이미지<i id="pMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainPimgDelYn" value="Y"/></label>]</th>
|
|
<th>목록 이미지<i id="pMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainPimgDelYn" value="Y"/></label>]</th>
|
|
@@ -382,7 +388,7 @@
|
|
|
</td>
|
|
</td>
|
|
|
<th>노출여부<em class="required" title="필수"></em></th>
|
|
<th>노출여부<em class="required" title="필수"></em></th>
|
|
|
<td colspan="3">
|
|
<td colspan="3">
|
|
|
- <select name="openYn" required="required" data-valid-name="오픈여부">
|
|
|
|
|
|
|
+ <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} == 'Y'" th:text="|${oneData.cdNm}|"></option>
|
|
<option th:if="${useYnList}" th:each="oneData, status : ${useYnList}" th:value="${oneData.cd}" th:selected="${oneData.cd} == 'Y'" th:text="|${oneData.cdNm}|"></option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
@@ -399,22 +405,28 @@
|
|
|
<label class="chkBox">
|
|
<label class="chkBox">
|
|
|
<input type="checkbox" name="usableCustGradeArr" value="G110_60" th:text="비회원" checked="checked" disabled="disabled"/>
|
|
<input type="checkbox" name="usableCustGradeArr" value="G110_60" th:text="비회원" checked="checked" disabled="disabled"/>
|
|
|
</label>
|
|
</label>
|
|
|
- </td>
|
|
|
|
|
- <th>브랜드</th>
|
|
|
|
|
|
|
+ </td>
|
|
|
|
|
+ <th>사용여부<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
<td>
|
|
|
- <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
- <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
|
|
|
|
+ <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>
|
|
</select>
|
|
|
- <span id="multiBrand"></span>
|
|
|
|
|
- </td>
|
|
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>사용가능고객구분</th>
|
|
<th>사용가능고객구분</th>
|
|
|
- <td colspan="3">
|
|
|
|
|
|
|
+ <td>
|
|
|
<label class="chkBox">
|
|
<label class="chkBox">
|
|
|
<input type="checkbox" name="usableCustGbArr" value="G100_10" th:text="일반회원" checked="checked" disabled="disabled"/>
|
|
<input type="checkbox" name="usableCustGbArr" value="G100_10" th:text="일반회원" checked="checked" disabled="disabled"/>
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
|
|
+ <th>브랜드</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select name="supplyCompCd" id="supplyCompCd">
|
|
|
|
|
+ <option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ <span id="multiBrand"></span>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<th>목록 이미지<i id="pMimgStar"></i></th>
|
|
<th>목록 이미지<i id="pMimgStar"></i></th>
|
|
@@ -730,6 +742,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()
|
|
|
,mainPimg :$('#planRegisterForm input[name=mainPimg]').val()
|
|
,mainPimg :$('#planRegisterForm input[name=mainPimg]').val()
|
|
|
,mainMimg : $('#planRegisterForm input[name=mainMimg]').val()
|
|
,mainMimg : $('#planRegisterForm input[name=mainMimg]').val()
|
|
@@ -819,6 +832,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()
|
|
|
,mainPimg :$('#planUpdateForm input[name=mainPimg]').val()
|
|
,mainPimg :$('#planUpdateForm input[name=mainPimg]').val()
|
|
|
,mainMimg : $('#planUpdateForm input[name=mainMimg]').val()
|
|
,mainMimg : $('#planUpdateForm input[name=mainMimg]').val()
|