이지우 - 사용자 > 요금 사용내역 > 검색 3개월 제한 제거 / 사용내역서 팩스 td 수정
This commit is contained in:
parent
2854de838a
commit
8edded03fb
@ -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}"/>
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user