dbms_primeidc_init...1
This commit is contained in:
parent
2e50b02532
commit
3f79ef21f4
@ -94,7 +94,6 @@ class PaymentController extends ClientController
|
|||||||
// $page = $parmas['page'] ?? 1;
|
// $page = $parmas['page'] ?? 1;
|
||||||
// $perPage = $parmas['perPage'] ?? 10;
|
// $perPage = $parmas['perPage'] ?? 10;
|
||||||
// $this->pagination = new Pagination($total, (int)$page, (int)$perPage);
|
// $this->pagination = new Pagination($total, (int)$page, (int)$perPage);
|
||||||
// <div align='center'><?= $this->pagination->render("http://{$_SERVER['HTTP_HOST']}:6752/IdcDepositNonPaymentListMK.dep?mode=", ['mode' => "{$this->mode}", 'ea' => "{$this->total}"])></div>
|
|
||||||
return $this->render(path: __FUNCTION__);
|
return $this->render(path: __FUNCTION__);
|
||||||
}
|
}
|
||||||
} //Class
|
} //Class
|
||||||
|
|||||||
@ -44,4 +44,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<div align='center'><?= $this->pagination->render("http://{$_SERVER['HTTP_HOST']}:6752/IdcDepositNonPaymentListMK.dep?mode=", ['mode' => "{$this->mode}", 'ea' => "{$this->total}"])></div>
|
||||||
@ -12,7 +12,7 @@
|
|||||||
<h4><i class="fa fa-desktop fa-fw"></i> 미납리스트</h4>
|
<h4><i class="fa fa-desktop fa-fw"></i> 미납리스트</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<c:import url="${phpurl}/dbms/client/payment/nonpayment/mode/mode=${mode}?ea=${ea}&curPage=${curPage}" />
|
<c:import url="${phpurl}/dbms/client/payment/nonpayment/mode/mode/${mode}?ea=${ea}&curPage=${curPage}" />
|
||||||
</div>
|
</div>
|
||||||
<!-- panel-body -->
|
<!-- panel-body -->
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user