自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-20 564f23ad536b52f61b27f4a06f097f4a9ad4841e
#
7个文件已修改
14 ■■■■ 已修改文件
src/main/webapp/static/js/operateLog/operateLog.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/operateLog/operateLog.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewInOut.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewStayTime.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewStockUse.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewWorkIn.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/viewWorkOut.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/operateLog/operateLog.js
@@ -22,7 +22,7 @@
            ,{field: 'id', title: 'ID', sort: true,align: 'center', width: 80}
            ,{field: 'action', align: 'center',title: '访问地址'}
            ,{field: 'userId$', align: 'center',title: '用户',event: 'userId'}
            ,{field: 'ip', edit:'text', align: 'center',title: '客户端IP'}
            ,{field: 'ip', align: 'center',title: '客户端IP'}
            ,{field: 'request', align: 'center',title: '请求数据'}
            ,{field: 'response', align: 'center',title: '响应数据'}
            ,{field: 'createTime$', align: 'center',title: '添加时间'}
src/main/webapp/views/operateLog/operateLog.html
@@ -46,7 +46,7 @@
    <div class="layui-btn-container">
        <button class="layui-btn layui-btn-sm" id="btn-add" lay-event="addData">新增</button>
        <button class="layui-btn layui-btn-sm" id="btn-delete" lay-event="deleteData">删除</button>
        <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData">导出</button>
        <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" style="margin-top: 10px">导出</button>
    </div>
</script>
src/main/webapp/views/report/viewInOut.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>
src/main/webapp/views/report/viewStayTime.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>
src/main/webapp/views/report/viewStockUse.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>
src/main/webapp/views/report/viewWorkIn.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>
src/main/webapp/views/report/viewWorkOut.html
@@ -11,7 +11,7 @@
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        #btn-export {
            float:initial !important;
            margin-top: 10px;
        }
    </style>
</head>