|
@@ -124,7 +124,7 @@
|
|
|
<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>
|
|
|
- <th>오픈여부<em class="required" title="필수"></em></th>
|
|
|
|
|
|
|
+ <th>노출여부<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
<td>
|
|
|
<select name="openYn" th:field="*{openYn}">
|
|
<select name="openYn" th:field="*{openYn}">
|
|
|
<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>
|
|
@@ -176,7 +176,7 @@
|
|
|
</td>
|
|
</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>
|
|
|
<td>
|
|
<td>
|
|
|
<div th:if=*{mainPimg} id="mainPimgView" style="float:left;">
|
|
<div th:if=*{mainPimg} id="mainPimgView" style="float:left;">
|
|
|
<img id="PreMainPimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainPimg}" style="max-width:470px;"/>
|
|
<img id="PreMainPimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainPimg}" style="max-width:470px;"/>
|
|
@@ -456,13 +456,13 @@
|
|
|
<th>프론트 구분<em class="required" title="필수"></em></th>
|
|
<th>프론트 구분<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
<td>
|
|
|
<label class="chkBox" >
|
|
<label class="chkBox" >
|
|
|
- <input type="checkbox" name="frontGb" value="P" th:text="PC웹"/>
|
|
|
|
|
|
|
+ <input type="checkbox" name="frontGb" value="P" th:text="PC웹" checked="checked"/>
|
|
|
</label>
|
|
</label>
|
|
|
<label class="chkBox" >
|
|
<label class="chkBox" >
|
|
|
- <input type="checkbox" name="frontGb" value="M" th:text="모바일웹"/>
|
|
|
|
|
|
|
+ <input type="checkbox" name="frontGb" value="M" th:text="모바일웹" checked="checked"/>
|
|
|
</label>
|
|
</label>
|
|
|
<label class="chkBox" >
|
|
<label class="chkBox" >
|
|
|
- <input type="checkbox" name="frontGb" value="A" th:text="모바일앱"/>
|
|
|
|
|
|
|
+ <input type="checkbox" name="frontGb" value="A" th:text="모바일앱" checked="checked"/>
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
<th>전시순서</th>
|
|
<th>전시순서</th>
|
|
@@ -518,7 +518,7 @@
|
|
|
<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>
|
|
|
- <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>
|
|
@@ -538,7 +538,7 @@
|
|
|
<th>사용가능고객구분<em class="required" title="필수"></em></th>
|
|
<th>사용가능고객구분<em class="required" title="필수"></em></th>
|
|
|
<td>
|
|
<td>
|
|
|
<label class="chkBox" th:if="${usableCustGbList}" th:each="oneData, status : ${usableCustGbList}">
|
|
<label class="chkBox" th:if="${usableCustGbList}" th:each="oneData, status : ${usableCustGbList}">
|
|
|
- <input type="checkbox" name="usableCustGbArr" th:value="${oneData.cd}" th:text="${oneData.cdNm}"/>
|
|
|
|
|
|
|
+ <input type="checkbox" name="usableCustGbArr" th:value="${oneData.cd}" th:text="${oneData.cdNm}" checked="checked"/>
|
|
|
</label>
|
|
</label>
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -571,7 +571,7 @@
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
- <th>메인 이미지<i id="pMimgStar"></i></th>
|
|
|
|
|
|
|
+ <th>목록 이미지<i id="pMimgStar"></i></th>
|
|
|
<td colspan="5">
|
|
<td colspan="5">
|
|
|
<div class="uFile w400">
|
|
<div class="uFile w400">
|
|
|
<input id="registerMainPimg" name="registerMainPimg" type="file" accept="image/*" class="uFileInput w400"/>
|
|
<input id="registerMainPimg" name="registerMainPimg" type="file" accept="image/*" class="uFileInput w400"/>
|
|
@@ -1604,7 +1604,7 @@
|
|
|
}else{false;}
|
|
}else{false;}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "포인트적용일", field: "pntUsableDay", width: 100, cellClass: 'text-center', cellEditor: 'numericCellEditor'
|
|
|
|
|
|
|
+ {headerName: "유효기간(일수)", field: "pntUsableDay", width: 100, cellClass: 'text-center', cellEditor: 'numericCellEditor'
|
|
|
,cellEditorParams: { maxlength: 3, required: true }
|
|
,cellEditorParams: { maxlength: 3, required: true }
|
|
|
, editable: function(params) {
|
|
, editable: function(params) {
|
|
|
if (params.data.benefit == '포인트' || params.data.benefit == '포인트/쿠폰') {
|
|
if (params.data.benefit == '포인트' || params.data.benefit == '포인트/쿠폰') {
|