自动化立体仓库 - WMS系统
#
luxiaotao1123
2020-06-10 6c2a688389a9b709dfd4c1b826d11a6358a8d7ac
#
4个文件已修改
27 ■■■■ 已修改文件
src/main/webapp/static/js/pakStore/pakStore.js 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/matQuery.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/pakStore/pakStore.html 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/report/locDetl.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/static/js/pakStore/pakStore.js
@@ -5,6 +5,22 @@
    var layDate = layui.laydate;
    var form = layui.form;
    tableIns = table.render({
        elem: '#chooseData',
        even: true,
        cellMinWidth: 50,
        cols: [[
            {type: 'checkbox', fixed: 'left'},
            {field: 'matNo', align: 'center', title: '物料编码', sort: 'true'},
            {field: 'barcode', align: 'center', title: '条码'},
            {field: 'matName', align: 'center', title: '物料名称'},
            {field: 'str1', align: 'center', title: '物料单位'},
            {field: 'str2', align: 'center', title: '物料规格'},
            {field: 'count', title: '数量', align: 'center', edit:'text', width: 100}
        ]],
        done: function (res, curr, count) {
        }
    });
});
src/main/webapp/views/pakStore/matQuery.html
@@ -46,7 +46,6 @@
    </div>
</script>
<div class="layui-form">
    <table class="layui-hide" id="matCode" lay-filter="matCode"></table>
</div>
@@ -157,6 +156,7 @@
                        }
                    }
                    parent.layer.close(parent.matCodeLayerIdx);
                    parent.tableIns.reload({data: matCodeData})
                    break;
            }
        });
src/main/webapp/views/pakStore/pakStore.html
@@ -52,12 +52,9 @@
<hr>
<!-- 表格 -->
<div style="height: 500px">
<div style="">
    <table class="layui-table" id="chooseData" lay-filter="chooseData"></table>
</div>
<iframe id="detail-iframe" scrolling="auto" style="display:none;"></iframe>
<script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="../../static/layui/layui.js" charset="utf-8"></script>
src/main/webapp/views/report/locDetl.html
@@ -44,7 +44,7 @@
            headers: {token: localStorage.getItem('token')},
            url: baseUrl+'/locDetl/list/auth',
            page: true,
            limit: 5,
            limit: 10,
            skin: 'line',
            where: {loc_no: parent.locNo},
            even: true,