fei.wang
2024-05-13 b9b58b9ef261cb290d93465f88a2cbd814b576f0
src/webapp/page/loginJiLu.jsp
@@ -17,7 +17,7 @@
<body style="width: 100%;text-align: center;overflow:hidden;">
<div style="width: 100%;">
    <div style="margin-top: 0px;width: 100%;overflow:hidden;margin-left: 15px">
    <div style="margin-top: -10px;width: 100%;">
        <div style="width:55%;height: 600px;display: inline-block" id="userWidth">
            <table id="demo" lay-filter="demo"></table>
        </div>
@@ -149,10 +149,10 @@
                    table.render({
                        elem: '#demo'
                        , layEvent: 'LAYTABLE_TIPS'
                        , height: 600
                        , height: 800
                        ,cellMinWidth: 80
                        , url: '/HxzkFlow/hxzk/FindLoginJiLu' //数据接口
                        , page: true //开启分页
                        // , page: true //开启分页
                        , toolbar: '#toolbarDemo'
                        , defaultToolbar: ['filter', 'exports', 'print', { //自定义头部工具栏右侧图标。如无需自定义,去除该参数即可
                            title: '提示'
@@ -172,8 +172,8 @@
                        // done: function (res, curr, count) {
                        //     $("table").css("width", "100%")
                        // },
                        limit: 10,
                        limits: [10, 20, 30, 40, 50, 60, 70, 80, 90],
                        limit: 500,
                        // limits: [10, 20, 30, 40, 50, 60, 70, 80, 90],
                    });
                }else{
                    $(".userNo").hide();
@@ -184,10 +184,12 @@
                        table.render({
                            elem: '#demo'
                            , layEvent: 'LAYTABLE_TIPS'
                            , height: 700
                            , height: 830
                            ,cellMinWidth: 80
                            , url: '/HxzkFlow/hxzk/FindLoginJiLuZi?Zong='+jc //数据接口
                            , page: true //开启分页
                            , url: '/HxzkFlow/hxzk/FindLoginJiLuZi' //数据接口
                            // , page: true //开启分页
                            ,method: 'post'
                            ,where: { logincompany: Zong } // 搜索的字段
                            , toolbar: '#toolbarDemo'
                            , defaultToolbar: ['filter', 'exports', 'print', { //自定义头部工具栏右侧图标。如无需自定义,去除该参数即可
                                title: '提示'
@@ -197,14 +199,15 @@
                            , cols: [[ //表头
                                {type: 'checkbox', sort: true, fixed: "left"}
                                , {field: 'num', title: '序号', sort: true,width:'5%'}
                                , {field: 'logincompany', title: '登录公司',}
                                , {field: 'loginphone', title: '登录电话', sort: true}
                                , {field: 'ip', title: 'IP地址',}
                                , {field: 'logindate', title: '登录时间',}
                                , {field: 'loginoutdate', title: '退出时间', sort: true}
                            ]],
                            limit: 10,
                            limits: [10, 20, 30, 40, 50, 60, 70, 80, 90],
                            limit: 500,
                            // limits: [10, 20, 30, 40, 50, 60, 70, 80, 90],
                        });
                    })