--- src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/custom/MsgCustomView.jsp
... | ... | @@ -129,7 +129,7 @@ |
| 129 | 129 |
//맞춤제작 내보관함 리스트 |
| 130 | 130 |
function myCustomListAjax(pageNo){
|
| 131 | 131 |
|
| 132 |
- if(!fn_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 132 |
+ if(!fn_G_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 133 | 133 |
return; |
| 134 | 134 |
}; |
| 135 | 135 |
|
--- src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayList.jsp
... | ... | @@ -54,7 +54,7 @@ |
| 54 | 54 |
|
| 55 | 55 |
function linkPage(pageNo){
|
| 56 | 56 |
|
| 57 |
- if(!fn_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 57 |
+ if(!fn_G_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 58 | 58 |
return; |
| 59 | 59 |
}; |
| 60 | 60 |
|
--- src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayUserSWList.jsp
... | ... | @@ -57,7 +57,7 @@ |
| 57 | 57 |
// 요금사용내역 리스트 |
| 58 | 58 |
function payUserListAjax(pageNo){
|
| 59 | 59 |
|
| 60 |
- if(!fn_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 60 |
+ if(!fn_G_cmndataValueChk("startDate", "endDate", 12)){
|
|
| 61 | 61 |
return; |
| 62 | 62 |
}; |
| 63 | 63 |
|
--- src/main/webapp/publish/js/dateUtils.js
+++ src/main/webapp/publish/js/dateUtils.js
... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 |
|
| 3 | 3 |
}); |
| 4 | 4 |
|
| 5 |
-function fn_cmndataValueChk(startId, endId, chkMonth) {
|
|
| 5 |
+function fn_G_cmndataValueChk(startId, endId, chkMonth) {
|
|
| 6 | 6 |
// 시작일자와 종료일자를 가져오기 |
| 7 | 7 |
var startDate = document.getElementById(startId).value; |
| 8 | 8 |
var endDate = document.getElementById(endId).value; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?