基础数据列表去除分页效果
This commit is contained in:
parent
b49e193c6c
commit
29f10838e1
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -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'}
|
||||
|
@ -345,7 +345,7 @@
|
||||
title: {
|
||||
top: '12px',
|
||||
text: '近一年员工活跃度',
|
||||
left: '68px',
|
||||
left: '8px',
|
||||
textStyle: {
|
||||
fontSize: '18',
|
||||
color: '#333',
|
||||
|
Loading…
x
Reference in New Issue
Block a user