From 29f10838e1322d1c410a78a04d153799cb71b04a Mon Sep 17 00:00:00 2001 From: hdm Date: Thu, 14 Jul 2022 18:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=8E=BB=E9=99=A4=E5=88=86=E9=A1=B5=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/base/BaseController.php | 4 ++-- app/contract/view/cate/cate.html | 3 +-- app/customer/view/grade/index.html | 3 +-- app/customer/view/source/index.html | 3 +-- app/home/view/cate/car_cate.html | 3 +-- app/home/view/cate/cost_cate.html | 3 +-- app/home/view/cate/expense_cate.html | 3 +-- app/home/view/cate/flow_type.html | 3 +-- app/home/view/cate/industry_cate.html | 3 +-- app/home/view/cate/seal_cate.html | 3 +-- app/home/view/cate/services_cate.html | 3 +-- app/home/view/cate/subject.html | 3 +-- app/home/view/cate/work_cate.html | 3 +-- app/home/view/index/main.html | 2 +- 14 files changed, 15 insertions(+), 27 deletions(-) diff --git a/app/base/BaseController.php b/app/base/BaseController.php index 93af6fb..e74d72f 100644 --- a/app/base/BaseController.php +++ b/app/base/BaseController.php @@ -101,9 +101,9 @@ abstract class BaseController } if (!$this->checkAuth()) { if ($this->request->isAjax()) { - return to_assign(202, '你没有权限,请联系管理员或者人事部'); + return to_assign(405, '你没有权限,请联系管理员或者人事部'); } else { - echo '
你没有权限,请联系管理员或者人事部
';exit; + echo '
你没有权限访问,请联系管理员或者人事部
';exit; } } } diff --git a/app/contract/view/cate/cate.html b/app/contract/view/cate/cate.html index 0e38dc0..591b146 100644 --- a/app/contract/view/cate/cate.html +++ b/app/contract/view/cate/cate.html @@ -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'} diff --git a/app/customer/view/grade/index.html b/app/customer/view/grade/index.html index 73ec512..372ef82 100644 --- a/app/customer/view/grade/index.html +++ b/app/customer/view/grade/index.html @@ -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'} diff --git a/app/customer/view/source/index.html b/app/customer/view/source/index.html index 62c9520..cd8dd96 100644 --- a/app/customer/view/source/index.html +++ b/app/customer/view/source/index.html @@ -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'} diff --git a/app/home/view/cate/car_cate.html b/app/home/view/cate/car_cate.html index fbe9860..f54d332 100644 --- a/app/home/view/cate/car_cate.html +++ b/app/home/view/cate/car_cate.html @@ -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'} diff --git a/app/home/view/cate/cost_cate.html b/app/home/view/cate/cost_cate.html index cb5005d..dbed009 100644 --- a/app/home/view/cate/cost_cate.html +++ b/app/home/view/cate/cost_cate.html @@ -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'} diff --git a/app/home/view/cate/expense_cate.html b/app/home/view/cate/expense_cate.html index 9958f82..3caa8ba 100644 --- a/app/home/view/cate/expense_cate.html +++ b/app/home/view/cate/expense_cate.html @@ -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'} diff --git a/app/home/view/cate/flow_type.html b/app/home/view/cate/flow_type.html index 2fa151d..dfcb514 100644 --- a/app/home/view/cate/flow_type.html +++ b/app/home/view/cate/flow_type.html @@ -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'} diff --git a/app/home/view/cate/industry_cate.html b/app/home/view/cate/industry_cate.html index 0990a0b..cad2fee 100644 --- a/app/home/view/cate/industry_cate.html +++ b/app/home/view/cate/industry_cate.html @@ -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'} diff --git a/app/home/view/cate/seal_cate.html b/app/home/view/cate/seal_cate.html index 91bdcbf..56ad67b 100644 --- a/app/home/view/cate/seal_cate.html +++ b/app/home/view/cate/seal_cate.html @@ -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'} diff --git a/app/home/view/cate/services_cate.html b/app/home/view/cate/services_cate.html index d6345d4..60389a8 100644 --- a/app/home/view/cate/services_cate.html +++ b/app/home/view/cate/services_cate.html @@ -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'} diff --git a/app/home/view/cate/subject.html b/app/home/view/cate/subject.html index 61d4ba1..21c4103 100644 --- a/app/home/view/cate/subject.html +++ b/app/home/view/cate/subject.html @@ -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'} diff --git a/app/home/view/cate/work_cate.html b/app/home/view/cate/work_cate.html index 73e7602..da8c163 100644 --- a/app/home/view/cate/work_cate.html +++ b/app/home/view/cate/work_cate.html @@ -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'} diff --git a/app/home/view/index/main.html b/app/home/view/index/main.html index 7059b6f..95dc50c 100644 --- a/app/home/view/index/main.html +++ b/app/home/view/index/main.html @@ -345,7 +345,7 @@ title: { top: '12px', text: '近一年员工活跃度', - left: '68px', + left: '8px', textStyle: { fontSize: '18', color: '#333',