From 217afd65d91d7c52a8860f9618e1e881f908d0e2 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Thu, 23 Feb 2023 15:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E5=90=88=E5=85=A5=E5=BA=93=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/pages/application/application-out_min.html | 2 +- .../classes/templates/pages/application/application_multi.html | 2 +- target/classes/templates/pages/company/company-out.html | 2 +- target/classes/templates/pages/company/company-out_back.html | 2 +- target/classes/templates/pages/company/companyByParentId.html | 2 +- target/classes/templates/pages/depository/table-in.html | 2 +- target/classes/templates/pages/depository/table-out.html | 2 +- target/classes/templates/pages/depository/table-stock.html | 2 +- target/classes/templates/pages/group/application_multi.html | 2 +- target/classes/templates/pages/group/group-add.html | 2 +- target/classes/templates/pages/group/group-out.html | 2 +- target/classes/templates/pages/group/group_edit.html | 2 +- target/classes/templates/pages/material/material-out_back.html | 2 +- .../templates/pages/materialBarCode/materialBarCode_out.html | 2 +- .../templates/pages/materialtype/materialTypeByParentId.html | 2 +- .../templates/pages/materialtype/materialType_view.html | 2 +- target/classes/templates/pages/notice/notice-out.html | 2 +- target/classes/templates/pages/notice/notice-out_user.html | 2 +- target/classes/templates/pages/post/post-out.html | 2 +- target/classes/templates/pages/post/postRole.html | 2 +- target/classes/templates/pages/split/split-out.html | 2 +- target/classes/templates/pages/user/table-user.html | 2 +- target/classes/templates/pages/user/userRole.html | 2 +- target/classes/templates/pages/user/userRoleForIn.html | 2 +- target/classes/templates/pages/warehouse/manager.html | 3 +-- 25 files changed, 25 insertions(+), 26 deletions(-) diff --git a/target/classes/templates/pages/application/application-out_min.html b/target/classes/templates/pages/application/application-out_min.html index 74c8bbef..8136662c 100644 --- a/target/classes/templates/pages/application/application-out_min.html +++ b/target/classes/templates/pages/application/application-out_min.html @@ -63,7 +63,7 @@ , countName: 'count' //规定数据总数的字段名称,默认:count , dataName: 'data' //规定数据列表的字段名称,默认:data }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 toolbar: '#toolbarDemo', //这里layui和thymeleaf冲突了,要加个空格 cols: [ diff --git a/target/classes/templates/pages/application/application_multi.html b/target/classes/templates/pages/application/application_multi.html index dc064cdb..bc1a30cb 100644 --- a/target/classes/templates/pages/application/application_multi.html +++ b/target/classes/templates/pages/application/application_multi.html @@ -84,7 +84,7 @@ ,countName: 'count' //规定数据总数的字段名称,默认:count ,dataName: 'data' //规定数据列表的字段名称,默认:data }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 toolbar: '#toolbarDemo', cols: [ [ diff --git a/target/classes/templates/pages/company/company-out.html b/target/classes/templates/pages/company/company-out.html index e0aa66a6..64c43c34 100644 --- a/target/classes/templates/pages/company/company-out.html +++ b/target/classes/templates/pages/company/company-out.html @@ -81,7 +81,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize', //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/company/company-out_back.html b/target/classes/templates/pages/company/company-out_back.html index 7cfc818a..25c96c5a 100644 --- a/target/classes/templates/pages/company/company-out_back.html +++ b/target/classes/templates/pages/company/company-out_back.html @@ -100,7 +100,7 @@ where: { type: "0" }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 response: { statusName: 'status' //规定数据状态的字段名称,默认:code , statusCode: 200 //规定成功的状态码,默认:0 diff --git a/target/classes/templates/pages/company/companyByParentId.html b/target/classes/templates/pages/company/companyByParentId.html index 2e6e0429..1384e4b5 100644 --- a/target/classes/templates/pages/company/companyByParentId.html +++ b/target/classes/templates/pages/company/companyByParentId.html @@ -99,7 +99,7 @@ }, toolbar: '#toolbarDemo', defaultToolbar: ['filter', 'exports', 'print'], - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 cols: [ [ {type: "checkbox", width: 50}, diff --git a/target/classes/templates/pages/depository/table-in.html b/target/classes/templates/pages/depository/table-in.html index 687526d7..f5b361b8 100644 --- a/target/classes/templates/pages/depository/table-in.html +++ b/target/classes/templates/pages/depository/table-in.html @@ -137,7 +137,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/depository/table-out.html b/target/classes/templates/pages/depository/table-out.html index 1de19974..262d4664 100644 --- a/target/classes/templates/pages/depository/table-out.html +++ b/target/classes/templates/pages/depository/table-out.html @@ -168,7 +168,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/depository/table-stock.html b/target/classes/templates/pages/depository/table-stock.html index 8f712bfe..862987e2 100644 --- a/target/classes/templates/pages/depository/table-stock.html +++ b/target/classes/templates/pages/depository/table-stock.html @@ -131,7 +131,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/group/application_multi.html b/target/classes/templates/pages/group/application_multi.html index 739f1290..7516307e 100644 --- a/target/classes/templates/pages/group/application_multi.html +++ b/target/classes/templates/pages/group/application_multi.html @@ -48,7 +48,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/group/group-add.html b/target/classes/templates/pages/group/group-add.html index 4a8da193..6f4f6632 100644 --- a/target/classes/templates/pages/group/group-add.html +++ b/target/classes/templates/pages/group/group-add.html @@ -103,7 +103,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/group/group-out.html b/target/classes/templates/pages/group/group-out.html index 15b1b96e..967bf23a 100644 --- a/target/classes/templates/pages/group/group-out.html +++ b/target/classes/templates/pages/group/group-out.html @@ -124,7 +124,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/group/group_edit.html b/target/classes/templates/pages/group/group_edit.html index 6eed8b8b..b323cd7d 100644 --- a/target/classes/templates/pages/group/group_edit.html +++ b/target/classes/templates/pages/group/group_edit.html @@ -103,7 +103,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/material/material-out_back.html b/target/classes/templates/pages/material/material-out_back.html index 82ddd8b5..a225dd72 100644 --- a/target/classes/templates/pages/material/material-out_back.html +++ b/target/classes/templates/pages/material/material-out_back.html @@ -170,7 +170,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/materialBarCode/materialBarCode_out.html b/target/classes/templates/pages/materialBarCode/materialBarCode_out.html index 6b0e54c8..287155b8 100644 --- a/target/classes/templates/pages/materialBarCode/materialBarCode_out.html +++ b/target/classes/templates/pages/materialBarCode/materialBarCode_out.html @@ -61,7 +61,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/materialtype/materialTypeByParentId.html b/target/classes/templates/pages/materialtype/materialTypeByParentId.html index 6ddaa8e5..d6d90b48 100644 --- a/target/classes/templates/pages/materialtype/materialTypeByParentId.html +++ b/target/classes/templates/pages/materialtype/materialTypeByParentId.html @@ -89,7 +89,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/materialtype/materialType_view.html b/target/classes/templates/pages/materialtype/materialType_view.html index c4e32e73..abb0e9c4 100644 --- a/target/classes/templates/pages/materialtype/materialType_view.html +++ b/target/classes/templates/pages/materialtype/materialType_view.html @@ -98,7 +98,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/notice/notice-out.html b/target/classes/templates/pages/notice/notice-out.html index 2a4249d8..3c303cd6 100644 --- a/target/classes/templates/pages/notice/notice-out.html +++ b/target/classes/templates/pages/notice/notice-out.html @@ -107,7 +107,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/notice/notice-out_user.html b/target/classes/templates/pages/notice/notice-out_user.html index 0b9877df..22cdd112 100644 --- a/target/classes/templates/pages/notice/notice-out_user.html +++ b/target/classes/templates/pages/notice/notice-out_user.html @@ -94,7 +94,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/post/post-out.html b/target/classes/templates/pages/post/post-out.html index 112e9aee..396fd6cd 100644 --- a/target/classes/templates/pages/post/post-out.html +++ b/target/classes/templates/pages/post/post-out.html @@ -82,7 +82,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize', //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/post/postRole.html b/target/classes/templates/pages/post/postRole.html index a7a76f98..1fe91d01 100644 --- a/target/classes/templates/pages/post/postRole.html +++ b/target/classes/templates/pages/post/postRole.html @@ -47,7 +47,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/split/split-out.html b/target/classes/templates/pages/split/split-out.html index c61bde8a..e29a012b 100644 --- a/target/classes/templates/pages/split/split-out.html +++ b/target/classes/templates/pages/split/split-out.html @@ -103,7 +103,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'size' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/user/table-user.html b/target/classes/templates/pages/user/table-user.html index 92407202..300b0cef 100644 --- a/target/classes/templates/pages/user/table-user.html +++ b/target/classes/templates/pages/user/table-user.html @@ -89,7 +89,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/user/userRole.html b/target/classes/templates/pages/user/userRole.html index a6a1fce6..2fe04401 100644 --- a/target/classes/templates/pages/user/userRole.html +++ b/target/classes/templates/pages/user/userRole.html @@ -45,7 +45,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/user/userRoleForIn.html b/target/classes/templates/pages/user/userRoleForIn.html index 6727978c..ece93d19 100644 --- a/target/classes/templates/pages/user/userRoleForIn.html +++ b/target/classes/templates/pages/user/userRoleForIn.html @@ -45,7 +45,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize' //每页数据量的参数名,默认:limit diff --git a/target/classes/templates/pages/warehouse/manager.html b/target/classes/templates/pages/warehouse/manager.html index ee20231d..34de27a8 100644 --- a/target/classes/templates/pages/warehouse/manager.html +++ b/target/classes/templates/pages/warehouse/manager.html @@ -22,7 +22,6 @@ //第一个实例 table.render({ elem: '#demo' - , height: 312 , url: '/repository/findManagerByDid?did=' + did, //数据接口 parseData: function (res) { //res 即为原始返回的数据 return { @@ -32,7 +31,7 @@ "data": res.data //解析数据列表 }; }, - height: 'full-265',//固定高度-即固定表头固定第一行首行 + height: 'full-255',//固定高度-即固定表头固定第一行首行 request: { pageName: 'page', //页码的参数名称,默认:page limitName: 'pagesize' //每页数据量的参数名,默认:limit