自动化立体仓库 - WMS系统
#
18516761980
2022-03-26 03816e2c16bb0a2fd7a9958e030456e7feeba75a
#
2个文件已修改
12 ■■■■ 已修改文件
src/main/webapp/static/js/locDetl/locDetl.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/locDetl/locDetl.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/locDetl/locDetl.js
@@ -45,7 +45,7 @@
        limits: [16, 30, 50, 100, 200, 500],
        even: true,
        toolbar: '#toolbar',
        cellMinWidth: 50,
        cellMinWidth: 150,
        cols: [getCol()],
        request: {
            pageName: 'curr',
src/main/webapp/views/locDetl/locDetl.html
@@ -9,6 +9,11 @@
    <link rel="stylesheet" href="../../static/layui/css/layui.css" media="all">
    <link rel="stylesheet" href="../../static/css/cool.css" media="all">
    <link rel="stylesheet" href="../../static/css/common.css" media="all">
    <style>
        .layui-table-body.layui-table-main {
            overflow: scroll;
        }
    </style>
</head>
<body>
@@ -37,9 +42,10 @@
</div>
<!-- 表格 -->
<div class="layui-form">
    <table class="layui-hide" id="locDetl" lay-filter="locDetl"></table>
<div class="layui-form" style="width: 100%">
    <table class="layui-hide" id="locDetl" lay-filter="locDetl" ></table>
</div>
<script type="text/html" id="toolbar">
    <div class="layui-btn-container">
        <button class="layui-btn layui-btn-primary layui-btn-sm" id="btn-export" lay-event="exportData" style="margin-top: 10px">导出</button>