이지우 - 사용자 > 요금 사용내역 > 검색 3개월 제한 제거 / 사용내역서 팩스 td 수정

This commit is contained in:
JIWOO 2025-09-10 18:35:50 +09:00
parent 2854de838a
commit 8edded03fb
2 changed files with 3 additions and 6 deletions

View File

@ -196,10 +196,6 @@ function f_print(){
<fmt:formatNumber type="number" maxFractionDigits="3" value="${resultFax.ftSendCount}" var="ftSendCount" />
<c:out value="${ftSendCount}"/>
</td>
<td>
<fmt:formatNumber type="number" maxFractionDigits="3" value="${resultFax.supplyPrice}" var="supplyPrice" />
<c:out value="${supplyPrice}"/>
</td>
<td>
<fmt:formatNumber type="number" maxFractionDigits="3" value="${resultFax.totalPrice}" var="totalPrice" />
<c:out value="${totalPrice}"/>

View File

@ -90,9 +90,10 @@ function payUserListAjax(pageNo){
return;
};
if(!fn_G_limitDateChk("startDate", 3)){
/* 검색 기간 3개월 제한 처리 */
/* if(!fn_G_limitDateChk("startDate", 3)){
return;
};
}; */
document.listForm.pageIndex.value = pageNo;
var sendData= $(document.listForm).serializeArray();