基础数据列表去除分页效果

This commit is contained in:
hdm 2022-07-14 18:02:01 +08:00
parent b49e193c6c
commit 29f10838e1
14 changed files with 15 additions and 27 deletions

View File

@ -101,9 +101,9 @@ abstract class BaseController
}
if (!$this->checkAuth()) {
if ($this->request->isAjax()) {
return to_assign(202, '你没有权限,请联系管理员或者人事部');
return to_assign(405, '你没有权限,请联系管理员或者人事部');
} else {
echo '<div style="text-align:center;color:red;margin-top:20%;">你没有权限,请联系管理员或者人事部</div>';exit;
echo '<div style="text-align:center;color:red;margin-top:20%;">你没有权限访问,请联系管理员或者人事部</div>';exit;
}
}
}

View File

@ -31,8 +31,7 @@
,toolbar: '#toolbarDemo'
,title:'合同类型列表'
,url: "/contract/cate/cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'客户等级列表'
,url: "/customer/grade/index"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'客户渠道列表'
,url: "/customer/source/index"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'车辆类型列表'
,url: "/home/cate/car_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'费用类型列表'
,url: "/home/cate/cost_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'报销类别列表'
,url: "/home/cate/expense_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'审批模块列表'
,url: "/home/cate/flow_type"
,page: false //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'工作类型列表'
,url: "/home/cate/industry_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'印章类型列表'
,url: "/home/cate/seal_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'工作类型列表'
,url: "/home/cate/services_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'报销类别列表'
,url: "/home/cate/subject"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -23,8 +23,7 @@
,toolbar: '#toolbarDemo'
,title:'工作类型列表'
,url: "/home/cate/work_cate"
,page: true //开启分页
,limit: 20
,page: false
,cellMinWidth: 80
,cols: [[
{field:'id',width:80, title: 'ID号', align:'center'}

View File

@ -345,7 +345,7 @@
title: {
top: '12px',
text: '近一年员工活跃度',
left: '68px',
left: '8px',
textStyle: {
fontSize: '18',
color: '#333',