|
@@ -14,7 +14,7 @@
|
|
|
* 1.0 2020.02.04 sowon 최초 작성
|
|
* 1.0 2020.02.04 sowon 최초 작성
|
|
|
*******************************************************************************
|
|
*******************************************************************************
|
|
|
-->
|
|
-->
|
|
|
-<div class="modalPopup" data-width="1280" id="planRegisterFormDiv">
|
|
|
|
|
|
|
+<div class="modalPopup" data-width="1395" id="planRegisterFormDiv">
|
|
|
<div class="panelStyle">
|
|
<div class="panelStyle">
|
|
|
<div class="panelTitle">
|
|
<div class="panelTitle">
|
|
|
<h2 th:text="${'기획전 ' + (mode == 'N' ? '등록' : '수정')}"></h2>
|
|
<h2 th:text="${'기획전 ' + (mode == 'N' ? '등록' : '수정')}"></h2>
|
|
@@ -179,7 +179,7 @@
|
|
|
<th>PC 메인 이미지<i id="pMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainPimgDelYn" value="Y"/></label>]</th>
|
|
<th>PC 메인 이미지<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:720px;"/>
|
|
|
|
|
|
|
+ <img id="PreMainPimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainPimg}" style="max-width:470px;"/>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td colspan="4">
|
|
<td colspan="4">
|
|
@@ -195,7 +195,7 @@
|
|
|
<th>모바일 메인 이미지<i id="mMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainMimgDelYn" value="Y"/></label>]</th>
|
|
<th>모바일 메인 이미지<i id="mMimgStar"></i><br/>[삭제여부<label class="chkBox"><input type="checkbox" name="orgMainMimgDelYn" value="Y"/></label>]</th>
|
|
|
<td>
|
|
<td>
|
|
|
<div th:if=*{mainMimg} id="imgFileView" style="float:left;">
|
|
<div th:if=*{mainMimg} id="imgFileView" style="float:left;">
|
|
|
- <img id="PreMainMimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainMimg}" style="max-width:720px;"/>
|
|
|
|
|
|
|
+ <img id="PreMainMimgUrl" th:src="${@environment.getProperty('upload.image.view')} + *{mainMimg}" style="max-width:470px;"/>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
<td colspan="4">
|
|
<td colspan="4">
|
|
@@ -1596,7 +1596,7 @@
|
|
|
}else{false;}
|
|
}else{false;}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {headerName: "쿠폰아이디", field: "cpnId", width: 100, cellClass: 'text-center', cellEditor: 'numericCellEditor'
|
|
|
|
|
|
|
+ {headerName: "쿠폰ID", field: "cpnId", width: 80, 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 == '포인트/쿠폰') {
|
|
@@ -1604,6 +1604,14 @@
|
|
|
}else{false;}
|
|
}else{false;}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ {headerName: "포인트적용일", field: "pntUsableDay", width: 100, cellClass: 'text-center', cellEditor: 'numericCellEditor'
|
|
|
|
|
+ ,cellEditorParams: { maxlength: 3, required: true }
|
|
|
|
|
+ , editable: function(params) {
|
|
|
|
|
+ if (params.data.benefit == '포인트' || params.data.benefit == '포인트/쿠폰') {
|
|
|
|
|
+ return true;
|
|
|
|
|
+ }else{false;}
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
|
|
|