|
@@ -7,6 +7,7 @@
|
|
|
|
|
|
<script src="<%= WEB_SITE_GLOBAL %>js/contacts/client.js"></script>
|
|
<script src="<%= WEB_SITE_GLOBAL %>js/contacts/client.js"></script>
|
|
<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.js"></script>
|
|
<script src="<%= WEB_SITE_GLOBAL %>js/cloud/curing.js"></script>
|
|
|
|
+<script src="<%= WEB_SITE_GLOBAL %>js/cloud/page.js"></script>
|
|
<style>
|
|
<style>
|
|
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
|
|
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
|
|
-webkit-appearance: none !important;
|
|
-webkit-appearance: none !important;
|
|
@@ -160,7 +161,8 @@
|
|
</table>
|
|
</table>
|
|
<!--翻页-->
|
|
<!--翻页-->
|
|
<div page class=" justify-content-center">
|
|
<div page class=" justify-content-center">
|
|
- <ul curingPage class="pagination pagination-sm">
|
|
|
|
|
|
+ <div pageDetail >
|
|
|
|
+ <ul class="pagination pagination-sm">
|
|
|
|
|
|
<% if( pageData.previousPage == 0) { %>
|
|
<% if( pageData.previousPage == 0) { %>
|
|
<li class="page-item disabled">
|
|
<li class="page-item disabled">
|
|
@@ -176,7 +178,7 @@
|
|
</li>
|
|
</li>
|
|
<% }; %>
|
|
<% }; %>
|
|
|
|
|
|
- <% if( pageData.currentPage>=15 ) { %>
|
|
|
|
|
|
+ <% if( pageData.currentPage>=pageData.pageWidth ) { %>
|
|
|
|
|
|
<li class="page-item">
|
|
<li class="page-item">
|
|
<a parameter="<%= pageData.parameter %>" currentPage="1" class="page-link" href="javascript:void(0)">1</a>
|
|
<a parameter="<%= pageData.parameter %>" currentPage="1" class="page-link" href="javascript:void(0)">1</a>
|
|
@@ -204,7 +206,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <% if( pageData.totalPage >3 && pageData.totalPage!= pageData.currentPage ) { %>
|
|
|
|
|
|
+ <% if( pageData.totalPage >pageData.pageWidth && pageData.totalPage!= pageData.currentPage ) { %>
|
|
<li class="page-item disabled">
|
|
<li class="page-item disabled">
|
|
<span class="page-link" aria-label="Previous">
|
|
<span class="page-link" aria-label="Previous">
|
|
<span aria-hidden="true">...</span>
|
|
<span aria-hidden="true">...</span>
|
|
@@ -227,7 +229,12 @@
|
|
<% }; %>
|
|
<% }; %>
|
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<!--已升级列表不存在-->
|
|
<!--已升级列表不存在-->
|
|
<p upClientBox class="text-center" style="display:none">已升级用户列表不存在 "<b curingMobile ></b>" ,您可以尝试<a href="#search-new" upClient class="btn btn-sm btn-outline-primary ml-3" data-toggle="modal" data-target="#search-new">升级新用户</a></p>
|
|
<p upClientBox class="text-center" style="display:none">已升级用户列表不存在 "<b curingMobile ></b>" ,您可以尝试<a href="#search-new" upClient class="btn btn-sm btn-outline-primary ml-3" data-toggle="modal" data-target="#search-new">升级新用户</a></p>
|