|
|
@@ -338,7 +338,7 @@
|
|
|
<th>결제수단<em class="required" title="필수"></em></th>
|
|
|
<td colspan="5">
|
|
|
<label class="chkBox" th:if="${payTypeList}" th:each="oneData, status : ${payTypeList}">
|
|
|
- <input type="checkbox" name="payTypeArr" th:value="${oneData.cd}" th:text="${oneData.cdNm}"/>
|
|
|
+ <input type="checkbox" name="payTypeArr" th:value="${oneData.cd}" th:text="${oneData.cdNm}" checked="checked"/>
|
|
|
</label>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -2486,10 +2486,6 @@
|
|
|
$("#CouponForm .buttonSpan").hide(); //행추가,삭제버튼
|
|
|
}
|
|
|
|
|
|
- if($("#CouponForm input[name=rdoDcWay]:checked").val() == 'G240_10'){
|
|
|
- $("#CouponForm .maxDcAmtArea").hide();
|
|
|
- }
|
|
|
-
|
|
|
// 사용가능고객구분 체크박스 체크 제거
|
|
|
$('#CouponForm input:checkbox[name=usableCustGbArr]').prop('checked', false);
|
|
|
if(cpnCustGbList.length > 0){
|
|
|
@@ -2727,6 +2723,14 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if($("#CouponForm input[name=rdoDcWay]:checked").val() == 'G240_10') {
|
|
|
+ $("#CouponForm .maxDcAmtArea").hide();
|
|
|
+ }else{
|
|
|
+ $('#dcPvalSpan').text("%");
|
|
|
+ $('#dcMvalSpan').text("%");
|
|
|
+ $('#dcAvalSpan').text("%");
|
|
|
+ }
|
|
|
+
|
|
|
// 쿠폰다운 날짜
|
|
|
let edDtArr;
|
|
|
if(!gagajf.isNull(cpnDetail.downEddt)){
|